From: Jörg Sommer Date: Tue, 14 Jul 2026 14:41:45 +0000 (+0200) Subject: sudo: Enable PACKAGECONFIG[audit selinux] by DISTRO_FEATURES X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e24cbc8be43cfa48c00a7f15c7e535281dfb52a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git sudo: Enable PACKAGECONFIG[audit selinux] by DISTRO_FEATURES Signed-off-by: Jörg Sommer Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index f80a35539e..e469341718 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2841c822e587db145364ca95e9be2ffa \ inherit autotools -PACKAGECONFIG ??= "" +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'audit selinux', d)}" PACKAGECONFIG[zlib] = "--enable-zlib,--disable-zlib,zlib" PACKAGECONFIG[pam-wheel] = ",,,pam-plugin-wheel" PACKAGECONFIG[audit] = "--with-linux-audit,--without-linux-audit,audit"