gnutls: Fix pkgconfig patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4086 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-03-19 22:47:03 +00:00
parent b1d71fa325
commit 1607c8f080
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ Index: gnutls-1.6.3/lib/gnutls.pc.in
Name: GnuTLS
Description: Transport Security Layer implementation for the GNU system
Version: @VERSION@
+Requires.private: gcrypt
+Requires.private: libgcrypt
Libs: -L${libdir} -lgnutls
-Libs.private: @LIBGNUTLS_LIBS@
+Libs.private: -L${libdir} -lgnutls

View File

@ -6,4 +6,4 @@ SRC_URI += "\
file://configure_madness.patch;patch=1 \
"
PR = "r6"
PR = "r7"