From: Chris Larson Date: Mon, 26 Jan 2004 22:10:59 +0000 (+0000) Subject: BUGFIX: correct build of inetutils with automake/aclocal 1.8. X-Git-Tag: Release-2010-05/1~20227 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c823f462f86b91e8afbbf972fbefd118c5edfe79;p=openembedded.git BUGFIX: correct build of inetutils with automake/aclocal 1.8. BKrev: 40159073Ub3KsOi5YR8lcePFCPMUxA --- diff --git a/inetutils/inetutils-1.4.2/configure.patch b/inetutils/inetutils-1.4.2/configure.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/inetutils/inetutils_1.4.2.oe b/inetutils/inetutils_1.4.2.oe index e69de29bb2..983a685e59 100644 --- a/inetutils/inetutils_1.4.2.oe +++ b/inetutils/inetutils_1.4.2.oe @@ -0,0 +1,13 @@ +DEPENDS = virtual/libc ncurses +RDEPENDS = libc6 ncurses +LICENSE = GPL + +SRC_URI = ${GNU_MIRROR}/inetutils/inetutils-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools + +EXTRA_OECONF = --with-ncurses-include-dir=${STAGING_INCDIR} +do_configure_prepend () { + rm -f ${S}/glob/configure* +}