diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-03-30 02:46:29 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:01 +0100 |
| commit | 5e161f426676ade20a213b07c1fd69a8c3cf5ece (patch) | |
| tree | 97462d8045e4c689c5186594dd43f20d53e126b5 /meta/recipes-extended/bash/bash_4.4.18.bb | |
| parent | 401413579f55da757b97831475f9db4dfb64b232 (diff) | |
| download | poky-5e161f426676ade20a213b07c1fd69a8c3cf5ece.tar.gz | |
bash: 4.4.12 -> 4.4.18
- Drop bash-memleak-bug-fix-for-builtin-command-read.patch which has
been accepted since 4.4.17
(From OE-Core rev: ec6da604012b54769db3371a8ed9ac0be4c9d0e6)
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_4.4.18.bb')
| -rw-r--r-- | meta/recipes-extended/bash/bash_4.4.18.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.4.18.bb b/meta/recipes-extended/bash/bash_4.4.18.bb new file mode 100644 index 0000000000..0b22ca7a69 --- /dev/null +++ b/meta/recipes-extended/bash/bash_4.4.18.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | require bash.inc | ||
| 2 | |||
| 3 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) | ||
| 4 | LICENSE = "GPLv3+" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 6 | |||
| 7 | SRC_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://pathexp-dep.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[tarball.md5sum] = "518e2c187cc11a17040f0915dddce54e" | ||
| 20 | SRC_URI[tarball.sha256sum] = "604d9eec5e4ed5fd2180ee44dd756ddca92e0b6aa4217bbab2b6227380317f23" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "nativesdk" | ||
