mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-31 12:50:19 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
07fbfa0a6e
commit
1159085fd1
@@ -32,8 +32,6 @@ PARALLEL_MAKE = ""
|
|||||||
inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan
|
inherit pkgconfig autotools-brokensep update-rc.d python3native perlnative ptest cpan
|
||||||
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}
|
||||||
|
|
||||||
S = "${WORKDIR}/apparmor-${PV}"
|
|
||||||
|
|
||||||
PACKAGECONFIG ?="man python perl"
|
PACKAGECONFIG ?="man python perl"
|
||||||
PACKAGECONFIG[man] = "--enable-man-pages, --disable-man-pages"
|
PACKAGECONFIG[man] = "--enable-man-pages, --disable-man-pages"
|
||||||
PACKAGECONFIG[python] = "--with-python, --without-python, python3 swig-native"
|
PACKAGECONFIG[python] = "--with-python, --without-python, python3 swig-native"
|
||||||
|
|||||||
Reference in New Issue
Block a user