diff options
| author | Daniel McGregor <daniel.mcgregor@vecima.com> | 2022-09-28 16:13:18 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-29 21:15:50 +0100 |
| commit | 92527cdb76fb858ae63c7178258da35f779a2086 (patch) | |
| tree | 524f96320ad7e01de2993bfca2fb047cc6eda6c1 | |
| parent | 0d3e0138c5a2e45ca2ade30832161e7cbedacee8 (diff) | |
| download | poky-92527cdb76fb858ae63c7178258da35f779a2086.tar.gz | |
coreutils: add openssl PACKAGECONFIG
coreutils-native will pick up openssl on the host if it's GPL
compatible (version >= 3), which causes uninative failures with hosts
that don't have openssl3.
Add a PACKAGECONFIG entry for openssl so it can be enabled, but isn't
by default.
(From OE-Core rev: 9859a8124a0c09ac38d476445e7df7097f41d153)
Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/coreutils/coreutils_9.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.1.bb b/meta/recipes-core/coreutils/coreutils_9.1.bb index 55663c7713..4807eefd04 100644 --- a/meta/recipes-core/coreutils/coreutils_9.1.bb +++ b/meta/recipes-core/coreutils/coreutils_9.1.bb | |||
| @@ -46,6 +46,7 @@ PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | |||
| 46 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," | 46 | PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," |
| 47 | PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," | 47 | PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," |
| 48 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 48 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
| 49 | PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" | ||
| 49 | 50 | ||
| 50 | # [ df mktemp nice printenv base64 gets a special treatment and is not included in this | 51 | # [ df mktemp nice printenv base64 gets a special treatment and is not included in this |
| 51 | bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ | 52 | bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ |
