Andrew Geissler | 5f35090 | 2021-07-23 13:09:54 -0400 | [diff] [blame^] | 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 | file://makerace2.patch \ |
| 18 | " |
| 19 | |
| 20 | SRC_URI[tarball.sha256sum] = "0cfb5c9bb1a29f800a97bd242d19511c997a1013815b805e0fdd32214113d6be" |
| 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" |