package/pkg-python: fix PKG_PYTHON_FIXUP_SYSCONFIGDATA
authorHerve Codina <herve.codina@bootlin.com>
Tue, 17 Aug 2021 08:39:15 +0000 (10:39 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 28 Aug 2021 14:43:30 +0000 (16:43 +0200)
commita4f83d39cf4bb4dd155b8f79d13b4349dd103c49
tree6172cbf2e7101bf4c05aef9ab00a6be84018bef4
parent0fe536b797cc0ae11bd54ed7046cd39b73780c18
package/pkg-python: fix PKG_PYTHON_FIXUP_SYSCONFIGDATA

Find used by PKG_PYTHON_FIXUP_SYSCONFIGDATA can fail if directories
are not present. This failure is silently ignored because find is
on the LHS of a pipe.

This commit fixes the find failure. HOST_DIR is used as the starting
point and the search is filtered on the expected directories.

This commit also adds -print0 and the $(Q) verbosity flag as minor
changes.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
[yann.morin.1998@free.fr:
  - split long line with the two -path options
  - move "| xargs ..." onto its own line
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/pkg-python.mk