| Message ID | 20251218174248.2580279-4-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/5] scripts/makefile-getvar: be more resilient | expand |
diff --git a/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb b/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb index 2c06824a799..9bbdc6b833b 100644 --- a/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb +++ b/meta/recipes-support/libseccomp/libseccomp_2.6.0.bb @@ -58,8 +58,7 @@ do_install_ptest() { sed -i -e 's@^#!/usr/bin/env python$@#!/usr/bin/env python3@' ${D}/${PTEST_PATH}/tests/*.py } -FILES:${PN} = "${bindir} ${libdir}/${BPN}.so* ${PYTHON_SITEPACKAGES_DIR}/" -FILES:${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug" +FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/" RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3', '', d)}" RDEPENDS:${PN}-ptest = "coreutils bash"
Remove FILES entries that are already either in the default, or now redundant. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-support/libseccomp/libseccomp_2.6.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)