python: fixup python-config script
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sun, 2 Mar 2014 12:42:15 +0000 (09:42 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 2 Mar 2014 14:20:16 +0000 (15:20 +0100)
commit88680c5bf9110fafd0f76f44cc615b189029374b
treeaaef426bc1ee7bb7d7f52793687a1898595bc17f
parent4d6e8111e4a9967f2e2a629bc3053f2dcacdd42d
python: fixup python-config script

The original version uses sysconfig from the python interpreter
(normally host-python) which isn't really suited to provide information
of the target python.
Use the pure shell preprocessed backport from the upcoming python 3.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python/python-010-fix-python-config.patch [new file with mode: 0644]