summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-11-28 09:54:49 +0800
committerJoe MacDonald <joe@deserted.net>2022-12-14 20:31:45 -0500
commita8c55f9456312536fdf9edf5c7ca72124cc54803 (patch)
tree1ca9634d73b27389a31114856f4d2e3053314a4e
parent61a64b06400d1c861f36c21aef1006aa57efea68 (diff)
downloadmeta-selinux-a8c55f9456312536fdf9edf5c7ca72124cc54803.tar.gz
util-linux: 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=c57cc22fad708ac856ac4ebe0a42042031fbf90b Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-core/util-linux/util-linux_%.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-core/util-linux/util-linux_%.bbappend b/recipes-core/util-linux/util-linux_%.bbappend
index 138c23a..74e22b3 100644
--- a/recipes-core/util-linux/util-linux_%.bbappend
+++ b/recipes-core/util-linux/util-linux_%.bbappend
@@ -1,2 +1 @@
1inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)} inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)}
2PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"