aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/flex/flex_%.bbappend
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-09flex: fix nativesdk buildDominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09flex: add patch to cross-compile for OSXDominik Schnitzer
Signed-off-by: Dominik Schnitzer <dominik@snap.com>
2023-05-09flex: add patch for darwin9Dominik Schnitzer
This patch fixes a segfault in stage1scan. Signed-off-by: Dominik Schnitzer <dominik@snap.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-05flex: Add bbappend for darwinRichard Purdie
On darwin, we need to enable the malloc/realloc wrappers which for some reason don't link correctly without this change (possibly a cross compiling issue?). We also need to allow undefined symbols due to the way libfl is built/used otherwise we see linker errors. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>