diff mbox series

[meta-selinux,1/5] sudo: move PACKAGECONFIG to oe-core

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

Commit Message

mingli.yu@eng.windriver.com Nov. 28, 2022, 1:54 a.m. UTC
From: Mingli Yu <mingli.yu@windriver.com>

Move PACKAGECONFIG setting to oe-core [1] to conform to yocto compliance.

[1] https://git.openembedded.org/openembedded-core/commit/?id=5c8e22895709a0ce7ce855468473d9d6d10a1e65

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 recipes-extended/sudo/sudo_%.bbappend | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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"