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 17:42:44 +0000 |
commit | f0b1eab1ef24fabac98609eb9d314f618dca713a (patch) | |
tree | 88f2bdda52c95d682a11289034032d2134b05e77 /meta | |
parent | e36ff98a7a4da478bb886f61005cd72a0b5a9c0e (diff) | |
download | openembedded-core-f0b1eab1ef24fabac98609eb9d314f618dca713a.tar.gz openembedded-core-f0b1eab1ef24fabac98609eb9d314f618dca713a.tar.bz2 openembedded-core-f0b1eab1ef24fabac98609eb9d314f618dca713a.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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-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}" 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" |