diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-22 13:21:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-26 11:27:16 +0100 |
commit | 8897e63ab9688c1b00a12d545faa20ae7d892696 (patch) | |
tree | 4ac3acf99fdb4e79c93290f5b5d8cbcd8368dd76 /meta/recipes-extended | |
parent | 5e805316bb3fe9879709bceadfe5bd334e2c7033 (diff) | |
download | poky-8897e63ab9688c1b00a12d545faa20ae7d892696.tar.gz |
bash: update 5.1 -> 5.1.8
(From OE-Core rev: 65ccd5fb231b8628374aac5eadae57d8179490ec)
(From OE-Core rev: 713860c05ba9a11a20c3a983dd45fc06f19cddc0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bash/bash_5.1.8.bb | 24 | ||||
-rw-r--r-- | meta/recipes-extended/bash/bash_5.1.bb | 32 |
2 files changed, 24 insertions, 32 deletions
diff --git a/meta/recipes-extended/bash/bash_5.1.8.bb b/meta/recipes-extended/bash/bash_5.1.8.bb new file mode 100644 index 0000000000..55d3d0b16e --- /dev/null +++ b/meta/recipes-extended/bash/bash_5.1.8.bb | |||
@@ -0,0 +1,24 @@ | |||
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 \ | ||
9 | file://mkbuiltins_have_stringize.patch \ | ||
10 | file://build-tests.patch \ | ||
11 | file://test-output.patch \ | ||
12 | file://run-ptest \ | ||
13 | file://run-bash-ptests \ | ||
14 | file://fix-run-builtins.patch \ | ||
15 | file://use_aclocal.patch \ | ||
16 | file://makerace.patch \ | ||
17 | " | ||
18 | |||
19 | SRC_URI[tarball.sha256sum] = "0cfb5c9bb1a29f800a97bd242d19511c997a1013815b805e0fdd32214113d6be" | ||
20 | |||
21 | DEBUG_OPTIMIZATION_append_armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
22 | DEBUG_OPTIMIZATION_append_armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
23 | |||
24 | BBCLASSEXTEND = "nativesdk" | ||
diff --git a/meta/recipes-extended/bash/bash_5.1.bb b/meta/recipes-extended/bash/bash_5.1.bb deleted file mode 100644 index e5e013b734..0000000000 --- a/meta/recipes-extended/bash/bash_5.1.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
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 | ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-001;apply=yes;striplevel=0;name=patch001 \ | ||
9 | ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-002;apply=yes;striplevel=0;name=patch002 \ | ||
10 | ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-003;apply=yes;striplevel=0;name=patch003 \ | ||
11 | ${GNU_MIRROR}/bash/bash-${PV}-patches/bash51-004;apply=yes;striplevel=0;name=patch004 \ | ||
12 | file://execute_cmd.patch \ | ||
13 | file://mkbuiltins_have_stringize.patch \ | ||
14 | file://build-tests.patch \ | ||
15 | file://test-output.patch \ | ||
16 | file://run-ptest \ | ||
17 | file://run-bash-ptests \ | ||
18 | file://fix-run-builtins.patch \ | ||
19 | file://use_aclocal.patch \ | ||
20 | file://makerace.patch \ | ||
21 | " | ||
22 | |||
23 | SRC_URI[tarball.sha256sum] = "cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa" | ||
24 | SRC_URI[patch001.sha256sum] = "ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa" | ||
25 | SRC_URI[patch002.sha256sum] = "15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe" | ||
26 | SRC_URI[patch003.sha256sum] = "22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1" | ||
27 | SRC_URI[patch004.sha256sum] = "9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86" | ||
28 | |||
29 | DEBUG_OPTIMIZATION_append_armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
30 | DEBUG_OPTIMIZATION_append_armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
31 | |||
32 | BBCLASSEXTEND = "nativesdk" | ||