diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:26:08 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-02 11:45:26 +0100 |
commit | 0c856653ce65403791e1e5c78229820ff794bae3 (patch) | |
tree | d3ab97f897b433a83a7f5b1198bef7af55dd7fbe /scripts | |
parent | d08f523b71d3463f0ed604be81ae78a7a79390f3 (diff) | |
download | openembedded-core-0c856653ce65403791e1e5c78229820ff794bae3.tar.gz openembedded-core-0c856653ce65403791e1e5c78229820ff794bae3.tar.bz2 openembedded-core-0c856653ce65403791e1e5c78229820ff794bae3.zip |
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.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions