[oe-commits] Ross Burton : python: remove spurious nativesdk dependency

git at git.openembedded.org git at git.openembedded.org
Wed Feb 11 17:40:42 UTC 2015


Module: openembedded-core.git
Branch: dizzy
Commit: 597ce0c2b77fb5d4fec7967704a3bf40f639d5a7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=597ce0c2b77fb5d4fec7967704a3bf40f639d5a7

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Dec  1 16:35:00 2014 +0000

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808 at gmail.com>

---

 meta/recipes-devtools/python/python_2.7.3.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
index bada39b..efaa4a7 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"



More information about the Openembedded-commits mailing list