]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: Fix pkgconfig patch
authorRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 22:47:03 +0000 (22:47 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 22:47:03 +0000 (22:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4086 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gnutls/gnutls-1.6.3/configure_madness.patch
meta/packages/gnutls/gnutls_1.6.3.bb

index bdee81cc54c3082acc561f9a11de35c0a96d1cc2..5aea59cc43834fd92c94f85ac5672c9273f00742 100644 (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
index ce10a4b6cf3054ade2f3b32f7a0ee6c72dcb0685..64ad6dbe69452e56e0c23d1d370dd227ab5e31fe 100644 (file)
@@ -6,4 +6,4 @@ SRC_URI += "\
        file://configure_madness.patch;patch=1 \
        "
 
-PR = "r6"
+PR = "r7"