diff --git a/recipes-extended/sudo/sudo_%.bbappend b/recipes-extended/sudo/sudo_%.bbappend index 2e35ec5..7c3a686 100644 --- a/recipes-extended/sudo/sudo_%.bbappend +++ b/recipes-extended/sudo/sudo_%.bbappend @@ -1,4 +1 @@ inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux enable-audit', '', d)} - -PACKAGECONFIG[audit] = "--with-linux-audit,--without-linux-audit,audit" -PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"