summaryrefslogtreecommitdiff
path: root/tcpdump/tcpdump_3.8.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tcpdump/tcpdump_3.8.1.oe')
-rw-r--r--tcpdump/tcpdump_3.8.1.oe13
1 files changed, 0 insertions, 13 deletions
diff --git a/tcpdump/tcpdump_3.8.1.oe b/tcpdump/tcpdump_3.8.1.oe
deleted file mode 100644
index 98076d1552..0000000000
--- a/tcpdump/tcpdump_3.8.1.oe
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "A sophisticated network protocol dumper"
-SECTION = "console/network"
-PRIORITY = "optional"
-DEPENDS = "libpcap-0.8.1"
-
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
-
-inherit autotools
-
-do_configure() {
- gnu-configize
- oe_runconf
-}