]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3: remove two setup.py cross-compile hacks marquiz/fixes-9338-v3
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 16 Nov 2016 11:30:13 +0000 (13:30 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 18 May 2017 08:19:41 +0000 (11:19 +0300)
commit754323a382f83b8e7f7754c9a23502d51f410221
tree336802affc5c6372e99b53f5544d9e28216bdd54
parent4fcca15ed4e3852d9bf7d63e5381753e8c674fd3
python3: remove two setup.py cross-compile hacks

Remove two unneeded hacks. The first hack ("setup.py: no host headers
libs" patch) is not needed because we use cross-compiler (e.g.
i586-oe-linux-gcc) which has not been configured with any host system
include or library directories, and thus, we don't get any host system
directories when running "gcc -E -v".

The second hack becomes useless after the first hack has been removed
and we get the standard include and lib directories normally from gcc.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
meta/recipes-devtools/python/python3-profile-opt_3.5.2.bb
meta/recipes-devtools/python/python3/python3-setup.py-no-host-headers-libs.patch [deleted file]
meta/recipes-devtools/python/python3/setup.py-find-libraries-in-staging-dirs.patch [deleted file]
meta/recipes-devtools/python/python3_3.5.2.bb