From: Richard Purdie Date: Sun, 22 Jul 2012 13:20:26 +0000 (+0100) Subject: Pyphon-native: Fix typo X-Git-Tag: 2015-4~9830 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=da1de01aa74da0f38f07af523a9861824f7b0c95;p=openembedded-core.git Pyphon-native: Fix typo Signed-off-by: Richard Purdie --- 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 b1614344c2..c89f9f9367 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_append " --bindir=${bindir}/${PN}" +EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" EXTRA_OEMAKE = '\ BUILD_SYS="" \