[oe-commits] Richard Purdie : python-native: Use append instead of += so the lsb override for EXTRA_OECONF works as expected

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 11:10:58 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1eae5b6c87cd4f825dba9d2526b34231d33b1e92
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1eae5b6c87cd4f825dba9d2526b34231d33b1e92

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Jul 22 12:07:53 2012 +0100

python-native: Use append instead of += so the lsb override for EXTRA_OECONF works as expected

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-devtools/python/python-native_2.7.3.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 bfdcd12..b161434 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="" \





More information about the Openembedded-commits mailing list