summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel McGregor <daniel.mcgregor@vecima.com>2022-09-28 16:13:18 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-11 21:56:13 +0100
commit697d4abaf36c479c1b850a5b5a2a5333865c68f0 (patch)
treee5c6b6bff63520a25e862174038684de4b40a663
parentd848c5d6aa2170e8ce97c5a45ef239ace3ace8f4 (diff)
downloadpoky-697d4abaf36c479c1b850a5b5a2a5333865c68f0.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: e728d0965d6fda8ac54e065ca7bf7eb9da9a8170) Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9859a8124a0c09ac38d476445e7df7097f41d153) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/coreutils/coreutils_9.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_9.0.bb b/meta/recipes-core/coreutils/coreutils_9.0.bb
index 865cffd4cd..8a2fbeca32 100644
--- a/meta/recipes-core/coreutils/coreutils_9.0.bb
+++ b/meta/recipes-core/coreutils/coreutils_9.0.bb
@@ -49,6 +49,7 @@ PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
49PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," 49PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
50PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," 50PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,,"
51PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" 51PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
52PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl"
52 53
53# [ df mktemp nice printenv base64 gets a special treatment and is not included in this 54# [ df mktemp nice printenv base64 gets a special treatment and is not included in this
54bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ 55bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \