diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-09-15 15:07:58 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-09-18 04:06:31 -0700 |
| commit | f176756890766bc9a6a00fe83bfe8e3c9bc13d07 (patch) | |
| tree | 527f12951e5ea0213b0d5fe92297d3e027c65986 | |
| parent | 91d6d1f5f3f125c2147b8793c31cc6bbae2f0dc6 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 31 | PARALLEL_MAKE = "" | 31 | PARALLEL_MAKE = "" |
| 32 | 32 | ||
| 33 | COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | ||
| 34 | |||
| 33 | inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan manpages systemd features_check | 35 | inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan manpages systemd features_check |
| 34 | REQUIRED_DISTRO_FEATURES = "apparmor" | 36 | REQUIRED_DISTRO_FEATURES = "apparmor" |
| 35 | 37 | ||
