summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-15 14:29:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-22 10:53:48 +0100
commit04dd0ecc49c9fdcd424d86ab0aa80a478099b837 (patch)
treedfb5595a93a72b59fb2aa62c982e9ec3083d9e46 /meta/recipes-support/gnutls
parent04dc2e53112bb31437f4688d7fc9df9ad2497c76 (diff)
downloadpoky-04dd0ecc49c9fdcd424d86ab0aa80a478099b837.tar.gz
gnutls: remove use of argp-standalone for musl
This was made obsoleten in 3.5.0 when crywrap was removed from the GnuTLS source tree. (From OE-Core rev: b49dc6f29533ab7debd299419c8b891e106f5d9d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.8.0.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.8.0.bb b/meta/recipes-support/gnutls/gnutls_3.8.0.bb
index eef004efa5..1e3f34b6c5 100644
--- a/meta/recipes-support/gnutls/gnutls_3.8.0.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.8.0.bb
@@ -15,7 +15,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \
15 file://doc/COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c" 15 file://doc/COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c"
16 16
17DEPENDS = "nettle gmp virtual/libiconv libunistring" 17DEPENDS = "nettle gmp virtual/libiconv libunistring"
18DEPENDS:append:libc-musl = " argp-standalone"
19 18
20SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" 19SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
21 20
@@ -58,8 +57,6 @@ EXTRA_OECONF = " \
58# Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. 57# Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell.
59export POSIX_SHELL="${base_bindir}/sh" 58export POSIX_SHELL="${base_bindir}/sh"
60 59
61LDFLAGS:append:libc-musl = " -largp"
62
63do_configure:prepend() { 60do_configure:prepend() {
64 for dir in . lib; do 61 for dir in . lib; do
65 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4 62 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4