diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-12 16:19:23 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2012-07-16 08:36:58 -0700 |
commit | 5740696c81a9143504c1cb93e94c54add27896e4 (patch) | |
tree | e0496972c56be17f13aa90f2ab936187ad490191 /meta/recipes-devtools/python | |
parent | 79fe28e6033273f9632ca7549d1599d3fd1463ef (diff) | |
download | openembedded-core-5740696c81a9143504c1cb93e94c54add27896e4.tar.gz openembedded-core-5740696c81a9143504c1cb93e94c54add27896e4.tar.bz2 openembedded-core-5740696c81a9143504c1cb93e94c54add27896e4.zip |
python: Fix python-nativesdk variable contamination issue
Without this, python-nativesdk-crypt can depend on openssl which is incorrect.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/python')
-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 RPROVIDES_${PN}-core = "${PN}" RRECOMMENDS_${PN}-core = "${PN}-readline" RRECOMMENDS_${PN}-crypt = "openssl" +RRECOMMENDS_${PN}-crypt_virtclass-nativesdk = "openssl-nativesdk" # package libpython2 PACKAGES =+ "lib${BPN}2${PKGSUFFIX}" |