summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash/build-tests.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/build-tests.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/build-tests.patch')
-rw-r--r--meta/recipes-extended/bash/bash/build-tests.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-extended/bash/bash/build-tests.patch b/meta/recipes-extended/bash/bash/build-tests.patch
index 73a81b60da..5f2dae94a1 100644
--- a/meta/recipes-extended/bash/bash/build-tests.patch
+++ b/meta/recipes-extended/bash/bash/build-tests.patch
@@ -2,15 +2,18 @@ Add 'ptest' target to Makefile, to run tests without checking dependencies.
2 2
3Upstream-Status: Pending 3Upstream-Status: Pending
4Signed-off-by: Anders Roxell <anders.roxell@enea.com> 4Signed-off-by: Anders Roxell <anders.roxell@enea.com>
5
6Rebase to 5.0
5Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 7Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
6--- 8---
7 Makefile.in | 24 +++++++++++++++++++----- 9 Makefile.in | 24 +++++++++++++++++++-----
8 1 file changed, 19 insertions(+), 5 deletions(-) 10 1 file changed, 19 insertions(+), 5 deletions(-)
9 11
10diff --git a/Makefile.in b/Makefile.in 12diff --git a/Makefile.in b/Makefile.in
13index 5fcb44b..de1c255 100644
11--- a/Makefile.in 14--- a/Makefile.in
12+++ b/Makefile.in 15+++ b/Makefile.in
13@@ -848,20 +848,34 @@ maybe-clean: 16@@ -932,20 +932,34 @@ maybe-clean:
14 fi 17 fi
15 18
16 recho$(EXEEXT): $(SUPPORT_SRC)recho.c 19 recho$(EXEEXT): $(SUPPORT_SRC)recho.c
@@ -51,5 +54,5 @@ diff --git a/Makefile.in b/Makefile.in
51 PATH=$(BUILD_DIR)/tests:$$PATH THIS_SH=$(THIS_SH) $(SHELL) ${TESTSCRIPT} ) 54 PATH=$(BUILD_DIR)/tests:$$PATH THIS_SH=$(THIS_SH) $(SHELL) ${TESTSCRIPT} )
52 55
53-- 56--
541.8.1.2 572.7.4
55 58