similarity index 100%
rename from recipes/tcpdump/files/0001-minimal-IEEE802.15.4-allowed.patch
rename to recipes/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch
similarity index 100%
rename from recipes/tcpdump/files/configure.patch
rename to recipes/tcpdump/tcpdump-4.3.0/configure.patch
similarity index 100%
rename from recipes/tcpdump/files/ipv6-cross.patch
rename to recipes/tcpdump/tcpdump-4.3.0/ipv6-cross.patch
similarity index 100%
rename from recipes/tcpdump/files/tcpdump_configure_no_-O2.patch
rename to recipes/tcpdump/tcpdump-4.3.0/tcpdump_configure_no_-O2.patch
@@ -7,12 +7,7 @@ RECIPE_TYPES = "machine"
inherit autotools
-SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
- file://tcpdump_configure_no_-O2.patch \
- file://0001-minimal-IEEE802.15.4-allowed.patch \
- file://ipv6-cross.patch \
- file://configure.patch \
-"
+SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
DEPENDS = "libpcap"
RDEPENDS_${PN} = "libpcap"
@@ -1 +1,7 @@
require ${PN}.inc
+
+SRC_URI += "file://tcpdump_configure_no_-O2.patch \
+ file://0001-minimal-IEEE802.15.4-allowed.patch \
+ file://ipv6-cross.patch \
+ file://configure.patch \
+"