summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2021-09-08 16:05:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-10 09:25:38 +0100
commit2c97f0e2995c0c2dd6c74834458a6f6e2259b9bf (patch)
tree810e1cb9184beb2b9638969b998169f3fc298f93 /meta/recipes-core/coreutils
parentfd9c3a5a14fb54268707f6ece6a5fa11e4378200 (diff)
downloadpoky-2c97f0e2995c0c2dd6c74834458a6f6e2259b9bf.tar.gz
coreutils: add pkgconfig for selinux
Add pkgconfig setting for selinux. (From OE-Core rev: ee48a2dbfb9e79225774c69a08a92a88dc9ac1d9) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.32.bb1
1 files changed, 1 insertions, 0 deletions
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"
52PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 52PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
53PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," 53PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
54PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," 54PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,,"
55PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
55 56
56# [ df mktemp nice printenv base64 gets a special treatment and is not included in this 57# [ df mktemp nice printenv base64 gets a special treatment and is not included in this
57bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ 58bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \