From: Richard Purdie Date: Sun, 22 Jul 2012 13:20:26 +0000 (+0100) Subject: Pyphon-native: Fix typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=315d52934693b14f08b62f3f5f361d834484e180;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Pyphon-native: Fix typo (From OE-Core rev: da1de01aa74da0f38f07af523a9861824f7b0c95) 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 b1614344c23..c89f9f93679 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="" \