Files
meta-external-toolchain/recipes-devtools/python/python3_%.bbappend
Christopher Larson 7a8c555384 python3: fix build due to HOST_SYS vs HOST_PREFIX delta
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2016-03-13 22:13:35 -07: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]}"