diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-12-21 17:23:29 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-12-25 16:04:27 +0000 |
commit | 980bdff22e6f8f8a16f1f60f716b06600d97d4ad (patch) | |
tree | 5a16610ecc7a54b4a6379368b1707ccecc5c4a02 | |
parent | 2e5662214dd83151ddffb4fb60633c3b75192819 (diff) | |
download | meta-security-980bdff22e6f8f8a16f1f60f716b06600d97d4ad.tar.gz |
smack: add distro check
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-mac/smack/smack_1.3.1.bb | 7 |
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 = " \ | |||
13 | 13 | ||
14 | PV = "1.3.1" | 14 | PV = "1.3.1" |
15 | 15 | ||
16 | inherit autotools update-rc.d pkgconfig ptest ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 16 | inherit autotools update-rc.d pkgconfig ptest |
17 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | ||
18 | inherit features_check | ||
19 | |||
20 | REQUIRED_DISTRO_FEATURES = "smack" | ||
21 | |||
17 | 22 | ||
18 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
19 | 24 | ||