summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnutls/gnutls.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/gnutls/gnutls.inc')
-rw-r--r--recipes-support/gnutls/gnutls.inc20
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes-support/gnutls/gnutls.inc b/recipes-support/gnutls/gnutls.inc
index 6b46e54..491fdbf 100644
--- a/recipes-support/gnutls/gnutls.inc
+++ b/recipes-support/gnutls/gnutls.inc
@@ -3,16 +3,16 @@ HOMEPAGE = "http://www.gnu.org/software/gnutls/"
3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls" 3BUGTRACKER = "https://savannah.gnu.org/support/?group=gnutls"
4 4
5LICENSE = "GPLv3+ & LGPLv2.1+" 5LICENSE = "GPLv3+ & LGPLv2.1+"
6LICENSE_${PN} = "LGPLv2.1+" 6LICENSE:${PN} = "LGPLv2.1+"
7LICENSE_${PN}-xx = "LGPLv2.1+" 7LICENSE:${PN}-xx = "LGPLv2.1+"
8LICENSE_${PN}-bin = "GPLv3+" 8LICENSE:${PN}-bin = "GPLv3+"
9LICENSE_${PN}-openssl = "GPLv3+" 9LICENSE:${PN}-openssl = "GPLv3+"
10 10
11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 11LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
12 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" 12 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
13 13
14DEPENDS = "nettle gmp virtual/libiconv" 14DEPENDS = "nettle gmp virtual/libiconv"
15DEPENDS_append_libc-musl = " argp-standalone" 15DEPENDS:append:libc-musl = " argp-standalone"
16 16
17SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" 17SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
18 18
@@ -38,9 +38,9 @@ EXTRA_OECONF = " \
38 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ 38 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
39" 39"
40 40
41LDFLAGS_append_libc-musl = " -largp" 41LDFLAGS:append:libc-musl = " -largp"
42 42
43do_configure_prepend() { 43do_configure:prepend() {
44 for dir in . lib; do 44 for dir in . lib; do
45 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4 45 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4
46 done 46 done
@@ -48,8 +48,8 @@ do_configure_prepend() {
48 48
49PACKAGES =+ "${PN}-openssl ${PN}-xx" 49PACKAGES =+ "${PN}-openssl ${PN}-xx"
50 50
51FILES_${PN}-dev += "${bindir}/gnutls-cli-debug" 51FILES:${PN}-dev += "${bindir}/gnutls-cli-debug"
52FILES_${PN}-openssl = "${libdir}/libgnutls-openssl.so.*" 52FILES:${PN}-openssl = "${libdir}/libgnutls-openssl.so.*"
53FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*" 53FILES:${PN}-xx = "${libdir}/libgnutlsxx.so.*"
54 54
55BBCLASSEXTEND = "native nativesdk" 55BBCLASSEXTEND = "native nativesdk"