summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-12-01 16:26:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-11 17:40:09 +0000
commit50572b01044bad2f8fb80600aba6e47926e7288d (patch)
treea058116274ed4611179c95bb3350341a2fff0caa /meta/recipes-devtools
parent769fb519bef55976d4a19fccec7238cb5dabc08f (diff)
downloadpoky-50572b01044bad2f8fb80600aba6e47926e7288d.tar.gz
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 ] (From OE-Core rev: e36ff98a7a4da478bb886f61005cd72a0b5a9c0e) (From OE-Core rev: bb4270020852ea19e40635d306e0bf7de6ec225a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python_2.7.3.bb1
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 2547ea41c8..bada39bcfe 100644
--- a/meta/recipes-devtools/python/python_2.7.3.bb
+++ b/meta/recipes-devtools/python/python_2.7.3.bb
@@ -160,6 +160,7 @@ require python-${PYTHON_MAJMIN}-manifest.inc
160# manual dependency additions 160# manual dependency additions
161RPROVIDES_${PN}-core = "${PN}" 161RPROVIDES_${PN}-core = "${PN}"
162RRECOMMENDS_${PN}-core = "${PN}-readline" 162RRECOMMENDS_${PN}-core = "${PN}-readline"
163RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules"
163RRECOMMENDS_${PN}-crypt = "openssl" 164RRECOMMENDS_${PN}-crypt = "openssl"
164RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl" 165RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
165 166