gnutls: remove hacks needed for autoconf 2.59

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2521 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-20 12:19:59 +00:00
parent 8ee1c79284
commit 43fb739f14
2 changed files with 1 additions and 10 deletions

View File

@ -6,17 +6,12 @@ LICENSE = "LGPL"
SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \
file://gnutls-openssl.patch;patch=1 \
file://onceonly.m4 \
file://gnutls-texinfo-euro.patch;patch=1"
inherit autotools binconfig pkgconfig
EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1"
do_configure_prepend() {
cp ${WORKDIR}/onceonly.m4 ${S}/m4/
}
do_stage() {
oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}
oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}

View File

@ -1,6 +1,2 @@
require gnutls.inc
PR = "r1"
do_configure_prepend() {
sed -i "s/2.60/2.59/" ${S}/configure.in
}
PR = "r2"