summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch b/meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch
index 4f13706161..52d2cdcdc5 100644
--- a/meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch
+++ b/meta/recipes-devtools/strace/strace/0001-caps-abbrev.awk-fix-gawk-s-path.patch
@@ -1,4 +1,4 @@
1From 83757523c50748ea845c1e220b1c3b2080d3cc49 Mon Sep 17 00:00:00 2001 1From d225aaa8841f47ba8aa7b353b0ac3028d5913efe Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com> 2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Thu, 9 Feb 2017 01:27:49 -0800 3Date: Thu, 9 Feb 2017 01:27:49 -0800
4Subject: [PATCH] caps-abbrev.awk: fix gawk's path 4Subject: [PATCH] caps-abbrev.awk: fix gawk's path
@@ -8,6 +8,7 @@ It should be /usr/bin/gawk as other scripts use in this package.
8Upstream-Status: Pending 8Upstream-Status: Pending
9 9
10Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 10Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
11
11--- 12---
12 tests-m32/caps-abbrev.awk | 2 +- 13 tests-m32/caps-abbrev.awk | 2 +-
13 tests-mx32/caps-abbrev.awk | 2 +- 14 tests-mx32/caps-abbrev.awk | 2 +-
@@ -15,7 +16,7 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
15 3 files changed, 3 insertions(+), 3 deletions(-) 16 3 files changed, 3 insertions(+), 3 deletions(-)
16 17
17diff --git a/tests-m32/caps-abbrev.awk b/tests-m32/caps-abbrev.awk 18diff --git a/tests-m32/caps-abbrev.awk b/tests-m32/caps-abbrev.awk
18index 86de7f2..0535cac 100644 19index c00023b..a56cd56 100644
19--- a/tests-m32/caps-abbrev.awk 20--- a/tests-m32/caps-abbrev.awk
20+++ b/tests-m32/caps-abbrev.awk 21+++ b/tests-m32/caps-abbrev.awk
21@@ -1,4 +1,4 @@ 22@@ -1,4 +1,4 @@
@@ -25,7 +26,7 @@ index 86de7f2..0535cac 100644
25 # This file is part of caps strace test. 26 # This file is part of caps strace test.
26 # 27 #
27diff --git a/tests-mx32/caps-abbrev.awk b/tests-mx32/caps-abbrev.awk 28diff --git a/tests-mx32/caps-abbrev.awk b/tests-mx32/caps-abbrev.awk
28index 86de7f2..0535cac 100644 29index c00023b..a56cd56 100644
29--- a/tests-mx32/caps-abbrev.awk 30--- a/tests-mx32/caps-abbrev.awk
30+++ b/tests-mx32/caps-abbrev.awk 31+++ b/tests-mx32/caps-abbrev.awk
31@@ -1,4 +1,4 @@ 32@@ -1,4 +1,4 @@
@@ -35,7 +36,7 @@ index 86de7f2..0535cac 100644
35 # This file is part of caps strace test. 36 # This file is part of caps strace test.
36 # 37 #
37diff --git a/tests/caps-abbrev.awk b/tests/caps-abbrev.awk 38diff --git a/tests/caps-abbrev.awk b/tests/caps-abbrev.awk
38index 86de7f2..0535cac 100644 39index c00023b..a56cd56 100644
39--- a/tests/caps-abbrev.awk 40--- a/tests/caps-abbrev.awk
40+++ b/tests/caps-abbrev.awk 41+++ b/tests/caps-abbrev.awk
41@@ -1,4 +1,4 @@ 42@@ -1,4 +1,4 @@
@@ -44,6 +45,3 @@ index 86de7f2..0535cac 100644
44 # 45 #
45 # This file is part of caps strace test. 46 # This file is part of caps strace test.
46 # 47 #
47--
482.10.2
49