From 980bdff22e6f8f8a16f1f60f716b06600d97d4ad Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 21 Dec 2019 17:23:29 +0000 Subject: smack: add distro check Signed-off-by: Armin Kuster --- recipes-mac/smack/smack_1.3.1.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'recipes-mac') diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb index f32d91b..b1ea4e9 100644 --- a/recipes-mac/smack/smack_1.3.1.bb +++ b/recipes-mac/smack/smack_1.3.1.bb @@ -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" -- cgit v1.2.3-54-g00ecf