aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-mac/smack/smack_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-mac/smack/smack_1.3.1.bb')
-rw-r--r--recipes-mac/smack/smack_1.3.1.bb7
1 files changed, 6 insertions, 1 deletions
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"