[oe-commits] Richard Purdie : Pyphon-native: Fix typo

git at git.openembedded.org git at git.openembedded.org
Sun Jul 22 13:23:28 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: da1de01aa74da0f38f07af523a9861824f7b0c95
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da1de01aa74da0f38f07af523a9861824f7b0c95

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sun Jul 22 14:20:26 2012 +0100

Pyphon-native: Fix typo

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 b161434..c89f9f9 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="" \





More information about the Openembedded-commits mailing list