Files
meta-external-toolchain/core/recipes-devtools/python/python3_%.bbappend
Christopher Larson 095582c295 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>
2017-06-16 08:47:08 +05:00

4 lines
183 B
Plaintext

# 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]}"