summaryrefslogtreecommitdiffstats
path: root/meta/packages
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages')
-rw-r--r--meta/packages/gnutls/gnutls-1.6.3/configure_madness.patch2
-rw-r--r--meta/packages/gnutls/gnutls_1.6.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gnutls/gnutls-1.6.3/configure_madness.patch b/meta/packages/gnutls/gnutls-1.6.3/configure_madness.patch
index bdee81cc54..5aea59cc43 100644
--- a/meta/packages/gnutls/gnutls-1.6.3/configure_madness.patch
+++ b/meta/packages/gnutls/gnutls-1.6.3/configure_madness.patch
@@ -28,7 +28,7 @@ Index: gnutls-1.6.3/lib/gnutls.pc.in
28 Name: GnuTLS 28 Name: GnuTLS
29 Description: Transport Security Layer implementation for the GNU system 29 Description: Transport Security Layer implementation for the GNU system
30 Version: @VERSION@ 30 Version: @VERSION@
31+Requires.private: gcrypt 31+Requires.private: libgcrypt
32 Libs: -L${libdir} -lgnutls 32 Libs: -L${libdir} -lgnutls
33-Libs.private: @LIBGNUTLS_LIBS@ 33-Libs.private: @LIBGNUTLS_LIBS@
34+Libs.private: -L${libdir} -lgnutls 34+Libs.private: -L${libdir} -lgnutls
diff --git a/meta/packages/gnutls/gnutls_1.6.3.bb b/meta/packages/gnutls/gnutls_1.6.3.bb
index ce10a4b6cf..64ad6dbe69 100644
--- a/meta/packages/gnutls/gnutls_1.6.3.bb
+++ b/meta/packages/gnutls/gnutls_1.6.3.bb
@@ -6,4 +6,4 @@ SRC_URI += "\
6 file://configure_madness.patch;patch=1 \ 6 file://configure_madness.patch;patch=1 \
7 " 7 "
8 8
9PR = "r6" 9PR = "r7"