diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-11 14:33:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-11 23:53:32 +0000 |
commit | 305d60fccdb0d81c34cf2e4a4368d708068cf4f9 (patch) | |
tree | 1024c7bdd7fe398f8d4054fe2fc85083c81d9a35 /meta/recipes-devtools/python/python-native_2.7.2.bb | |
parent | 9cc67a0af6f9364f5efba6d9ff30a46306c94afa (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-devtools/python/python-native_2.7.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.2.bb | 2 |
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 | ||
19 | inherit native | 19 | inherit native |
20 | 20 | ||
21 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native" | 21 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" |
22 | 22 | ||
23 | EXTRA_OEMAKE = '\ | 23 | EXTRA_OEMAKE = '\ |
24 | BUILD_SYS="" \ | 24 | BUILD_SYS="" \ |