[oe-commits] Roman I Khimov : tcpdump: remove deprecated patch options

git version control git at git.openembedded.org
Thu Aug 5 17:15:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 434d681412600f4dd4a5048d62549f00aa5de586
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=434d681412600f4dd4a5048d62549f00aa5de586

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Aug  5 21:13:19 2010 +0400

tcpdump: remove deprecated patch options

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/tcpdump/tcpdump_4.1.1.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/tcpdump/tcpdump_4.1.1.bb b/recipes/tcpdump/tcpdump_4.1.1.bb
index 21fcf85..ec0cda7 100644
--- a/recipes/tcpdump/tcpdump_4.1.1.bb
+++ b/recipes/tcpdump/tcpdump_4.1.1.bb
@@ -8,10 +8,10 @@ PR = "r1"
 
 SRC_URI = " \
 	http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
-	file://tcpdump_configure_no_-O2.patch;patch=1 \
-	file://0001-minimal-IEEE802.15.4-allowed.patch;patch=1 \
-	file://ipv6-cross.patch;patch=1 \
-	file://configure.patch;patch=1 \
+	file://tcpdump_configure_no_-O2.patch \
+	file://0001-minimal-IEEE802.15.4-allowed.patch \
+	file://ipv6-cross.patch \
+	file://configure.patch \
 "
 
 inherit autotools





More information about the Openembedded-commits mailing list