summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-12-01 16:35:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-11 17:39:52 +0000
commit597ce0c2b77fb5d4fec7967704a3bf40f639d5a7 (patch)
tree61d38f19b8a47276dfb00e9242ed03034b1a3d37 /meta/recipes-devtools
parentbb4270020852ea19e40635d306e0bf7de6ec225a (diff)
downloadopenembedded-core-597ce0c2b77fb5d4fec7967704a3bf40f639d5a7.tar.gz
openembedded-core-597ce0c2b77fb5d4fec7967704a3bf40f639d5a7.tar.bz2
openembedded-core-597ce0c2b77fb5d4fec7967704a3bf40f639d5a7.zip
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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb1
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 bada39bcfe..efaa4a78bd 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -162,7 +162,6 @@ RPROVIDES_${PN}-core = "${PN}"
RRECOMMENDS_${PN}-core = "${PN}-readline"
RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules"
RRECOMMENDS_${PN}-crypt = "openssl"
-RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
# package libpython2
PACKAGES =+ "lib${BPN}2"