]> code.ossystems Code Review - openembedded-core.git/commit
bind: fix build with python3 PACKAGECONFIG enabled
authorChen Qi <Qi.Chen@windriver.com>
Fri, 23 Aug 2019 08:56:29 +0000 (16:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2019 16:10:23 +0000 (17:10 +0100)
commit2c36b3e5c7caae07ffe0cfb816d37fad52d69fc9
tree91de9c6d68be4e512fca1cc2945c860f5758523f
parent9b3134995cf054679d573f28f916a629332ce126
bind: fix build with python3 PACKAGECONFIG enabled

If the PACKAGECONFIG item, python3, is enabled, we get the following
QA issue when multilib is enabled.

  ERROR: bind-9.11.5-P4-r0 do_package: QA Issue: bind: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/python3.7
  /usr/lib/python3.7/site-packages
  /usr/lib/python3.7/site-packages/isc-2.0-py3.7.egg-info
  /usr/lib/python3.7/site-packages/isc
  /usr/lib/python3.7/site-packages/isc/policy.py
  [snip]

The thing is, when --with-python is specified with a path instead of 'yes',
the --with-python-install-dir is in fact ignored.

Fix this issue by specifying the correct arguments.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bind/bind_9.11.5-P4.bb