summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls_3.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls_3.7.2.bb')
-rw-r--r--meta/recipes-support/gnutls/gnutls_3.7.2.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-support/gnutls/gnutls_3.7.2.bb b/meta/recipes-support/gnutls/gnutls_3.7.2.bb
index 430d1f2d7d..e1a084fac4 100644
--- a/meta/recipes-support/gnutls/gnutls_3.7.2.bb
+++ b/meta/recipes-support/gnutls/gnutls_3.7.2.bb
@@ -5,17 +5,17 @@ HOMEPAGE = "https://gnutls.org/"
5BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 5BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
6 6
7LICENSE = "GPLv3+ & LGPLv2.1+" 7LICENSE = "GPLv3+ & LGPLv2.1+"
8LICENSE_${PN} = "LGPLv2.1+" 8LICENSE:${PN} = "LGPLv2.1+"
9LICENSE_${PN}-xx = "LGPLv2.1+" 9LICENSE:${PN}-xx = "LGPLv2.1+"
10LICENSE_${PN}-bin = "GPLv3+" 10LICENSE:${PN}-bin = "GPLv3+"
11LICENSE_${PN}-openssl = "GPLv3+" 11LICENSE:${PN}-openssl = "GPLv3+"
12 12
13LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \ 13LIC_FILES_CHKSUM = "file://LICENSE;md5=71391c8e0c1cfe68077e7fce3b586283 \
14 file://doc/COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \ 14 file://doc/COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \
15 file://doc/COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" 15 file://doc/COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
16 16
17DEPENDS = "nettle gmp virtual/libiconv libunistring" 17DEPENDS = "nettle gmp virtual/libiconv libunistring"
18DEPENDS_append_libc-musl = " argp-standalone" 18DEPENDS:append:libc-musl = " argp-standalone"
19 19
20SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" 20SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
21 21
@@ -52,9 +52,9 @@ EXTRA_OECONF = " \
52# Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell. 52# Otherwise the tools try and use HOSTTOOLS_DIR/bash as a shell.
53export POSIX_SHELL="${base_bindir}/sh" 53export POSIX_SHELL="${base_bindir}/sh"
54 54
55LDFLAGS_append_libc-musl = " -largp" 55LDFLAGS:append:libc-musl = " -largp"
56 56
57do_configure_prepend() { 57do_configure:prepend() {
58 for dir in . lib; do 58 for dir in . lib; do
59 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4 59 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4
60 done 60 done
@@ -62,8 +62,8 @@ do_configure_prepend() {
62 62
63PACKAGES =+ "${PN}-openssl ${PN}-xx" 63PACKAGES =+ "${PN}-openssl ${PN}-xx"
64 64
65FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" 65FILES:${PN}-dev += "${bindir}/gnutls-cli-debug"
66FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" 66FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
67FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" 67FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*"
68 68
69BBCLASSEXTEND = "native nativesdk" 69BBCLASSEXTEND = "native nativesdk"