mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 09:46:38 +01:00
python: make 'python' install everything instead of just the interpretter
Follow the python3 behaviour, and common sense, by making 'python' install python-modules instead of python-core. This means a user installing python gets all of Python, instead of just a fraction of the library. [ YOCTO #13402 ] (From OE-Core rev: 778a6b4bf6aa9d0941d52ee05e14b061b659b3df) 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
e810484c72
commit
f384e39ad1
@@ -162,7 +162,7 @@ py_package_preprocess () {
|
||||
PACKAGES_remove = "${PN}"
|
||||
|
||||
# manual dependency additions
|
||||
RPROVIDES_${PN}-core = "${PN}"
|
||||
RPROVIDES_${PN}-modules = "${PN}"
|
||||
RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python-modules"
|
||||
RRECOMMENDS_${PN}-crypt = "openssl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user