[oe-commits] Richard Purdie : python: Fix python-nativesdk variable contamination issue

git at git.openembedded.org git at git.openembedded.org
Tue Jul 17 09:29:51 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 5740696c81a9143504c1cb93e94c54add27896e4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5740696c81a9143504c1cb93e94c54add27896e4

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jul 12 16:19:23 2012 +0100

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 at linuxfoundation.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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}"





More information about the Openembedded-commits mailing list