diff options
Diffstat (limited to 'meta/recipes-extended/bash/bash_5.2.32.bb')
| -rw-r--r-- | meta/recipes-extended/bash/bash_5.2.32.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash_5.2.32.bb b/meta/recipes-extended/bash/bash_5.2.32.bb new file mode 100644 index 0000000000..b159c0232f --- /dev/null +++ b/meta/recipes-extended/bash/bash_5.2.32.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 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 | file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch \ | ||
| 16 | file://fix-filesubst-errexit.patch \ | ||
| 17 | file://0001-fix-c99.patch \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[tarball.sha256sum] = "d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5" | ||
| 21 | |||
| 22 | DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
| 23 | DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "nativesdk" | ||
