Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -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;striplevel=0 \ |
| 9 | file://mkbuiltins_have_stringize.patch \ |
| 10 | file://build-tests.patch \ |
| 11 | file://test-output.patch \ |
| 12 | file://fix-run-coproc-run-heredoc-run-execscript-run-test-f.patch \ |
| 13 | file://run-ptest \ |
| 14 | file://fix-run-builtins.patch \ |
| 15 | file://0001-help-fix-printf-format-security-warning.patch \ |
| 16 | file://bash-memleak-bug-fix-for-builtin-command-read.patch \ |
| 17 | file://pathexp-dep.patch \ |
| 18 | " |
| 19 | |
| 20 | SRC_URI[tarball.md5sum] = "7c112970cbdcadfc331e10eeb5f6aa41" |
| 21 | SRC_URI[tarball.sha256sum] = "57d8432be54541531a496fd4904fdc08c12542f43605a9202594fa5d5f9f2331" |
| 22 | |
| 23 | |
| 24 | BBCLASSEXTEND = "nativesdk" |