diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 12:07:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 12:08:37 +0100 |
commit | 5d9b2de07ed27fcb9f4273b49fe3cc2909170ed8 (patch) | |
tree | 4b52417fe6a80e0754b727c5b42b0cffa765fd60 /meta/recipes-devtools | |
parent | 768cd7f2b3f6aeaa314b17d7496630e19ccb3c2c (diff) | |
download | 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')
-rw-r--r-- | meta/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 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 | |||
20 | 20 | ||
21 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" | 21 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" |
22 | 22 | ||
23 | EXTRA_OECONF += " --bindir=${bindir}/${PN}" | 23 | EXTRA_OECONF_append " --bindir=${bindir}/${PN}" |
24 | 24 | ||
25 | EXTRA_OEMAKE = '\ | 25 | EXTRA_OEMAKE = '\ |
26 | BUILD_SYS="" \ | 26 | BUILD_SYS="" \ |