mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
smack-test: add feature check for smack
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -12,6 +12,10 @@ SRC_URI = " \
|
|||||||
|
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
|
inherit features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "smack"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${sbindir}
|
install -d ${D}${sbindir}
|
||||||
install -m 0755 notroot.py ${D}${sbindir}
|
install -m 0755 notroot.py ${D}${sbindir}
|
||||||
|
|||||||
Reference in New Issue
Block a user