summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2019-01-11 22:00:51 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-14 11:35:56 +0000
commit6efdcaa5cd597cf90421ef785c9ccc89fd9f207e (patch)
tree7c38ad6c347d4d81a2a0441eef0b68c1ead66174 /meta/recipes-devtools/strace/strace/update-gawk-paths.patch
parent8a0940eb503d7ff30ed21103c9e90efd533c3b83 (diff)
downloadpoky-6efdcaa5cd597cf90421ef785c9ccc89fd9f207e.tar.gz
strace: update from 4.25 to 4.26
Refresh patches using devtool. Update license since the main code is now covered by LGPL-2.1+ and the tests under GPL-2. Fix a MIPS build error with an upstream patch. (From OE-Core rev: 874c5d4cd4902545b0fb924d0313488521fb91e2) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace/update-gawk-paths.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/update-gawk-paths.patch29
1 files changed, 15 insertions, 14 deletions
diff --git a/meta/recipes-devtools/strace/strace/update-gawk-paths.patch b/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
index f6ffa8e7a8..7077048c75 100644
--- a/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
+++ b/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
@@ -1,4 +1,4 @@
1From 3836518c46bd5bb3e71371b1b18274bf2d487133 Mon Sep 17 00:00:00 2001 1From f0d7ebf48441e0b090c3e6053b8c845d0a4a3b18 Mon Sep 17 00:00:00 2001
2From: Andre McCurdy <armccurdy@gmail.com> 2From: Andre McCurdy <armccurdy@gmail.com>
3Date: Mon, 18 Jan 2016 11:01:00 -0800 3Date: Mon, 18 Jan 2016 11:01:00 -0800
4Subject: [PATCH] update gawk paths, /bin/gawk -> /usr/bin/gawk 4Subject: [PATCH] update gawk paths, /bin/gawk -> /usr/bin/gawk
@@ -11,6 +11,7 @@ from #!/bin/gawk to #!/usr/bin/gawk. Fixes missing RDPENDS QA tests:
11Upstream-Status: Inappropriate [configuration] 11Upstream-Status: Inappropriate [configuration]
12 12
13Signed-off-by: Andre McCurdy <armccurdy@gmail.com> 13Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
14
14--- 15---
15 mpers.awk | 2 +- 16 mpers.awk | 2 +-
16 tests-m32/caps.awk | 2 +- 17 tests-m32/caps.awk | 2 +-
@@ -25,7 +26,7 @@ Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
25 10 files changed, 10 insertions(+), 10 deletions(-) 26 10 files changed, 10 insertions(+), 10 deletions(-)
26 27
27diff --git a/mpers.awk b/mpers.awk 28diff --git a/mpers.awk b/mpers.awk
28index fe54763..b5238a8 100644 29index 17f8f2b..d69dcd5 100644
29--- a/mpers.awk 30--- a/mpers.awk
30+++ b/mpers.awk 31+++ b/mpers.awk
31@@ -1,4 +1,4 @@ 32@@ -1,4 +1,4 @@
@@ -35,7 +36,7 @@ index fe54763..b5238a8 100644
35 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com> 36 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
36 # Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org> 37 # Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
37diff --git a/tests-m32/caps.awk b/tests-m32/caps.awk 38diff --git a/tests-m32/caps.awk b/tests-m32/caps.awk
38index c6e31ef..5efc6cc 100644 39index 941564a..0bcc3ff 100644
39--- a/tests-m32/caps.awk 40--- a/tests-m32/caps.awk
40+++ b/tests-m32/caps.awk 41+++ b/tests-m32/caps.awk
41@@ -1,4 +1,4 @@ 42@@ -1,4 +1,4 @@
@@ -45,17 +46,17 @@ index c6e31ef..5efc6cc 100644
45 # This file is part of caps strace test. 46 # This file is part of caps strace test.
46 # 47 #
47diff --git a/tests-m32/match.awk b/tests-m32/match.awk 48diff --git a/tests-m32/match.awk b/tests-m32/match.awk
48index abfbae9..f2740bf 100644 49index d91c518..ee5d908 100644
49--- a/tests-m32/match.awk 50--- a/tests-m32/match.awk
50+++ b/tests-m32/match.awk 51+++ b/tests-m32/match.awk
51@@ -1,4 +1,4 @@ 52@@ -1,4 +1,4 @@
52-#!/bin/gawk 53-#!/bin/gawk
53+#!/usr/bin/gawk 54+#!/usr/bin/gawk
54 # 55 #
55 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 56 # Copyright (c) 2014-2018 Dmitry V. Levin <ldv@altlinux.org>
56 # All rights reserved. 57 # All rights reserved.
57diff --git a/tests-m32/rt_sigaction.awk b/tests-m32/rt_sigaction.awk 58diff --git a/tests-m32/rt_sigaction.awk b/tests-m32/rt_sigaction.awk
58index 9c3a9ed..8414243 100644 59index 81dd813..9cd9549 100644
59--- a/tests-m32/rt_sigaction.awk 60--- a/tests-m32/rt_sigaction.awk
60+++ b/tests-m32/rt_sigaction.awk 61+++ b/tests-m32/rt_sigaction.awk
61@@ -1,4 +1,4 @@ 62@@ -1,4 +1,4 @@
@@ -65,7 +66,7 @@ index 9c3a9ed..8414243 100644
65 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 66 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
66 # Copyright (c) 2016 Elvira Khabirova <lineprinter0@gmail.com> 67 # Copyright (c) 2016 Elvira Khabirova <lineprinter0@gmail.com>
67diff --git a/tests-mx32/caps.awk b/tests-mx32/caps.awk 68diff --git a/tests-mx32/caps.awk b/tests-mx32/caps.awk
68index c6e31ef..5efc6cc 100644 69index 941564a..0bcc3ff 100644
69--- a/tests-mx32/caps.awk 70--- a/tests-mx32/caps.awk
70+++ b/tests-mx32/caps.awk 71+++ b/tests-mx32/caps.awk
71@@ -1,4 +1,4 @@ 72@@ -1,4 +1,4 @@
@@ -75,17 +76,17 @@ index c6e31ef..5efc6cc 100644
75 # This file is part of caps strace test. 76 # This file is part of caps strace test.
76 # 77 #
77diff --git a/tests-mx32/match.awk b/tests-mx32/match.awk 78diff --git a/tests-mx32/match.awk b/tests-mx32/match.awk
78index abfbae9..f2740bf 100644 79index d91c518..ee5d908 100644
79--- a/tests-mx32/match.awk 80--- a/tests-mx32/match.awk
80+++ b/tests-mx32/match.awk 81+++ b/tests-mx32/match.awk
81@@ -1,4 +1,4 @@ 82@@ -1,4 +1,4 @@
82-#!/bin/gawk 83-#!/bin/gawk
83+#!/usr/bin/gawk 84+#!/usr/bin/gawk
84 # 85 #
85 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 86 # Copyright (c) 2014-2018 Dmitry V. Levin <ldv@altlinux.org>
86 # All rights reserved. 87 # All rights reserved.
87diff --git a/tests-mx32/rt_sigaction.awk b/tests-mx32/rt_sigaction.awk 88diff --git a/tests-mx32/rt_sigaction.awk b/tests-mx32/rt_sigaction.awk
88index 9c3a9ed..8414243 100644 89index 81dd813..9cd9549 100644
89--- a/tests-mx32/rt_sigaction.awk 90--- a/tests-mx32/rt_sigaction.awk
90+++ b/tests-mx32/rt_sigaction.awk 91+++ b/tests-mx32/rt_sigaction.awk
91@@ -1,4 +1,4 @@ 92@@ -1,4 +1,4 @@
@@ -95,7 +96,7 @@ index 9c3a9ed..8414243 100644
95 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 96 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
96 # Copyright (c) 2016 Elvira Khabirova <lineprinter0@gmail.com> 97 # Copyright (c) 2016 Elvira Khabirova <lineprinter0@gmail.com>
97diff --git a/tests/caps.awk b/tests/caps.awk 98diff --git a/tests/caps.awk b/tests/caps.awk
98index c6e31ef..5efc6cc 100644 99index 941564a..0bcc3ff 100644
99--- a/tests/caps.awk 100--- a/tests/caps.awk
100+++ b/tests/caps.awk 101+++ b/tests/caps.awk
101@@ -1,4 +1,4 @@ 102@@ -1,4 +1,4 @@
@@ -105,17 +106,17 @@ index c6e31ef..5efc6cc 100644
105 # This file is part of caps strace test. 106 # This file is part of caps strace test.
106 # 107 #
107diff --git a/tests/match.awk b/tests/match.awk 108diff --git a/tests/match.awk b/tests/match.awk
108index abfbae9..f2740bf 100644 109index d91c518..ee5d908 100644
109--- a/tests/match.awk 110--- a/tests/match.awk
110+++ b/tests/match.awk 111+++ b/tests/match.awk
111@@ -1,4 +1,4 @@ 112@@ -1,4 +1,4 @@
112-#!/bin/gawk 113-#!/bin/gawk
113+#!/usr/bin/gawk 114+#!/usr/bin/gawk
114 # 115 #
115 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 116 # Copyright (c) 2014-2018 Dmitry V. Levin <ldv@altlinux.org>
116 # All rights reserved. 117 # All rights reserved.
117diff --git a/tests/rt_sigaction.awk b/tests/rt_sigaction.awk 118diff --git a/tests/rt_sigaction.awk b/tests/rt_sigaction.awk
118index 9c3a9ed..8414243 100644 119index 81dd813..9cd9549 100644
119--- a/tests/rt_sigaction.awk 120--- a/tests/rt_sigaction.awk
120+++ b/tests/rt_sigaction.awk 121+++ b/tests/rt_sigaction.awk
121@@ -1,4 +1,4 @@ 122@@ -1,4 +1,4 @@