mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-01 01:00:34 +00:00
checksec: fix rdepend issue
WARNING: QA Issue: checksec requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -14,3 +14,5 @@ do_install() {
|
|||||||
install -d ${D}${bindir}
|
install -d ${D}${bindir}
|
||||||
install -m 0755 ${WORKDIR}/checksec.sh ${D}${bindir}
|
install -m 0755 ${WORKDIR}/checksec.sh ${D}${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RDEPENDS_${PN} = "bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user