[oe-commits] [openembedded-core] 07/23: python3: Add recommended modules to nativesdk install

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 15:59:10 UTC 2018


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

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

commit 5a88e59e488248b7ec53b072f934052b96c78a51
Author: Tom Hochstein <tom.hochstein at nxp.com>
AuthorDate: Mon Apr 9 11:20:32 2018 -0500

    python3: Add recommended modules to nativesdk install
    
    The python3 installation in the SDK did not include the minimum set
    of modules to be functional, particularly in the case where Python
    is brought in through dependencies. Rather than requiring the user
    to explicitly add the modules, it's better to pull in the modules
    through RRECOMMENDS. Note that the Python 2 recipe already does
    this.
    
    Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3_3.5.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb
index d458d32..f893b84 100644
--- a/meta/recipes-devtools/python/python3_3.5.5.bb
+++ b/meta/recipes-devtools/python/python3_3.5.5.bb
@@ -211,6 +211,7 @@ py_package_preprocess () {
 
 # manual dependency additions
 RPROVIDES_${PN}-modules = "${PN}"
+RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules"
 RRECOMMENDS_${PN}-crypt = "openssl"
 RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl"
 

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


More information about the Openembedded-commits mailing list