mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
python3: move into core area
This layer focuses on new recipes, so make it clear where the appends are by isolating them, even for oe-core. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
3
core/recipes-devtools/python/python3_%.bbappend
Normal file
3
core/recipes-devtools/python/python3_%.bbappend
Normal file
@@ -0,0 +1,3 @@
|
||||
# This build relies on this matching up with HOST_PREFIX, as it doesn't seem
|
||||
# to use CROSS_COMPILE everywhere. Align it here to fix the build.
|
||||
HOST_SYS = "${@'${HOST_PREFIX}'[:-1]}"
|
||||
Reference in New Issue
Block a user