summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 12:07:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 12:08:37 +0100
commit5d9b2de07ed27fcb9f4273b49fe3cc2909170ed8 (patch)
tree4b52417fe6a80e0754b727c5b42b0cffa765fd60 /meta/recipes-devtools/python
parent768cd7f2b3f6aeaa314b17d7496630e19ccb3c2c (diff)
downloadast2050-yocto-poky-5d9b2de07ed27fcb9f4273b49fe3cc2909170ed8.zip
ast2050-yocto-poky-5d9b2de07ed27fcb9f4273b49fe3cc2909170ed8.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.3.bb2
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="" \
OpenPOWER on IntegriCloud