python,python3: Include python-config for target Python in InstallDev
authorJeffery To <redacted>
Wed, 27 Mar 2019 19:39:39 +0000 (03:39 +0800)
committerJeffery To <redacted>
Sun, 31 Mar 2019 11:33:12 +0000 (19:33 +0800)
commit8de8ff4f25e2660b8fe2f76ed4f00d550bc45ff2
tree5ec4bf6de6b2d3c56ff158e6b8ea563f32a074e6
parentabfd6d81ed0e14e6742fcbc09a7c8d79ad5fd655
python,python3: Include python-config for target Python in InstallDev

This installs python{2.7,3.7}-config in $(STAGING_DIR)/usr/bin as part
of Build/InstallDev, to be used by other packages to get build
configuration for target Python.

The treatment for Python 2 and 3 are a bit different:

* For Python 2, python-config is a Python script that is expected to be
  run with, and return data for, the installed Python interpreter. This
  installs a modified version of this script, to be run using host
  Python, and read/return data for target Python.

* Python 3 includes a shell script version of python-config (expected to
  be used in cross-compilation scenarios). This simply installs the
  script into the right place.

Signed-off-by: Jeffery To <redacted>
lang/python/python/Makefile
lang/python/python/files/python-config.in [new file with mode: 0644]
lang/python/python3/Makefile
git clone https://git.99rst.org/PROJECT