Message ID | 20221128015451.2307473-1-mingli.yu@eng.windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-selinux,1/5] sudo: move PACKAGECONFIG to oe-core | expand |
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"