From: Marcin Juszkiewicz Date: Fri, 7 Sep 2007 20:13:11 +0000 (+0000) Subject: tcpdump: update to 3.9.7 whic do not need libpcap 0.9.3 but builds with 0.9.6 X-Git-Tag: Release-2010-05/1~8696^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b01b27522b32b4ee14588764768a33ff7312a3a;p=openembedded.git tcpdump: update to 3.9.7 whic do not need libpcap 0.9.3 but builds with 0.9.6 --- diff --git a/packages/tcpdump/tcpdump_3.9.3.bb b/packages/tcpdump/tcpdump_3.9.7.bb similarity index 93% rename from packages/tcpdump/tcpdump_3.9.3.bb rename to packages/tcpdump/tcpdump_3.9.7.bb index 7ffcc9a37f..ba9710d86a 100644 --- a/packages/tcpdump/tcpdump_3.9.3.bb +++ b/packages/tcpdump/tcpdump_3.9.7.bb @@ -3,8 +3,7 @@ HOMEPAGE = "http://www.tcpdump.org/" LICENSE = "BSD" SECTION = "console/network" PRIORITY = "optional" -DEPENDS = "libpcap-0.9.3" -PR = "r2" +DEPENDS = "libpcap" SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \ file://tcpdump_configure_no_-O2.patch;patch=1"