From ee48a2dbfb9e79225774c69a08a92a88dc9ac1d9 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 8 Sep 2021 16:05:03 +0800 Subject: coreutils: add pkgconfig for selinux Add pkgconfig setting for selinux. Signed-off-by: Mingli Yu Signed-off-by: Richard Purdie --- meta/recipes-core/coreutils/coreutils_8.32.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb index f82572ed52..01acf9a874 100644 --- a/meta/recipes-core/coreutils/coreutils_8.32.bb +++ b/meta/recipes-core/coreutils/coreutils_8.32.bb @@ -52,6 +52,7 @@ PACKAGECONFIG:class-nativesdk ??= "xattr" PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," +PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" # [ df mktemp nice printenv base64 gets a special treatment and is not included in this bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ -- cgit 1.2.3-korg