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:08 +0000 |
commit | 893405d46c28d75372dcf4b2d91c617b81bdc92e (patch) | |
tree | 17c2a54126a7895916dfb5b766e2b975b49dbe86 /meta | |
parent | 27e8a432889b3a78f6bbadf8b14ad1ce4d11907c (diff) | |
download | openembedded-core-893405d46c28d75372dcf4b2d91c617b81bdc92e.tar.gz openembedded-core-893405d46c28d75372dcf4b2d91c617b81bdc92e.tar.bz2 openembedded-core-893405d46c28d75372dcf4b2d91c617b81bdc92e.zip |
python-native: RPROVIDE python-core-native since pycurl-native depends on it
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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}" inherit native -RPROVIDES += "python-distutils-native python-compression-native python-textutils-native" +RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" EXTRA_OEMAKE = '\ BUILD_SYS="" \ |