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>
This commit is contained in:
Richard Purdie 2012-07-22 12:07:53 +01:00
parent 768cd7f2b3
commit 5d9b2de07e
1 changed files with 1 additions and 1 deletions

View File

@ -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="" \