From: Mingli Yu Date: Wed, 8 Sep 2021 08:05:05 +0000 (+0800) Subject: tar: add pkgconfig for selinux X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~6781 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348ce6f8d5f5f3f598d01d8db55d575a972fe847;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tar: add pkgconfig for selinux Add pkgconfig setting for selinux. Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb index 98755a11cc5..a6a417a1a58 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}"