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-23 20:34:51 -0800
commit725526e0ea0283bc704a481a044d9cbf6fd99f20 (patch)
treeaf3864028ef11e4a2d3aaf19563df93eb313d4dc
parent6612bf719f0ecf6b040e493481ffacc553a3ff26 (diff)
downloadmeta-security-725526e0ea0283bc704a481a044d9cbf6fd99f20.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