generic-poky/meta/recipes-devtools/python
Khem Raj 31e998266f python-native: Fix gcc compiler detecting logic
We have a patch unixccompiler.patch where we try to throw away
everything except first element of CC string but this does not
work if gcc is prepended with something e.g. CC="ccache gcc"
then the logic fails and it ends up in some modules failing on
you silently (_sqlite3) in my case.
The fix here is to drop basename so we keep the whole
string as it is and then the detection function searches
for gcc string in the whole CC. This works in both cases
one the original intent of the patch and the second described
above. One place where it will fail is if someone has non-gcc
compiler installed in some subdir which has gcc in it e.g.
/usr/gcc/fakecc but for OE this should never happen. Ideally
the the detection logic should have tried to execute gcc
and then parsed --version output or something.

(From OE-Core rev: 9b13b9024d24953dedb35f62d3d8b06a29036992)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-29 11:22:05 +00:00
..
python python: skip setup.py 'import check' when cross-compiling 2011-11-08 21:48:30 +00:00
python-gst python-gst: upgrade from 0.10.19 to 0.10.21 2011-04-24 22:50:33 +01:00
python-imaging recipes: Fix the Upstream-Status format 2011-05-11 17:14:26 +01:00
python-native python-native: Fix gcc compiler detecting logic 2011-11-29 11:22:05 +00:00
python-pycurl recipes: Update upstream-status of patches 2011-05-13 11:02:19 +01:00
python-pygobject recipes: Update upstream-status of patches 2011-05-13 11:02:19 +01:00
python-pygtk recipes: Add Upstream-Status to multiple recipes 2011-05-13 10:29:01 +01:00
python-pyrex recipes: Update upstream-status of patches 2011-05-13 11:02:19 +01:00
fix-path.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
python-2.7-manifest.inc python: improve packaging 2011-11-07 14:05:39 +00:00
python-argparse_1.2.1.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-dbus_0.84.0.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-gst_0.10.22.bb python-gst: upgrade from 0.10.21 to 0.10.22 2011-11-18 10:47:12 +00:00
python-imaging_1.1.7.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-native_2.7.2.bb python-native: Fix gcc compiler detecting logic 2011-11-29 11:22:05 +00:00
python-pycairo_1.8.10.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-pycurl_7.19.0.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-pygobject_2.27.91.bb Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
python-pygtk_2.17.0.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-pyrex-native_0.9.9.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-pyrex_0.9.9.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-scons-native_2.1.0.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-scons_2.1.0.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python-setuptools_0.6c11.bb recipes: bump PR after python upgrade 2011-10-31 22:03:21 +00:00
python.inc python, python-native: upgrade from 2.6.6 to 2.7.2 2011-10-31 22:03:20 +00:00
python_2.7.2.bb python: bump PR 2011-11-10 12:08:57 +00:00