]> code.ossystems Code Review - openembedded-core.git/commit
python3: don't cripple target distutils
authorRoss Burton <ross.burton@intel.com>
Tue, 4 Dec 2018 15:08:47 +0000 (15:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Dec 2018 12:28:55 +0000 (12:28 +0000)
commit52e128619803907c804d42815ea979b1848529c4
tree87cc9a5ba4dff852821f7ed78a652cb745d0ed7b
parent50a554a8ffff0bb34f844fb6cb9dd69362caafa5
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.5.6.bb