From: Richard Purdie Date: Sun, 22 Jul 2012 11:07:53 +0000 (+0100) Subject: python-native: Use append instead of += so the lsb override for EXTRA_OECONF works... X-Git-Tag: 2015-4~9831 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1eae5b6c87cd4f825dba9d2526b34231d33b1e92;p=openembedded-core.git python-native: Use append instead of += so the lsb override for EXTRA_OECONF works as expected Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python-native_2.7.3.bb b/meta/recipes-devtools/python/python-native_2.7.3.bb index bfdcd12687..b1614344c2 100644 --- a/meta/recipes-devtools/python/python-native_2.7.3.bb +++ b/meta/recipes-devtools/python/python-native_2.7.3.bb @@ -20,7 +20,7 @@ inherit native RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" -EXTRA_OECONF += " --bindir=${bindir}/${PN}" +EXTRA_OECONF_append " --bindir=${bindir}/${PN}" EXTRA_OEMAKE = '\ BUILD_SYS="" \