diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-01 16:35:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:04 +0000 |
commit | 6b58ddbbbdd56bc009c9bcdee94c05b7c6dc183a (patch) | |
tree | 3f4bdb2255f6246a0d1cb2890d84ce2b4c2569c6 /meta/recipes-devtools/python | |
parent | 483562938ae5662b83fdc3c7e6179b282c86af0c (diff) | |
download | poky-6b58ddbbbdd56bc009c9bcdee94c05b7c6dc183a.tar.gz |
python: remove spurious nativesdk dependency
There's no need to add a dependency on python-crypt_class-native to
nativesdk-openssl as the general dependency there is transformed appropriately.
Presumably this is cruft from back when SDK packages were suffixed instead of
prefixed, and there were mapping problems.
(From OE-Core rev: f0b1eab1ef24fabac98609eb9d314f618dca713a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index 7f13e22f7f..9ded75b373 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb | |||
@@ -163,7 +163,6 @@ RPROVIDES_${PN}-core = "${PN}" | |||
163 | RRECOMMENDS_${PN}-core = "${PN}-readline" | 163 | RRECOMMENDS_${PN}-core = "${PN}-readline" |
164 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules" | 164 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules" |
165 | RRECOMMENDS_${PN}-crypt = "openssl" | 165 | RRECOMMENDS_${PN}-crypt = "openssl" |
166 | RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl" | ||
167 | 166 | ||
168 | # package libpython2 | 167 | # package libpython2 |
169 | PACKAGES =+ "lib${BPN}2" | 168 | PACKAGES =+ "lib${BPN}2" |