diff options
Diffstat (limited to 'tcpdump/tcpdump_3.8.3.oe')
-rw-r--r-- | tcpdump/tcpdump_3.8.3.oe | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe index 98076d1552..b2c6b19bca 100644 --- a/tcpdump/tcpdump_3.8.3.oe +++ b/tcpdump/tcpdump_3.8.3.oe @@ -1,9 +1,11 @@ DESCRIPTION = "A sophisticated network protocol dumper" SECTION = "console/network" PRIORITY = "optional" -DEPENDS = "libpcap-0.8.1" +DEPENDS = "libpcap-0.8.3" +PR = "r1" -SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz" +SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \ + file://fix-paths.patch;patch=1" inherit autotools |