diff options
author | Ross Burton <ross.burton@intel.com> | 2018-12-04 15:08:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:44 +0000 |
commit | 356c6a7b68b911599021b349cb0d61ee5b603559 (patch) | |
tree | f09f6a1d10587153d8d0e483d954ec5c0f89681b /meta | |
parent | 45e3843c3035695ab6dad68ce333e25863a47273 (diff) | |
download | poky-356c6a7b68b911599021b349cb0d61ee5b603559.tar.gz |
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.
(From OE-Core rev: 52e128619803907c804d42815ea979b1848529c4)
(From OE-Core rev: 17a2731bd2795974197b1dca3de53094cec58126)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.6.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb index 5408e3f9fc..a5251a00d3 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 \ | |||
10 | file://python-config.patch \ | 10 | file://python-config.patch \ |
11 | file://030-fixup-include-dirs.patch \ | 11 | file://030-fixup-include-dirs.patch \ |
12 | file://070-dont-clean-ipkg-install.patch \ | 12 | file://070-dont-clean-ipkg-install.patch \ |
13 | file://080-distutils-dont_adjust_files.patch \ | ||
14 | file://130-readline-setup.patch \ | 13 | file://130-readline-setup.patch \ |
15 | file://150-fix-setupterm.patch \ | 14 | file://150-fix-setupterm.patch \ |
16 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ | 15 | file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \ |