mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-09 05:29:56 +00:00
libseccomp: fix rdepends
WARNING: QA Issue: libseccomp requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -30,3 +30,5 @@ do_install() {
|
||||
PACKAGES += "${PN}-tests "
|
||||
FILES_${PN}-tests = "${libdir}/${BPN}/tests/*"
|
||||
FILES_${PN}-dbg += "${libdir}/${BPN}/tests/.debug/*"
|
||||
|
||||
RDEPENDS_${PN} = "bash"
|
||||
|
||||
Reference in New Issue
Block a user