summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-09-15 15:07:58 -0700
committerArmin Kuster <akuster808@gmail.com>2020-09-18 04:06:31 -0700
commitf176756890766bc9a6a00fe83bfe8e3c9bc13d07 (patch)
tree527f12951e5ea0213b0d5fe92297d3e027c65986
parent91d6d1f5f3f125c2147b8793c31cc6bbae2f0dc6 (diff)
downloadmeta-security-f176756890766bc9a6a00fe83bfe8e3c9bc13d07.tar.gz
apparmor: exclude mips64, not supported
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/AppArmor/apparmor_2.13.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-mac/AppArmor/apparmor_2.13.4.bb b/recipes-mac/AppArmor/apparmor_2.13.4.bb
index 552cac7..dcdc1f7 100644
--- a/recipes-mac/AppArmor/apparmor_2.13.4.bb
+++ b/recipes-mac/AppArmor/apparmor_2.13.4.bb
@@ -30,6 +30,8 @@ S = "${WORKDIR}/git"
30 30
31PARALLEL_MAKE = "" 31PARALLEL_MAKE = ""
32 32
33COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
34
33inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan manpages systemd features_check 35inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan manpages systemd features_check
34REQUIRED_DISTRO_FEATURES = "apparmor" 36REQUIRED_DISTRO_FEATURES = "apparmor"
35 37