summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/coreutils
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-11-09 17:42:03 +0000
commit50c5d5a7889a26122657a71161a9b2f2ca779ebd (patch)
tree4c6b0eb5de8e24ab3b4a79a56e82f4d8cceb66dc /meta/recipes-core/coreutils
parent6000f42a26cd8c5b6fb83706effe4892a103fc63 (diff)
downloadpoky-50c5d5a7889a26122657a71161a9b2f2ca779ebd.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: 590d8f2bdbb7ea558b9e99e58a1dae2b5eb58153) 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>
Diffstat (limited to 'meta/recipes-core/coreutils')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.31.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.31.bb b/meta/recipes-core/coreutils/coreutils_8.31.bb
index 3d569881e8..3841f71155 100644
--- a/meta/recipes-core/coreutils/coreutils_8.31.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.31.bb
@@ -51,6 +51,7 @@ PACKAGECONFIG_class-nativesdk ??= "xattr"
51PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 51PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
52PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," 52PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
53PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,," 53PACKAGECONFIG[single-binary] = "--enable-single-binary,--disable-single-binary,,"
54PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl"
54 55
55# [ df mktemp nice printenv base64 gets a special treatment and is not included in this 56# [ df mktemp nice printenv base64 gets a special treatment and is not included in this
56bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ 57bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \