mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
smack: add distro check
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -13,7 +13,12 @@ SRC_URI = " \
|
|||||||
|
|
||||||
PV = "1.3.1"
|
PV = "1.3.1"
|
||||||
|
|
||||||
inherit autotools update-rc.d pkgconfig ptest ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
inherit autotools update-rc.d pkgconfig ptest
|
||||||
|
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
||||||
|
inherit features_check
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "smack"
|
||||||
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user