diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-03-03 18:55:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-05 15:50:20 +0000 |
commit | a1632697254fab3ca56f364e3866b2b5530ea9a2 (patch) | |
tree | a8900281ab7911ef4e519931ff422149ee3ad8bd /meta/recipes-extended/bash/bash_4.3.bb | |
parent | f874ac6e873e3d2195b671d9eea24aca3ff69cbd (diff) | |
download | poky-a1632697254fab3ca56f364e3866b2b5530ea9a2.tar.gz |
bash: upgrade to 4.3
The bash-4.2-patches is obsolete.
(From OE-Core rev: 31eb09a888729fcfd17d02f2a47375e10e87f79a)
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.3.bb')
-rw-r--r-- | meta/recipes-extended/bash/bash_4.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_4.3.bb b/meta/recipes-extended/bash/bash_4.3.bb new file mode 100644 index 0000000000..25b7410c52 --- /dev/null +++ b/meta/recipes-extended/bash/bash_4.3.bb | |||
@@ -0,0 +1,18 @@ | |||
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/${BPN}-${PV}.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://run-ptest \ | ||
13 | " | ||
14 | |||
15 | SRC_URI[tarball.md5sum] = "81348932d5da294953e15d4814c74dd1" | ||
16 | SRC_URI[tarball.sha256sum] = "afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4" | ||
17 | |||
18 | BBCLASSEXTEND = "nativesdk" | ||