summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-02-21 08:24:08 -0800
committerArmin Kuster <akuster808@gmail.com>2021-02-24 07:36:08 -0800
commitc75a097acdc48931f3a7af1ea14b01e83131c321 (patch)
tree732cdafbf43216bc47f9248ef00a5fadb90ba38c
parent6a750a915e8b46348ad32474ec15ad55e47d3633 (diff)
downloadmeta-security-c75a097acdc48931f3a7af1ea14b01e83131c321.tar.gz
apparmor: Inherit python3targetconfig
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/AppArmor/apparmor_3.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/AppArmor/apparmor_3.0.bb b/recipes-mac/AppArmor/apparmor_3.0.bb
index 35e95a0..015205d 100644
--- a/recipes-mac/AppArmor/apparmor_3.0.bb
+++ b/recipes-mac/AppArmor/apparmor_3.0.bb
@@ -39,7 +39,7 @@ PARALLEL_MAKE = ""
39 39
40COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" 40COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
41 41
42inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative cpan systemd features_check bash-completion 42inherit pkgconfig autotools-brokensep update-rc.d python3native python3targetconfig perlnative cpan systemd features_check bash-completion
43 43
44REQUIRED_DISTRO_FEATURES = "apparmor" 44REQUIRED_DISTRO_FEATURES = "apparmor"
45 45