From 1eae5b6c87cd4f825dba9d2526b34231d33b1e92 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 22 Jul 2012 12:07:53 +0100 Subject: [PATCH] python-native: Use append instead of += so the lsb override for EXTRA_OECONF works as expected Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-native_2.7.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" \ -- 2.40.1