mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
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) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf0ec70284
commit
483562938a
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user