Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Wed, 20 Oct 2004 21:35:44 +0000 (21:35 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 20 Oct 2004 21:35:44 +0000 (21:35 +0000)
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

tcpdump/files/fix-paths.patch [new file with mode: 0644]
tcpdump/tcpdump_3.8.1.oe [deleted file]
tcpdump/tcpdump_3.8.3.oe

diff --git a/tcpdump/files/fix-paths.patch b/tcpdump/files/fix-paths.patch
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/tcpdump/tcpdump_3.8.1.oe b/tcpdump/tcpdump_3.8.1.oe
deleted file mode 100644 (file)
index 98076d1..0000000
+++ /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
-}
index 98076d1..b2c6b19 100644 (file)
@@ -1,9 +1,11 @@
 DESCRIPTION = "A sophisticated network protocol dumper"
 SECTION = "console/network"
 PRIORITY = "optional"
-DEPENDS = "libpcap-0.8.1"
+DEPENDS = "libpcap-0.8.3"
+PR = "r1"
 
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
+SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
+           file://fix-paths.patch;patch=1"
 
 inherit autotools