diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-09-08 16:05:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-10 09:25:38 +0100 |
commit | 2c97f0e2995c0c2dd6c74834458a6f6e2259b9bf (patch) | |
tree | 810e1cb9184beb2b9638969b998169f3fc298f93 | |
parent | fd9c3a5a14fb54268707f6ece6a5fa11e4378200 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.32.bb | 1 |
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" | |||
52 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 52 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
53 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | 53 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," |
54 | PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," | 54 | PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," |
55 | PACKAGECONFIG[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 |
57 | bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ | 58 | bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ |