gnutls (all) fix pkgconfig file at the proper location
authorMichael Lauer <mickey@vanille-media.de>
Sat, 8 Mar 2008 19:59:24 +0000 (19:59 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 8 Mar 2008 19:59:24 +0000 (19:59 +0000)
packages/gnutls/gnutls.inc
packages/gnutls/gnutls_1.4.5.bb
packages/gnutls/gnutls_1.6.3.bb

index 7812670..6400e80 100644 (file)
@@ -7,10 +7,10 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2"
 
 inherit autotools binconfig pkgconfig
 
-EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
+EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1"
 
 # fix wrong dependency
-do_configure_append() {
+do_configure_prepend() {
     sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
 }
 
index 4c24771..749064a 100644 (file)
@@ -1,3 +1,3 @@
 require gnutls.inc
 
-PR = "r2"
+PR = "r3"
index cc35d8b..ce10a4b 100644 (file)
@@ -6,4 +6,4 @@ SRC_URI += "\
        file://configure_madness.patch;patch=1 \
        "
 
-PR = "r5"
+PR = "r6"