[oe-commits] [openembedded-core] 03/05: python: make 'python' install everything instead of just the interpretter

git at git.openembedded.org git at git.openembedded.org
Thu Jun 20 15:49:38 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9700ce95eb1edf5be2209e66826d567fd50bba25
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jun 20 15:53:25 2019 +0100

    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 ]
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python_2.7.16.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python_2.7.16.bb b/meta/recipes-devtools/python/python_2.7.16.bb
index d70342f..5f387b8 100644
--- a/meta/recipes-devtools/python/python_2.7.16.bb
+++ b/meta/recipes-devtools/python/python_2.7.16.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list