diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 14:20:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-22 14:20:26 +0100 |
commit | da1de01aa74da0f38f07af523a9861824f7b0c95 (patch) | |
tree | 20cab1a88b2bda75fcb54e528d6d41eb5d21419b /meta/recipes-devtools/python | |
parent | 1eae5b6c87cd4f825dba9d2526b34231d33b1e92 (diff) | |
download | openembedded-core-da1de01aa74da0f38f07af523a9861824f7b0c95.tar.gz openembedded-core-da1de01aa74da0f38f07af523a9861824f7b0c95.tar.bz2 openembedded-core-da1de01aa74da0f38f07af523a9861824f7b0c95.zip |
Pyphon-native: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-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 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="" \ |