summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-09-08 16:05:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-08 15:50:04 +0100
commit348ce6f8d5f5f3f598d01d8db55d575a972fe847 (patch)
treeadd34cdd3c5431e94382e320cabe925b8a0bcb55
parent7cc66fcdf8c2cec16533a4d7a6032ea2986b9079 (diff)
downloadopenembedded-core-contrib-348ce6f8d5f5f3f598d01d8db55d575a972fe847.tar.gz
tar: add pkgconfig for selinux
Add pkgconfig setting for selinux. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tar/tar_1.34.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb
index 98755a11cc..a6a417a1a5 100644
--- a/meta/recipes-extended/tar/tar_1.34.bb
+++ b/meta/recipes-extended/tar/tar_1.34.bb
@@ -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}"