diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 21:03:35 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 21:30:45 -0800 |
commit | e9014dfd0c35c499ac2c83a0ae147f98ec00b175 (patch) | |
tree | 5a2a78c370bf8a0dc2923baac417e97e3c0ad75b /meta-python/recipes-devtools/python/python-javaobj-py3.inc | |
parent | e4a2593a2193922ef23e62d43affe15b50d825d7 (diff) | |
download | meta-openembedded-e9014dfd0c35c499ac2c83a0ae147f98ec00b175.tar.gz |
ntop: Pass PYTHON_CONFIG to configure
This aids cross-building, otherwise configure goes into weeks to find
these especially python-config and starts to poke at host files e.g.
if /etc/debian_release exists then it errors out, but if it does not
then it deploys a workaround and continues build, as a result we see
ntop fail the build on debian-like build hosts but not on others eg.
archlinux
Ensure that linking with libpython happens therefore use
python3-config --libs --embed
Fixes
checking for arm-yoe-linux-gnueabi-python-config... no
checking for python-config... no
Please install python-dev and rerun configure
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-javaobj-py3.inc')
0 files changed, 0 insertions, 0 deletions