Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 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 \ |
Patrick Williams | da29531 | 2023-12-05 16:48:56 -0600 | [diff] [blame] | 15 | file://0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch \ |
Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 16 | " |
| 17 | |
| 18 | SRC_URI[tarball.sha256sum] = "c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8" |
| 19 | |
| 20 | DEBUG_OPTIMIZATION:append:armv4 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
| 21 | DEBUG_OPTIMIZATION:append:armv5 = " ${@bb.utils.contains('TUNE_CCARGS', '-mthumb', '-fomit-frame-pointer', '', d)}" |
| 22 | |
| 23 | BBCLASSEXTEND = "nativesdk" |