summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-01-14 14:42:02 +0000
committerArmin Kuster <akuster808@gmail.com>2019-01-17 15:53:25 -0800
commit1159085fd1e20853eb3da303a63a7eb38df31149 (patch)
tree6fb4c1e90f8159e9bdb9806aa10822a77a48bc75
parent07fbfa0a6ea261efb056655dfb53e1d551a4e23e (diff)
downloadmeta-security-1159085fd1e20853eb3da303a63a7eb38df31149.tar.gz
apparmor: remove redundant S
This is the default value, so remove it. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/AppArmor/apparmor_2.12.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb
index 303d5c7..6434e42 100644
--- a/recipes-security/AppArmor/apparmor_2.12.bb
+++ b/recipes-security/AppArmor/apparmor_2.12.bb
@@ -32,8 +32,6 @@ PARALLEL_MAKE = ""
32inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan 32inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan
33inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} 33inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
34 34
35S = "${WORKDIR}/apparmor-${PV}"
36
37PACKAGECONFIG ?="man python perl" 35PACKAGECONFIG ?="man python perl"
38PACKAGECONFIG[man] = "--enable-man-pages, --disable-man-pages" 36PACKAGECONFIG[man] = "--enable-man-pages, --disable-man-pages"
39PACKAGECONFIG[python] = "--with-python, --without-python, python3 swig-native" 37PACKAGECONFIG[python] = "--with-python, --without-python, python3 swig-native"