From 1159085fd1e20853eb3da303a63a7eb38df31149 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 14 Jan 2019 14:42:02 +0000 Subject: apparmor: remove redundant S This is the default value, so remove it. Signed-off-by: Ross Burton Signed-off-by: Armin Kuster --- recipes-security/AppArmor/apparmor_2.12.bb | 2 -- 1 file changed, 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 = "" inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} -S = "${WORKDIR}/apparmor-${PV}" - PACKAGECONFIG ?="man python perl" PACKAGECONFIG[man] = "--enable-man-pages, --disable-man-pages" PACKAGECONFIG[python] = "--with-python, --without-python, python3 swig-native" -- cgit v1.2.3-54-g00ecf