diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-12 16:19:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:57 +0100 |
commit | a09d55fbfdfa7eccf1f8d3617fd103d55053c514 (patch) | |
tree | 67a7a0624cc4e65a2536d503fd1428b92bc03db8 /meta | |
parent | 72df57b3a5fee4e82d2428c164f39c00fdfdc9c2 (diff) | |
download | poky-a09d55fbfdfa7eccf1f8d3617fd103d55053c514.tar.gz |
python: Fix python-nativesdk variable contamination issue
Without this, python-nativesdk-crypt can depend on openssl which is incorrect.
(From OE-Core rev: 5740696c81a9143504c1cb93e94c54add27896e4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb index b06d7b7f90..b736cc2b5e 100644 --- a/meta/recipes-devtools/python/python_2.7.3.bb +++ b/meta/recipes-devtools/python/python_2.7.3.bb | |||
@@ -147,6 +147,7 @@ require python-${PYTHON_MAJMIN}-manifest.inc | |||
147 | RPROVIDES_${PN}-core = "${PN}" | 147 | RPROVIDES_${PN}-core = "${PN}" |
148 | RRECOMMENDS_${PN}-core = "${PN}-readline" | 148 | RRECOMMENDS_${PN}-core = "${PN}-readline" |
149 | RRECOMMENDS_${PN}-crypt = "openssl" | 149 | RRECOMMENDS_${PN}-crypt = "openssl" |
150 | RRECOMMENDS_${PN}-crypt_virtclass-nativesdk = "openssl-nativesdk" | ||
150 | 151 | ||
151 | # package libpython2 | 152 | # package libpython2 |
152 | PACKAGES =+ "lib${BPN}2${PKGSUFFIX}" | 153 | PACKAGES =+ "lib${BPN}2${PKGSUFFIX}" |