From: Richard Purdie Date: Thu, 12 Jul 2012 15:19:23 +0000 (+0100) Subject: python: Fix python-nativesdk variable contamination issue X-Git-Tag: 2015-4~10007 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5740696c81a9143504c1cb93e94c54add27896e4;p=openembedded-core.git python: Fix python-nativesdk variable contamination issue Without this, python-nativesdk-crypt can depend on openssl which is incorrect. Signed-off-by: Richard Purdie Signed-off-by: Saul Wold --- 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}"