diff options
-rw-r--r-- | tcpdump/files/fix-paths.patch | 0 | ||||
-rw-r--r-- | tcpdump/tcpdump_3.8.1.oe | 13 | ||||
-rw-r--r-- | tcpdump/tcpdump_3.8.3.oe | 6 |
3 files changed, 4 insertions, 15 deletions
diff --git a/tcpdump/files/fix-paths.patch b/tcpdump/files/fix-paths.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tcpdump/files/fix-paths.patch 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 -} diff --git a/tcpdump/tcpdump_3.8.3.oe b/tcpdump/tcpdump_3.8.3.oe index 98076d1552..b2c6b19bca 100644 --- a/tcpdump/tcpdump_3.8.3.oe +++ b/tcpdump/tcpdump_3.8.3.oe @@ -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 |