diff options
Diffstat (limited to 'tcpdump')
-rw-r--r-- | tcpdump/tcpdump_3.8.3.bb | 0 | ||||
-rw-r--r-- | tcpdump/tcpdump_3.8.3.oe | 17 |
2 files changed, 0 insertions, 17 deletions
diff --git a/tcpdump/tcpdump_3.8.3.bb b/tcpdump/tcpdump_3.8.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tcpdump/tcpdump_3.8.3.bb 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 -} |