diff options
author | Ross Burton <ross.burton@intel.com> | 2019-01-14 14:42:02 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-01-17 15:53:25 -0800 |
commit | 1159085fd1e20853eb3da303a63a7eb38df31149 (patch) | |
tree | 6fb4c1e90f8159e9bdb9806aa10822a77a48bc75 | |
parent | 07fbfa0a6ea261efb056655dfb53e1d551a4e23e (diff) | |
download | meta-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.bb | 2 |
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 = "" | |||
32 | inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan | 32 | inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan |
33 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 33 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} |
34 | 34 | ||
35 | S = "${WORKDIR}/apparmor-${PV}" | ||
36 | |||
37 | PACKAGECONFIG ?="man python perl" | 35 | PACKAGECONFIG ?="man python perl" |
38 | PACKAGECONFIG[man] = "--enable-man-pages, --disable-man-pages" | 36 | PACKAGECONFIG[man] = "--enable-man-pages, --disable-man-pages" |
39 | PACKAGECONFIG[python] = "--with-python, --without-python, python3 swig-native" | 37 | PACKAGECONFIG[python] = "--with-python, --without-python, python3 swig-native" |