* [PATCH] python: Fix python-nativesdk variable contamination issue
@ 2012-07-12 15:19 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-07-12 15:19 UTC (permalink / raw)
To: openembedded-core
Without this, python-nativesdk-crypt can depend on openssl which is incorrect.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-12 15:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 15:19 [PATCH] python: Fix python-nativesdk variable contamination issue Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox