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:
Christopher Larson
2017-06-16 08:46:13 +05:00
parent da3bab11dd
commit 095582c295

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