diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-12-21 17:20:50 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-12-25 16:04:27 +0000 |
commit | 2e5662214dd83151ddffb4fb60633c3b75192819 (patch) | |
tree | 4c5097495a9d4dccdaf62799f8328ce867c72c75 | |
parent | 3001c3ebfcefffb2d58f769cdddc4e978e1b5398 (diff) | |
download | meta-security-2e5662214dd83151ddffb4fb60633c3b75192819.tar.gz |
apparmor: add distro check
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-mac/AppArmor/apparmor_2.13.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-mac/AppArmor/apparmor_2.13.3.bb b/recipes-mac/AppArmor/apparmor_2.13.3.bb index 60d5e68..32230a5 100644 --- a/recipes-mac/AppArmor/apparmor_2.13.3.bb +++ b/recipes-mac/AppArmor/apparmor_2.13.3.bb | |||
@@ -30,7 +30,8 @@ S = "${WORKDIR}/git" | |||
30 | 30 | ||
31 | PARALLEL_MAKE = "" | 31 | PARALLEL_MAKE = "" |
32 | 32 | ||
33 | inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan manpages systemd | 33 | inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan manpages systemd features_check |
34 | REQUIRED_DISTRO_FEATURES = "apparmor" | ||
34 | 35 | ||
35 | PACKAGECONFIG ??= "python perl aa-decode" | 36 | PACKAGECONFIG ??= "python perl aa-decode" |
36 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages" | 37 | PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages" |