mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 04:58:47 +00:00
libseccomp: Drop RDEPENDS on bash
Commit ada3eee ("libseccomp: fix rdepends") added RDEPENDS on bash, but
this is no longer needed, so drop it.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
e296c53687
commit
1d1c293819
@@ -38,5 +38,4 @@ do_install_ptest() {
|
|||||||
FILES_${PN} = "${bindir} ${libdir}/${PN}.so*"
|
FILES_${PN} = "${bindir} ${libdir}/${PN}.so*"
|
||||||
FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug"
|
FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "bash"
|
|
||||||
RDEPENDS_${PN}-ptest = "bash"
|
RDEPENDS_${PN}-ptest = "bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user