From 434d681412600f4dd4a5048d62549f00aa5de586 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 5 Aug 2010 21:13:19 +0400 Subject: tcpdump: remove deprecated patch options Signed-off-by: Roman I Khimov --- recipes/tcpdump/tcpdump_4.1.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes') diff --git a/recipes/tcpdump/tcpdump_4.1.1.bb b/recipes/tcpdump/tcpdump_4.1.1.bb index 21fcf8548f..ec0cda7053 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 -- cgit 1.2.3-korg