aboutsummaryrefslogtreecommitdiffstats
path: root/tcpdump
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-02 21:54:16 +0000
committerChris Larson <clarson@kergoth.com>2004-07-02 21:54:16 +0000
commit995161d9c5b8b571be91e9f47cb5dd7a376df8ab (patch)
treeb96a1b336eeeea7765cbbee1fc8ee7a579b1cab1 /tcpdump
parentaa1acc005fba121a63f980235c0a33e6a059e18c (diff)
downloadopenembedded-995161d9c5b8b571be91e9f47cb5dd7a376df8ab.tar.gz
Remove base/ CATEGORY remnants.
BKrev: 40e5d988_ZJmyu3FYHwcnSRm2W9QGA
Diffstat (limited to 'tcpdump')
-rw-r--r--tcpdump/tcpdump_3.8.1.oe2
-rw-r--r--tcpdump/tcpdump_3.8.3.oe13
2 files changed, 14 insertions, 1 deletions
diff --git a/tcpdump/tcpdump_3.8.1.oe b/tcpdump/tcpdump_3.8.1.oe
index e418194ec8..2adeec5ef2 100644
--- a/tcpdump/tcpdump_3.8.1.oe
+++ b/tcpdump/tcpdump_3.8.1.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "A sophisticated network protocol dumper"
SECTION = "base"
PRIORITY = "optional"
-DEPENDS = "base/libpcap-0.8.1"
+DEPENDS = "libpcap-0.8.1"
SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe
index e69de29bb2..2adeec5ef2 100644
--- a/tcpdump/tcpdump_3.8.3.oe
+++ b/tcpdump/tcpdump_3.8.3.oe
@@ -0,0 +1,13 @@
+DESCRIPTION = "A sophisticated network protocol dumper"
+SECTION = "base"
+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
+}