aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys_python.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-02 12:26:08 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-02 11:45:26 +0100
commit0c856653ce65403791e1e5c78229820ff794bae3 (patch)
treed3ab97f897b433a83a7f5b1198bef7af55dd7fbe /scripts/lib/recipetool/create_buildsys_python.py
parentd08f523b71d3463f0ed604be81ae78a7a79390f3 (diff)
downloadopenembedded-core-contrib-0c856653ce65403791e1e5c78229820ff794bae3.tar.gz
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/lib/recipetool/create_buildsys_python.py')
0 files changed, 0 insertions, 0 deletions