summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace/update-gawk-paths.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/update-gawk-paths.patch114
1 files changed, 61 insertions, 53 deletions
diff --git a/meta/recipes-devtools/strace/strace/update-gawk-paths.patch b/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
index bfc7f34419..94ee53c7fc 100644
--- a/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
+++ b/meta/recipes-devtools/strace/strace/update-gawk-paths.patch
@@ -12,19 +12,20 @@ Upstream-Status: Inappropriate [configuration]
12 12
13Signed-off-by: Andre McCurdy <armccurdy@gmail.com> 13Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
14--- 14---
15 mpers.awk | 2 +- 15 mpers.awk | 2 +-
16 tests/caps.awk | 2 +- 16 tests-m32/caps.awk | 2 +-
17 tests/match.awk | 2 +- 17 tests-m32/match.awk | 2 +-
18 tests/net-yy-accept.awk | 2 +- 18 tests-m32/sigaction.awk | 2 +-
19 tests/net-yy-connect.awk | 2 +- 19 tests-mx32/caps.awk | 2 +-
20 tests/sigaction.awk | 2 +- 20 tests-mx32/match.awk | 2 +-
21 tests/uid.awk | 2 +- 21 tests-mx32/sigaction.awk | 2 +-
22 tests/unix-yy-accept.awk | 2 +- 22 tests/caps.awk | 2 +-
23 tests/unix-yy-connect.awk | 2 +- 23 tests/match.awk | 2 +-
24 9 files changed, 9 insertions(+), 9 deletions(-) 24 tests/sigaction.awk | 2 +-
25 10 files changed, 10 insertions(+), 10 deletions(-)
25 26
26diff --git a/mpers.awk b/mpers.awk 27diff --git a/mpers.awk b/mpers.awk
27index 73bf0b0..50e6c16 100644 28index 99248c5..ff10520 100644
28--- a/mpers.awk 29--- a/mpers.awk
29+++ b/mpers.awk 30+++ b/mpers.awk
30@@ -1,4 +1,4 @@ 31@@ -1,4 +1,4 @@
@@ -32,87 +33,94 @@ index 73bf0b0..50e6c16 100644
32+#!/usr/bin/gawk 33+#!/usr/bin/gawk
33 # 34 #
34 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com> 35 # Copyright (c) 2015 Elvira Khabirova <lineprinter0@gmail.com>
35 # Copyright (c) 2015 Dmitry V. Levin <ldv@altlinux.org> 36 # Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
36diff --git a/tests/caps.awk b/tests/caps.awk 37diff --git a/tests-m32/caps.awk b/tests-m32/caps.awk
37index bad8b0f..845f37c 100644 38index 67003ac..a66f1f0 100644
38--- a/tests/caps.awk 39--- a/tests-m32/caps.awk
39+++ b/tests/caps.awk 40+++ b/tests-m32/caps.awk
40@@ -1,4 +1,4 @@ 41@@ -1,4 +1,4 @@
41-#!/bin/gawk 42-#!/bin/gawk
42+#!/usr/bin/gawk 43+#!/usr/bin/gawk
43 # 44 #
44 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 45 # This file is part of caps strace test.
45 # All rights reserved. 46 #
46diff --git a/tests/match.awk b/tests/match.awk 47diff --git a/tests-m32/match.awk b/tests-m32/match.awk
47index abfbae9..f2740bf 100644 48index abfbae9..f2740bf 100644
48--- a/tests/match.awk 49--- a/tests-m32/match.awk
49+++ b/tests/match.awk 50+++ b/tests-m32/match.awk
50@@ -1,4 +1,4 @@ 51@@ -1,4 +1,4 @@
51-#!/bin/gawk 52-#!/bin/gawk
52+#!/usr/bin/gawk 53+#!/usr/bin/gawk
53 # 54 #
54 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 55 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
55 # All rights reserved. 56 # All rights reserved.
56diff --git a/tests/net-yy-accept.awk b/tests/net-yy-accept.awk 57diff --git a/tests-m32/sigaction.awk b/tests-m32/sigaction.awk
57index fed3e30..e916ab0 100644 58index 5c6b6d0..3e14464 100644
58--- a/tests/net-yy-accept.awk 59--- a/tests-m32/sigaction.awk
59+++ b/tests/net-yy-accept.awk 60+++ b/tests-m32/sigaction.awk
60@@ -1,4 +1,4 @@ 61@@ -1,4 +1,4 @@
61-#!/bin/gawk 62-#!/bin/gawk
62+#!/usr/bin/gawk 63+#!/usr/bin/gawk
63 # 64 #
64 # Copyright (c) 2014 Masatake YAMATO <yamato@redhat.com>
65 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 65 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
66diff --git a/tests/net-yy-connect.awk b/tests/net-yy-connect.awk 66 # All rights reserved.
67index f4dcf91..b3cec8c 100644 67diff --git a/tests-mx32/caps.awk b/tests-mx32/caps.awk
68--- a/tests/net-yy-connect.awk 68index 67003ac..a66f1f0 100644
69+++ b/tests/net-yy-connect.awk 69--- a/tests-mx32/caps.awk
70+++ b/tests-mx32/caps.awk
70@@ -1,4 +1,4 @@ 71@@ -1,4 +1,4 @@
71-#!/bin/gawk 72-#!/bin/gawk
72+#!/usr/bin/gawk 73+#!/usr/bin/gawk
73 # 74 #
74 # Copyright (c) 2014 Masatake YAMATO <yamato@redhat.com> 75 # This file is part of caps strace test.
75 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 76 #
76diff --git a/tests/sigaction.awk b/tests/sigaction.awk 77diff --git a/tests-mx32/match.awk b/tests-mx32/match.awk
77index 5c6b6d0..3e14464 100644 78index abfbae9..f2740bf 100644
78--- a/tests/sigaction.awk 79--- a/tests-mx32/match.awk
79+++ b/tests/sigaction.awk 80+++ b/tests-mx32/match.awk
80@@ -1,4 +1,4 @@ 81@@ -1,4 +1,4 @@
81-#!/bin/gawk 82-#!/bin/gawk
82+#!/usr/bin/gawk 83+#!/usr/bin/gawk
83 # 84 #
84 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 85 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
85 # All rights reserved. 86 # All rights reserved.
86diff --git a/tests/uid.awk b/tests/uid.awk 87diff --git a/tests-mx32/sigaction.awk b/tests-mx32/sigaction.awk
87index a56c5be..67b0749 100644 88index 5c6b6d0..3e14464 100644
88--- a/tests/uid.awk 89--- a/tests-mx32/sigaction.awk
89+++ b/tests/uid.awk 90+++ b/tests-mx32/sigaction.awk
90@@ -1,4 +1,4 @@ 91@@ -1,4 +1,4 @@
91-#!/bin/gawk 92-#!/bin/gawk
92+#!/usr/bin/gawk 93+#!/usr/bin/gawk
93 # 94 #
94 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 95 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
95 # All rights reserved. 96 # All rights reserved.
96diff --git a/tests/unix-yy-accept.awk b/tests/unix-yy-accept.awk 97diff --git a/tests/caps.awk b/tests/caps.awk
97index 4ed60e4..2a9d9c0 100644 98index 67003ac..a66f1f0 100644
98--- a/tests/unix-yy-accept.awk 99--- a/tests/caps.awk
99+++ b/tests/unix-yy-accept.awk 100+++ b/tests/caps.awk
101@@ -1,4 +1,4 @@
102-#!/bin/gawk
103+#!/usr/bin/gawk
104 #
105 # This file is part of caps strace test.
106 #
107diff --git a/tests/match.awk b/tests/match.awk
108index abfbae9..f2740bf 100644
109--- a/tests/match.awk
110+++ b/tests/match.awk
100@@ -1,4 +1,4 @@ 111@@ -1,4 +1,4 @@
101-#!/bin/gawk 112-#!/bin/gawk
102+#!/usr/bin/gawk 113+#!/usr/bin/gawk
103 # 114 #
104 # Copyright (c) 2014 Masatake YAMATO <yamato@redhat.com>
105 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 115 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
106diff --git a/tests/unix-yy-connect.awk b/tests/unix-yy-connect.awk 116 # All rights reserved.
107index 262bf2e..c809dfa 100644 117diff --git a/tests/sigaction.awk b/tests/sigaction.awk
108--- a/tests/unix-yy-connect.awk 118index 5c6b6d0..3e14464 100644
109+++ b/tests/unix-yy-connect.awk 119--- a/tests/sigaction.awk
120+++ b/tests/sigaction.awk
110@@ -1,4 +1,4 @@ 121@@ -1,4 +1,4 @@
111-#!/bin/gawk 122-#!/bin/gawk
112+#!/usr/bin/gawk 123+#!/usr/bin/gawk
113 # 124 #
114 # Copyright (c) 2014 Masatake YAMATO <yamato@redhat.com>
115 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org> 125 # Copyright (c) 2014-2015 Dmitry V. Levin <ldv@altlinux.org>
116-- 126 # All rights reserved.
1171.9.1
118