[oe-commits] Ross Burton : python: ensure all of Python is installed in nativesdk

git at git.openembedded.org git at git.openembedded.org
Fri Dec 5 18:01:56 UTC 2014


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Dec  1 16:26:55 2014 +0000

python: ensure all of Python is installed in nativesdk

If any part of Python gets installed in a SDK, we need to ensure that all of
Python gets installed to avoid replacing python in the environment with a
minimal package set.

[ YOCTO #6735 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/python/python_2.7.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python_2.7.3.bb b/meta/recipes-devtools/python/python_2.7.3.bb
index 50c751e..7f13e22 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -161,6 +161,7 @@ require python-${PYTHON_MAJMIN}-manifest.inc
 # manual dependency additions
 RPROVIDES_${PN}-core = "${PN}"
 RRECOMMENDS_${PN}-core = "${PN}-readline"
+RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules"
 RRECOMMENDS_${PN}-crypt = "openssl"
 RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
 



More information about the Openembedded-commits mailing list