summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tcpdump/tcpdump/add-ptest.patch
diff options
context:
space:
mode:
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