summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf/autoconf/preferbash.patch
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2024-01-14 22:33:23 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-21 12:27:12 +0000
commitcf5b454869a93174bba4bf7c4b70865d650c6d34 (patch)
tree4b37b5210b2fa22860a3788008492f8986812595 /meta/recipes-devtools/autoconf/autoconf/preferbash.patch
parent13aa558ba0b8842ff9e476cac1f5f4ef5ab37e8d (diff)
downloadpoky-cf5b454869a93174bba4bf7c4b70865d650c6d34.tar.gz
autoconf: 2.72d -> 2.72e
Refresh patches with devtool to fix do_patch errors. (From OE-Core rev: 222b0ea693bbcfd4b439a29d3d6c035c9ece3ae3) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf/preferbash.patch')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf/preferbash.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf/preferbash.patch b/meta/recipes-devtools/autoconf/autoconf/preferbash.patch
index cfb145a279..64fed1fd82 100644
--- a/meta/recipes-devtools/autoconf/autoconf/preferbash.patch
+++ b/meta/recipes-devtools/autoconf/autoconf/preferbash.patch
@@ -1,7 +1,7 @@
1From 0aac3047cd7681d610b22d79501c297fa3433148 Mon Sep 17 00:00:00 2001 1From a877ff979349d3bf6f5f0d92fe4e741be0ad98b4 Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@intel.com> 2From: Ross Burton <ross.burton@intel.com>
3Date: Thu, 12 Mar 2020 17:25:41 +0000 3Date: Thu, 12 Mar 2020 17:25:41 +0000
4Subject: [PATCH 2/7] m4sh: prefer bash over sh 4Subject: [PATCH] m4sh: prefer bash over sh
5 5
6_AS_DETECT_BETTER_SHELL looks for a good shell to use, and tries to look for 6_AS_DETECT_BETTER_SHELL looks for a good shell to use, and tries to look for
7'sh' before 'bash'. Whilst for many systems sh is a symlink to bash, 7'sh' before 'bash'. Whilst for many systems sh is a symlink to bash,
@@ -16,15 +16,16 @@ Change the search order to bash then sh, so that a known-good shell (bash)
16is used if available over something which is merely POSIX compliant. 16is used if available over something which is merely POSIX compliant.
17 17
18Upstream-Status: Inappropriate [oe specific] 18Upstream-Status: Inappropriate [oe specific]
19
19--- 20---
20 lib/m4sugar/m4sh.m4 | 2 +- 21 lib/m4sugar/m4sh.m4 | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-) 22 1 file changed, 1 insertion(+), 1 deletion(-)
22 23
23diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 24diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
24index 9d543952..84ef84a9 100644 25index 368487f..cc70f51 100644
25--- a/lib/m4sugar/m4sh.m4 26--- a/lib/m4sugar/m4sh.m4
26+++ b/lib/m4sugar/m4sh.m4 27+++ b/lib/m4sugar/m4sh.m4
27@@ -230,7 +230,7 @@ dnl Remove any tests from suggested that are also required 28@@ -233,7 +233,7 @@ dnl Remove any tests from suggested that are also required
28 [_AS_PATH_WALK([/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH], 29 [_AS_PATH_WALK([/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH],
29 [case $as_dir in @%:@( 30 [case $as_dir in @%:@(
30 /*) 31 /*)
@@ -33,6 +34,3 @@ index 9d543952..84ef84a9 100644
33 # Try only shells that exist, to save several forks. 34 # Try only shells that exist, to save several forks.
34 as_shell=$as_dir$as_base 35 as_shell=$as_dir$as_base
35 AS_IF([{ test -f "$as_shell" || test -f "$as_shell.exe"; } && 36 AS_IF([{ test -f "$as_shell" || test -f "$as_shell.exe"; } &&
36--
372.25.1
38