diff options
Diffstat (limited to 'recipes/tcpdump/tcpdump_4.0.0.bb')
-rw-r--r-- | recipes/tcpdump/tcpdump_4.0.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/tcpdump/tcpdump_4.0.0.bb b/recipes/tcpdump/tcpdump_4.0.0.bb index 12b137319e..fa8388267c 100644 --- a/recipes/tcpdump/tcpdump_4.0.0.bb +++ b/recipes/tcpdump/tcpdump_4.0.0.bb @@ -8,11 +8,11 @@ PR = "r3" SRC_URI = " \ http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \ - file://tcpdump_configure_no_-O2.patch;apply=yes \ - file://no-ipv6-tcpdump4.patch;apply=yes \ - file://0001-minimal-IEEE802.15.4-allowed.patch;apply=yes \ - file://ipv6-cross.patch;apply=yes \ - file://configure.patch;apply=yes \ + file://tcpdump_configure_no_-O2.patch \ + file://no-ipv6-tcpdump4.patch \ + file://0001-minimal-IEEE802.15.4-allowed.patch \ + file://ipv6-cross.patch \ + file://configure.patch \ " inherit autotools |