[oe-commits] [openembedded-core] 03/06: python3: set PYTHONHOME for nativesdk

git at git.openembedded.org git at git.openembedded.org
Sat Oct 13 09:52:53 UTC 2018


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 82a9be5f83a138456555f0bd30a5b2fe125f81bc
Author: Cheuk Wing Leung <cwleung at kth.se>
AuthorDate: Thu Oct 11 16:15:54 2018 +0200

    python3: set PYTHONHOME for nativesdk
    
    commit c5629268b0f8ae0a425c98337d13e8dc83107e13:
    [
        python: set PYTHONHOME for nativesdk
    
        This ensures that the nativesdk python functions correctly without needing to
        set PYTHONHOME in the sdk environment setup script.
    ]
    
    it's also needed for python3.
    
    Signed-off-by: Cheuk Wing Leung <cwleung at kth.se>
    Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3_3.5.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb
index 489baa2..d386a64 100644
--- a/meta/recipes-devtools/python/python3_3.5.6.bb
+++ b/meta/recipes-devtools/python/python3_3.5.6.bb
@@ -179,7 +179,7 @@ do_install() {
 }
 
 do_install_append_class-nativesdk () {
-	create_wrapper ${D}${bindir}/python${PYTHON_MAJMIN} TERMINFO_DIRS='${sysconfdir}/terminfo:/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo' PYTHONNOUSERSITE='1'
+	create_wrapper ${D}${bindir}/python${PYTHON_MAJMIN} PYTHONHOME='${prefix}' TERMINFO_DIRS='${sysconfdir}/terminfo:/etc/terminfo:/usr/share/terminfo:/usr/share/misc/terminfo:/lib/terminfo' PYTHONNOUSERSITE='1'
 }
 
 SSTATE_SCAN_FILES += "Makefile"

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


More information about the Openembedded-commits mailing list