From patchwork Mon Jul 16 15:47:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 24/30] python: Fix python-nativesdk variable contamination issue Date: Mon, 16 Jul 2012 15:47:30 -0000 From: Saul Wold X-Patchwork-Id: 32147 Message-Id: <5740696c81a9143504c1cb93e94c54add27896e4.1342453118.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Richard Purdie Without this, python-nativesdk-crypt can depend on openssl which is incorrect. Signed-off-by: Richard Purdie Signed-off-by: Saul Wold --- 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 b06d7b7..b736cc2 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}"