gnutls (all) fix wrong dependency in .pc file
authorMichael Lauer <mickey@vanille-media.de>
Sat, 1 Mar 2008 16:55:49 +0000 (16:55 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 1 Mar 2008 16:55:49 +0000 (16:55 +0000)
packages/gnutls/gnutls.inc
packages/gnutls/gnutls_1.4.5.bb
packages/gnutls/gnutls_1.6.3.bb

index d08b0ca..7812670 100644 (file)
@@ -1,7 +1,6 @@
 DESCRIPTION = "GNU Transport Layer Security Library"
 HOMEPAGE = "http://www.gnu.org/software/gnutls/"
 DEPENDS = "zlib libgcrypt lzo"
-
 LICENSE = "LGPL"
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
@@ -10,6 +9,11 @@ inherit autotools binconfig pkgconfig
 
 EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
 
+# fix wrong dependency
+do_configure_append() {
+    sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
+}
+
 do_stage() {
     oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}
     oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}
index 3337e0b..4c24771 100644 (file)
@@ -1,3 +1,3 @@
 require gnutls.inc
 
-PR = "r1"
+PR = "r2"
index be68b55..cc35d8b 100644 (file)
@@ -6,4 +6,4 @@ SRC_URI += "\
        file://configure_madness.patch;patch=1 \
        "
 
-PR = "r4"
+PR = "r5"