summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-11-28 09:54:47 +0800
committerJoe MacDonald <joe@deserted.net>2022-12-14 20:31:45 -0500
commitf6303c0f30ab8a3b561bf641316188382e4d6c66 (patch)
tree20d908657787cef5253a9bea7e711adb5f4dcbef
parentf6d73a35d3853ab09297fa1738890706901f43b8 (diff)
downloadmeta-selinux-f6303c0f30ab8a3b561bf641316188382e4d6c66.tar.gz
sudo: move PACKAGECONFIG to oe-core
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> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-extended/sudo/sudo_%.bbappend3
1 files changed, 0 insertions, 3 deletions
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 @@
1inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux enable-audit', '', d)} inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux enable-audit', '', d)}
2
3PACKAGECONFIG[audit] = "--with-linux-audit,--without-linux-audit,audit"
4PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"