aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/osx-runtime
AgeCommit message (Collapse)Author
2023-07-26meta-darwin: update to Darwin 21.3 and SDK 12.3Dominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com> Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
2023-05-09honister: update to support new : override charDominik Schnitzer
This is the result of automated script conversion plus manual fixes. scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09meta-darwin: support darwin19 (macOS 10.15) and Yocto hardknottDominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09osx-runtime: update to 10.13Dominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09Add empty stash_locale functionOlivier Schonken
Signed-off-by: Olivier Schonken <oschonken@snap.com>
2023-05-09darwin: support newer OSX SDKs (tdb files)Dominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09osx-runtime: allow overriding SRC_URI and do_configureDominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09nativesdk-osx-runtime: updates for dunfellDominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09Support the OSX SDK from arbitrary locationsDominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik.schnitzer@daqri.com>
2023-05-09Update to poky sumo and remove OSX-sdk.zipDominik Schnitzer
- update to poky sumo version - It is easier to have OSX-sdk.zip outside of the repository for compliance with the license, so add a way to refer to an external path containing OSX-sdk.zip. Signed-off-by: Dominik Schnitzer <dominik.schnitzer@daqri.com>
2014-08-06nativesdk-osx-runtime_10.8: Updated with /System/Library/FrameworksCristian Iorga
MacOS X native frameworks needs to be added to its sysroot in order to be able to build Mac native apps. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-06nativesdk-osx-runtime: remove gcc-unsupported featuresCristian Iorga
Addapt CoreFoundation headers so that will work with gcc. As such, remove the assumption that compiler supports unsupported_attribute_availability_with_message feature. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-01osx-runtime: unexport various flagsRichard Purdie
Its annoying to see osx-runtime rebuild when various compiler flags change. The recipe doesn't use or depend on them and by unexporting them, we can avoid some of the rebuilds. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-04-30osx-runtime: Avoid copying a patches directory overRichard Purdie
This avoids a build failure from unpackaged files if the empty patches directory is copied. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-04Initial populationRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>