diff mbox

[030/131] tcpdump: Move patches to version specific folder

Message ID cd787f33311b18a17adeee8b4a825ea8e3d41cf6.1389702652.git.christian.braunersorensen@prevas.dk
State Accepted
Delegated to: Esben Haabendal
Headers show

Commit Message

christian.braunersorensen@prevas.dk Jan. 14, 2014, 12:33 p.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

Signed-off-by: Christian Sørensen <christian.braunersorensen@prevas.dk>
---
 .../0001-minimal-IEEE802.15.4-allowed.patch                        | 0
 recipes/tcpdump/{files => tcpdump-4.3.0}/configure.patch           | 0
 recipes/tcpdump/{files => tcpdump-4.3.0}/ipv6-cross.patch          | 0
 .../{files => tcpdump-4.3.0}/tcpdump_configure_no_-O2.patch        | 0
 recipes/tcpdump/tcpdump.inc                                        | 7 +------
 recipes/tcpdump/tcpdump_4.3.0.oe                                   | 6 ++++++
 6 files changed, 7 insertions(+), 6 deletions(-)
 rename recipes/tcpdump/{files => tcpdump-4.3.0}/0001-minimal-IEEE802.15.4-allowed.patch (100%)
 rename recipes/tcpdump/{files => tcpdump-4.3.0}/configure.patch (100%)
 rename recipes/tcpdump/{files => tcpdump-4.3.0}/ipv6-cross.patch (100%)
 rename recipes/tcpdump/{files => tcpdump-4.3.0}/tcpdump_configure_no_-O2.patch (100%)
diff mbox

Patch

diff --git a/recipes/tcpdump/files/0001-minimal-IEEE802.15.4-allowed.patch b/recipes/tcpdump/tcpdump-4.3.0/0001-minimal-IEEE802.15.4-allowed.patch
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
diff --git a/recipes/tcpdump/files/configure.patch b/recipes/tcpdump/tcpdump-4.3.0/configure.patch
similarity index 100%
rename from recipes/tcpdump/files/configure.patch
rename to recipes/tcpdump/tcpdump-4.3.0/configure.patch
diff --git a/recipes/tcpdump/files/ipv6-cross.patch b/recipes/tcpdump/tcpdump-4.3.0/ipv6-cross.patch
similarity index 100%
rename from recipes/tcpdump/files/ipv6-cross.patch
rename to recipes/tcpdump/tcpdump-4.3.0/ipv6-cross.patch
diff --git a/recipes/tcpdump/files/tcpdump_configure_no_-O2.patch b/recipes/tcpdump/tcpdump-4.3.0/tcpdump_configure_no_-O2.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
diff --git a/recipes/tcpdump/tcpdump.inc b/recipes/tcpdump/tcpdump.inc
index 8222a40..fff1604 100644
--- a/recipes/tcpdump/tcpdump.inc
+++ b/recipes/tcpdump/tcpdump.inc
@@ -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"
diff --git a/recipes/tcpdump/tcpdump_4.3.0.oe b/recipes/tcpdump/tcpdump_4.3.0.oe
index bd54419..6efd256 100644
--- a/recipes/tcpdump/tcpdump_4.3.0.oe
+++ b/recipes/tcpdump/tcpdump_4.3.0.oe
@@ -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 \
+"