]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
gnutls: bump PR. don't use _prepend for do_configure. master
authorRene Wagner <rw@handhelds.org>
Sat, 18 Nov 2006 17:24:40 +0000 (18:24 +0100)
committerRene Wagner <rw@handhelds.org>
Sat, 18 Nov 2006 17:24:40 +0000 (18:24 +0100)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/gnutls/gnutls_1.4.4.bb

index d5b2fb8a6eaad28326a088dc23de281396520edc..8325106ca470ccfe273985c2c17c1817ab5a4d80 100644 (file)
@@ -2,6 +2,7 @@ DESCRIPTION = "GNU Transport Layer Security Library"
 DEPENDS = "zlib libgcrypt lzo"
 HOMEPAGE = "http://www.gnu.org/software/gnutls/"
 LICENSE = "LGPL"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
           file://onceonly.m4 \
@@ -10,8 +11,9 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
 
 inherit autotools binconfig pkgconfig
 
-do_configure_prepend() {
+do_configure() {
         cp ${WORKDIR}/onceonly.m4 ${S}/m4/
+       autotools_do_configure
 }
 
 PACKAGES =+ "${PN}-openssl ${PN}-extra ${PN}-bin"