diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-15 16:28:31 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:52 +0000 |
| commit | 0206ba7fd79e21dabfd32ab8186d2b2758229b58 (patch) | |
| tree | 539e3a1058171ddc1613b157f13f74b80617c774 /meta/recipes-extended/bash/bash_5.2.21.bb | |
| parent | 122fad505d9f8bfe5f9c2bc893a2ad4ee01329d8 (diff) | |
| download | poky-0206ba7fd79e21dabfd32ab8186d2b2758229b58.tar.gz | |
bash: upgrade 5.2.15 -> 5.2.21
(From OE-Core rev: e941260ce996d8582f877e91c6fd9e45264d8e28)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.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/bash/bash_5.2.21.bb')
| -rw-r--r-- | meta/recipes-extended/bash/bash_5.2.21.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_5.2.21.bb b/meta/recipes-extended/bash/bash_5.2.21.bb new file mode 100644 index 0000000000..6df73b653b --- /dev/null +++ b/meta/recipes-extended/bash/bash_5.2.21.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | require bash.inc | ||
| 2 | |||
| 3 | # GPL-2.0-or-later (< 4.0), GPL-3.0-or-later (>= 4.0) | ||
| 4 | LICENSE = "GPL-3.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 6 | |||
| 7 | SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ | ||
| 8 | file://mkbuiltins_have_stringize.patch \ | ||
| 9 | file://build-tests.patch \ | ||
| 10 | file://test-output.patch \ | ||
| 11 | file://run-ptest \ | ||
| 12 | file://run-bash-ptests \ | ||
| 13 | file://fix-run-builtins.patch \ | ||
| 14 | file://use_aclocal.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI[tarball.sha256sum] = "c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8" | ||
| 18 | |||
| 19 | DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
| 20 | DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "nativesdk" | ||
