summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash/bash_4.4.12.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-01-19 11:10:59 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-22 10:39:09 +0000
commit3ef5e034c654996c6f8fb90f116bb91877c2758a (patch)
tree78900be5a93960220d829f4491c98d4fa73fa199 /meta/recipes-extended/bash/bash_4.4.12.bb
parent668dd50a05a4ca7dcd00346cc5937277fb1a4cc2 (diff)
downloadpoky-3ef5e034c654996c6f8fb90f116bb91877c2758a.tar.gz
bash: 4.4 -> 4.4.12
1.Upgrade bash from 4.4 to 4.4.12. 2.Delete bash44-001, bash44-002, bash44-003, bash44-004, bash44-005, bash44-006, bash44-007,bash44-008, bash44-009, bash44-0010, bash44-0011, bash44-0012, since it is integrated upstream. (From OE-Core rev: 0b7a1a52e4640bb1f8a6fbe00db175df1356ebe1) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash_4.4.12.bb')
-rw-r--r--meta/recipes-extended/bash/bash_4.4.12.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.4.12.bb b/meta/recipes-extended/bash/bash_4.4.12.bb
new file mode 100644
index 0000000000..9382a77af6
--- /dev/null
+++ b/meta/recipes-extended/bash/bash_4.4.12.bb
@@ -0,0 +1,24 @@
1require bash.inc
2
3# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6
7SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \
8 file://execute_cmd.patch;striplevel=0 \
9 file://mkbuiltins_have_stringize.patch \
10 file://build-tests.patch \
11 file://test-output.patch \
12 file://fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch \
13 file://run-ptest \
14 file://fix-run-builtins.patch \
15 file://0001-help-fix-printf-format-security-warning.patch \
16 file://bash-memleak-bug-fix-for-builtin-command-read.patch \
17 file://pathexp-dep.patch \
18 "
19
20SRC_URI[tarball.md5sum] = "7c112970cbdcadfc331e10eeb5f6aa41"
21SRC_URI[tarball.sha256sum] = "57d8432be54541531a496fd4904fdc08c12542f43605a9202594fa5d5f9f2331"
22
23
24BBCLASSEXTEND = "nativesdk"