From: Richard Purdie Date: Thu, 12 Jul 2012 15:19:23 +0000 (+0100) Subject: python: Fix python-nativesdk variable contamination issue X-Git-Tag: yocto-4.0~36388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5740696c81a9143504c1cb93e94c54add27896e4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 b06d7b7f90b..b736cc2b5ee 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}"