aboutsummaryrefslogtreecommitdiffstats
path: root/tcpdump/tcpdump_3.8.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tcpdump/tcpdump_3.8.3.oe')
-rw-r--r--tcpdump/tcpdump_3.8.3.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe
deleted file mode 100644
index f0274b4e86..0000000000
--- a/tcpdump/tcpdump_3.8.3.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "A sophisticated network protocol dumper"
-HOMEPAGE = "http://www.tcpdump.org/"
-LICENSE = "BSD"
-SECTION = "console/network"
-PRIORITY = "optional"
-DEPENDS = "libpcap-0.8.3"
-PR = "r1"
-
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
- file://fix-paths.patch;patch=1"
-
-inherit autotools
-
-do_configure() {
- gnu-configize
- oe_runconf
-}