[oe-commits] [openembedded-core] 02/04: python3: don't cripple target distutils

git at git.openembedded.org git at git.openembedded.org
Tue Dec 4 23:41:59 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 553a6b6bec96bf5b539f513da078f9fc00f34cb1
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Dec 4 15:08:47 2018 +0000

    python3: don't cripple target distutils
    
    We stop distutils for *native* Python from rewriting hashbangs when installing
    (so installed scripts don't have a hashbang that refers to sysroot paths), but
    this isn't needed nor desirable for the *target* Python.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python3_3.5.6.bb | 1 -
 1 file changed, 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 3c7b40c..275b7ac 100644
--- a/meta/recipes-devtools/python/python3_3.5.6.bb
+++ b/meta/recipes-devtools/python/python3_3.5.6.bb
@@ -10,7 +10,6 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \
 file://python-config.patch \
 file://030-fixup-include-dirs.patch \
 file://070-dont-clean-ipkg-install.patch \
-file://080-distutils-dont_adjust_files.patch \
 file://130-readline-setup.patch \
 file://150-fix-setupterm.patch \
 file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \

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


More information about the Openembedded-commits mailing list