diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-20 21:35:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-20 21:35:44 +0000 |
commit | eee223f42a167da2f5a5b9e22a4798ea260c1de0 (patch) | |
tree | 33799cb1117e26552a83de1684d80166169fc619 /tcpdump/tcpdump_3.8.1.oe | |
parent | 46217840685de4d38178d7df2809c3c6b06cf6d7 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/20 23:32:37+02:00 uni-frankfurt.de!mickeyl
unbreak tcpdump 3.8.3
BKrev: 4176da30ueLmD-rTM0v7NZ8h06GocQ
Diffstat (limited to 'tcpdump/tcpdump_3.8.1.oe')
-rw-r--r-- | tcpdump/tcpdump_3.8.1.oe | 13 |
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 -} |