generic-poky/meta/recipes-devtools/automake
Alexander Kanavin 1132970f0e automake: drop the Python scriptlets to determine Python's directories
python.m4 has python scriptlets that determine where the system's library
directory is. For Python 2.x distutils.sysconfig is used (which works because
we patch it), for Python 3.x plain sysconfig is used (which doesn't work
for example on x32). There is also a hardcoded fallback if the scriptlets fail.

This commit removes the scriptlets altogether and just uses the hardcoded path always,
due to above mentioned issues with x32.

(From OE-Core rev: 0c856653ce65403791e1e5c78229820ff794bae3)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-06-03 13:13:28 +01:00
..
automake automake: drop the Python scriptlets to determine Python's directories 2016-06-03 13:13:28 +01:00
automake.inc automake: Remove delays in configure scripts using automake 2015-12-14 22:30:56 +00:00
automake_1.15.bb automake: don't delete .pyc files 2016-03-02 22:39:45 +00:00