]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libseccomp: remove redundant FILES
authorRoss Burton <ross.burton@arm.com>
Thu, 18 Dec 2025 17:42:46 +0000 (17:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Dec 2025 17:54:58 +0000 (17:54 +0000)
Remove FILES entries that are already either in the default, or now
redundant.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libseccomp/libseccomp_2.6.0.bb

index 2c06824a799df1d028fa2e09715393cf3e619558..9bbdc6b833bbc4c77f8ec2346e263e25714e8cc4 100644 (file)
@@ -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"