aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnutls/gnutls_1.6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnutls/gnutls_1.6.3.bb')
-rw-r--r--recipes/gnutls/gnutls_1.6.3.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gnutls/gnutls_1.6.3.bb b/recipes/gnutls/gnutls_1.6.3.bb
new file mode 100644
index 0000000000..7a89835237
--- /dev/null
+++ b/recipes/gnutls/gnutls_1.6.3.bb
@@ -0,0 +1,14 @@
+require gnutls.inc
+
+SRC_URI += "\
+ file://gnutls-openssl.patch;patch=1 \
+ file://gnutls-texinfo-euro.patch;patch=1 \
+ file://configure_madness.patch;patch=1 \
+ "
+
+# fix wrong dependency
+do_configure_prepend() {
+ sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
+}
+
+PR = "r6"