diff options
| author | Ross Burton <ross.burton@intel.com> | 2014-12-01 16:35:00 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-11 17:40:09 +0000 |
| commit | eebe97cd35f681f8227be2b669ca78c428c98ce5 (patch) | |
| tree | ebc8e301e03a2b53641dae9c590a1e2ae9f17708 /meta/recipes-devtools/python | |
| parent | 50572b01044bad2f8fb80600aba6e47926e7288d (diff) | |
| download | poky-eebe97cd35f681f8227be2b669ca78c428c98ce5.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)
(From OE-Core rev: 597ce0c2b77fb5d4fec7967704a3bf40f639d5a7)
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>
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 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}" | |||
| 162 | RRECOMMENDS_${PN}-core = "${PN}-readline" | 162 | RRECOMMENDS_${PN}-core = "${PN}-readline" |
| 163 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules" | 163 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules" |
| 164 | RRECOMMENDS_${PN}-crypt = "openssl" | 164 | RRECOMMENDS_${PN}-crypt = "openssl" |
| 165 | RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl" | ||
| 166 | 165 | ||
| 167 | # package libpython2 | 166 | # package libpython2 |
| 168 | PACKAGES =+ "lib${BPN}2" | 167 | PACKAGES =+ "lib${BPN}2" |
