summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-11 14:33:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-11 23:53:32 +0000
commit305d60fccdb0d81c34cf2e4a4368d708068cf4f9 (patch)
tree1024c7bdd7fe398f8d4054fe2fc85083c81d9a35
parent9cc67a0af6f9364f5efba6d9ff30a46306c94afa (diff)
downloadpoky-305d60fccdb0d81c34cf2e4a4368d708068cf4f9.tar.gz
python-native: RPROVIDE python-core-native since pycurl-native depends on it
(From OE-Core rev: 893405d46c28d75372dcf4b2d91c617b81bdc92e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.2.bb b/meta/recipes-devtools/python/python-native_2.7.2.bb
index 67b546d76e..8bf0af0b8d 100644
--- a/meta/recipes-devtools/python/python-native_2.7.2.bb
+++ b/meta/recipes-devtools/python/python-native_2.7.2.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/Python-${PV}"
18 18
19inherit native 19inherit native
20 20
21RPROVIDES += "python-distutils-native python-compression-native python-textutils-native" 21RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native"
22 22
23EXTRA_OEMAKE = '\ 23EXTRA_OEMAKE = '\
24 BUILD_SYS="" \ 24 BUILD_SYS="" \