summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnutls/gnutls_3.3.27.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/gnutls/gnutls_3.3.27.bb')
-rw-r--r--recipes-support/gnutls/gnutls_3.3.27.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes-support/gnutls/gnutls_3.3.27.bb b/recipes-support/gnutls/gnutls_3.3.27.bb
index 9a8cd40..a1dcdb5 100644
--- a/recipes-support/gnutls/gnutls_3.3.27.bb
+++ b/recipes-support/gnutls/gnutls_3.3.27.bb
@@ -1,12 +1,9 @@
1require recipes-support/gnutls/gnutls.inc 1require gnutls.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343" 4 file://COPYING.LESSER;md5=a6f89e2100d9b6cdffcea4f398e37343"
5 5
6FILESEXTRAPATHS_prepend = "${THISDIR}/${BPN}:${COREBASE}/meta/recipes-support/${BPN}/${BPN}:"
7
8SRC_URI += " \ 6SRC_URI += " \
9 file://correct_rpl_gettimeofday_signature.patch \
10 file://configure.ac-fix-sed-command.patch \ 7 file://configure.ac-fix-sed-command.patch \
11 file://use-pkg-config-to-locate-zlib.patch \ 8 file://use-pkg-config-to-locate-zlib.patch \
12" 9"
@@ -18,6 +15,3 @@ SRC_URI[sha256sum] = "8dfda16c158ef5c134010d51d1a91d02aa5d43b8cb711b1572650a7ffb
18PACKAGECONFIG[libidn] = "" 15PACKAGECONFIG[libidn] = ""
19# but it still has the libidn dependency, without this option 16# but it still has the libidn dependency, without this option
20EXTRA_OECONF += "--disable-crywrap" 17EXTRA_OECONF += "--disable-crywrap"
21
22# This version doesn't support this option added in newer gnutls
23EXTRA_OECONF_remove = "--without-libunistring-prefix"