summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash/execute_cmd.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2019-05-12 16:16:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 17:55:11 +0100
commit777b33a77cc357dfe8c3adc3cd952dcd53cd8976 (patch)
treef22104d9d6467ea1e7108548b6774bc317a5cced /meta/recipes-extended/bash/bash/execute_cmd.patch
parent217d4d5660976ecc79aaf919ecaaedd080023f7d (diff)
downloadpoky-777b33a77cc357dfe8c3adc3cd952dcd53cd8976.tar.gz
bash: upgrade 4.4.18 -> 5.0
- Rebase build-tests.patch and execute_cmd.patch to 5.0 - Drop 0001-help-fix-printf-format-security-warning.patch and pathexp-dep.patch, upstream has fixed them in commit [d233b48 bash-5.0 distribution sources and documentation] (From OE-Core rev: db044235e72a1519a081c4f6541f7d7cfe70d49f) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash/execute_cmd.patch')
-rw-r--r--meta/recipes-extended/bash/bash/execute_cmd.patch19
1 files changed, 14 insertions, 5 deletions
diff --git a/meta/recipes-extended/bash/bash/execute_cmd.patch b/meta/recipes-extended/bash/bash/execute_cmd.patch
index 9970b4d8f9..7a9e9a902f 100644
--- a/meta/recipes-extended/bash/bash/execute_cmd.patch
+++ b/meta/recipes-extended/bash/bash/execute_cmd.patch
@@ -1,10 +1,16 @@
1Upstream-Status: Inappropriate [embedded specific] 1Upstream-Status: Inappropriate [embedded specific]
2 2
3Index: execute_cmd.c 3Rebase to 5.0
4=================================================================== 4Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
5--- execute_cmd.c.orig 5---
6+++ execute_cmd.c 6 execute_cmd.c | 6 +++++-
7@@ -2459,7 +2459,11 @@ execute_pipeline (command, asynchronous, 7 1 file changed, 5 insertions(+), 1 deletion(-)
8
9diff --git a/execute_cmd.c b/execute_cmd.c
10index f1d74bf..31674b4 100644
11--- a/execute_cmd.c
12+++ b/execute_cmd.c
13@@ -2567,7 +2567,11 @@ execute_pipeline (command, asynchronous, pipe_in, pipe_out, fds_to_close)
8 /* If the `lastpipe' option is set with shopt, and job control is not 14 /* If the `lastpipe' option is set with shopt, and job control is not
9 enabled, execute the last element of non-async pipelines in the 15 enabled, execute the last element of non-async pipelines in the
10 current shell environment. */ 16 current shell environment. */
@@ -17,3 +23,6 @@ Index: execute_cmd.c
17 { 23 {
18 lstdin = move_to_high_fd (0, 1, -1); 24 lstdin = move_to_high_fd (0, 1, -1);
19 if (lstdin > 0) 25 if (lstdin > 0)
26--
272.7.4
28