From: Michael Lauer Date: Thu, 20 May 2004 20:24:38 +0000 (+0000) Subject: apply patch to stop libtool moaning. X-Git-Tag: Release-2010-05/1~19079 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cd271bfea6bf5e73fd2c71ace9eb0560df04601;p=openembedded.git apply patch to stop libtool moaning. with this ntop gets further, however still bails out BKrev: 40ad14063fa_6Qa-y0aab9bwKbuYpg --- diff --git a/nonworking/ntop/ntop-3.0/libtool-shut-up.patch b/nonworking/ntop/ntop-3.0/libtool-shut-up.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/nonworking/ntop/ntop_3.0.oe b/nonworking/ntop/ntop_3.0.oe index e69de29bb2..8f37092507 100644 --- a/nonworking/ntop/ntop_3.0.oe +++ b/nonworking/ntop/ntop_3.0.oe @@ -0,0 +1,19 @@ +DESCRIPTION = "ntop is network top" +SECTION = "network" +PRIORITY = "optional" + +SRC_URI = "${SOURCEFORGE_MIRROR}/ntop/ntop-${PV}.tgz \ + file://${FILESDIR}/libtool-shut-up.patch;patch=1" + +inherit autotools + +do_configure_prepend() { + find . -name "acinclude.m4"|xargs rm -f + find . -name "aclocal.m4" |xargs rm -f + find . -name "config.h.in"|xargs rm -f + find . -name "Makefile.in"|xargs rm -f + find . -name "configure"|xargs rm -f +} + +export NTOPAUTOREBUILD=yes +export NTOPCONFIGDEBUG=yes