smack: add distro check

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-12-21 17:23:29 +00:00
parent 2e5662214d
commit 980bdff22e

View File

@@ -13,7 +13,12 @@ SRC_URI = " \
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"