diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-02 21:54:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-02 21:54:16 +0000 |
commit | 995161d9c5b8b571be91e9f47cb5dd7a376df8ab (patch) | |
tree | b96a1b336eeeea7765cbbee1fc8ee7a579b1cab1 /tcpdump | |
parent | aa1acc005fba121a63f980235c0a33e6a059e18c (diff) |
Remove base/ CATEGORY remnants.
BKrev: 40e5d988_ZJmyu3FYHwcnSRm2W9QGA
Diffstat (limited to 'tcpdump')
-rw-r--r-- | tcpdump/tcpdump_3.8.1.oe | 2 | ||||
-rw-r--r-- | tcpdump/tcpdump_3.8.3.oe | 13 |
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 +} |