summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2018-09-29 17:25:53 +0800
committerArmin Kuster <akuster808@gmail.com>2018-09-29 10:43:01 -0700
commit729fca6d2cdf9d12d5e8659406029acae65076ee (patch)
tree0c0485b2d6402f97104f22f56a360d307a09db1e
parent29b5ec44c73e0a3544ecdd15381f3ae1f2d692ea (diff)
downloadmeta-security-729fca6d2cdf9d12d5e8659406029acae65076ee.tar.gz
bseccomp: fix do package qa warning
Fix below warning: lib32-libseccomp-2.3.3-r0 do_package: QA Issue: lib32-libseccomp: Files/directories were installed but not shipped in any package: Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/libseccomp/libseccomp_2.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/libseccomp/libseccomp_2.3.3.bb b/recipes-security/libseccomp/libseccomp_2.3.3.bb
index 0a8a679..9c66db6 100644
--- a/recipes-security/libseccomp/libseccomp_2.3.3.bb
+++ b/recipes-security/libseccomp/libseccomp_2.3.3.bb
@@ -35,7 +35,7 @@ do_install_ptest() {
35 done 35 done
36} 36}
37 37
38FILES_${PN} = "${bindir} ${libdir}/${PN}.so*" 38FILES_${PN} = "${bindir} ${libdir}/${BPN}.so*"
39FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug" 39FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug"
40 40
41RDEPENDS_${PN}-ptest = "bash" 41RDEPENDS_${PN}-ptest = "bash"