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>
This commit is contained in:
Mingli Yu 2022-11-28 09:54:49 +08:00 committed by Joe MacDonald
parent 61a64b0640
commit a8c55f9456

View File

@ -1,2 +1 @@
inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-selinux', '', d)}
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"