]> code.ossystems Code Review - openembedded-core.git/commitdiff
python: remove spurious nativesdk dependency
authorRoss Burton <ross.burton@intel.com>
Mon, 1 Dec 2014 16:35:00 +0000 (16:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Dec 2014 17:42:44 +0000 (17:42 +0000)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python_2.7.3.bb

index 7f13e22f7fac66544dfab98102c69d784687bec3..9ded75b3734e826f54e9623b7c967e5529d22530 100644 (file)
@@ -163,7 +163,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"