aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tcpdump
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-09-07 20:13:11 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-09-07 20:13:11 +0000
commit5b01b27522b32b4ee14588764768a33ff7312a3a (patch)
tree1a10fbef2dda8e55c2a493ae19c7a1391778b20e /packages/tcpdump
parent111c8a8ab441cf56bc35048ed20e676cce978767 (diff)
downloadopenembedded-5b01b27522b32b4ee14588764768a33ff7312a3a.tar.gz
tcpdump: update to 3.9.7 whic do not need libpcap 0.9.3 but builds with 0.9.6
Diffstat (limited to 'packages/tcpdump')
-rw-r--r--packages/tcpdump/tcpdump_3.9.7.bb (renamed from packages/tcpdump/tcpdump_3.9.3.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/tcpdump/tcpdump_3.9.3.bb b/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"