mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
tar: add pkgconfig for selinux
Add pkgconfig setting for selinux. (From OE-Core rev: 348ce6f8d5f5f3f598d01d8db55d575a972fe847) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f47964be45
commit
966365a6a3
@@ -16,6 +16,7 @@ PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG:append:class-target = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}"
|
||||
|
||||
PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl"
|
||||
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
|
||||
|
||||
EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user