summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-03-16 20:12:46 +0000
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:57:03 -0700
commit785bb39855b4dfc5fa5b819c44c637478d787eb6 (patch)
tree35aa54203c21d434538669d2791bd614f30c3102 /meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch
parent41038a71396d1edd58558a5b110cafdc7b1b1762 (diff)
downloadmeta-openembedded-785bb39855b4dfc5fa5b819c44c637478d787eb6.tar.gz
tcpdump: refresh patches
WARNING: tcpdump-4.9.2-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch unnecessary-to-check-libpcap.patch patching file configure.in Hunk #1 succeeded at 418 with fuzz 2 (offset -149 lines). Now at patch unnecessary-to-check-libpcap.patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch')
-rw-r--r--meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch b/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch
index 196cec7f2..b71435a04 100644
--- a/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch
+++ b/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch
@@ -1,4 +1,4 @@
1From 7b259580800e259d232229dc89f97058b56e2fe8 Mon Sep 17 00:00:00 2001 1From 8ee1ab1ac89557d48ac1ab7ddcc3c51be9b734ad Mon Sep 17 00:00:00 2001
2From: "Hongjun.Yang" <hongjun.yang@windriver.com> 2From: "Hongjun.Yang" <hongjun.yang@windriver.com>
3Date: Wed, 22 Oct 2014 10:02:48 +0800 3Date: Wed, 22 Oct 2014 10:02:48 +0800
4Subject: [PATCH] Add ptest for tcpdump 4Subject: [PATCH] Add ptest for tcpdump
@@ -6,15 +6,16 @@ Subject: [PATCH] Add ptest for tcpdump
6Upstream-Status: Pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Hongjun.Yang <hongjun.yang@windriver.com> 8Signed-off-by: Hongjun.Yang <hongjun.yang@windriver.com>
9
9--- 10---
10 Makefile.in | 10 +++++++++- 11 Makefile.in | 10 +++++++++-
11 1 file changed, 9 insertions(+), 1 deletion(-) 12 1 file changed, 9 insertions(+), 1 deletion(-)
12 13
13Index: tcpdump-4.9.0/Makefile.in 14diff --git a/Makefile.in b/Makefile.in
14=================================================================== 15index 0941f0e..3ce40c6 100644
15--- tcpdump-4.9.0.orig/Makefile.in 16--- a/Makefile.in
16+++ tcpdump-4.9.0/Makefile.in 17+++ b/Makefile.in
17@@ -436,9 +436,17 @@ distclean: 18@@ -437,9 +437,17 @@ distclean:
18 tests/failure-outputs.txt 19 tests/failure-outputs.txt
19 rm -rf autom4te.cache tests/DIFF tests/NEW 20 rm -rf autom4te.cache tests/DIFF tests/NEW
20 21