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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d9b2de07ed27fcb9f4273b49fe3cc2909170ed8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-native: Use append instead of += so the lsb override for EXTRA_OECONF works as expected (From OE-Core rev: 1eae5b6c87cd4f825dba9d2526b34231d33b1e92) 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 bfdcd12687c..b1614344c23 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="" \