From 966365a6a36c55c841d40f1acf1aa17e56fad31f Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 8 Sep 2021 16:05:05 +0800 Subject: tar: add pkgconfig for selinux Add pkgconfig setting for selinux. (From OE-Core rev: 348ce6f8d5f5f3f598d01d8db55d575a972fe847) Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie --- meta/recipes-extended/tar/tar_1.34.bb | 1 + 1 file changed, 1 insertion(+) 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}" -- cgit v1.2.3-54-g00ecf