Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | require m4.inc |
| 2 | |
| 3 | EXTRA_OECONF += "--without-libsigsegv-prefix" |
| 4 | |
| 5 | LICENSE = "GPLv3" |
| 6 | |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ |
| 8 | file://examples/COPYING;md5=4031593b2166d6c47cae282d944a7ede" |
| 9 | |
| 10 | SRC_URI += "file://ac_config_links.patch \ |
| 11 | file://remove-gets.patch \ |
| 12 | " |
| 13 | |
| 14 | SRC_URI_append_class-target = "\ |
| 15 | file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ |
| 16 | " |
| 17 | |
| 18 | # Fix "Argument list too long" error when len(TMPDIR) = 410 |
| 19 | acpaths = "-I ./m4" |
| 20 | |
| 21 | SRC_URI[md5sum] = "a077779db287adf4e12a035029002d28" |
| 22 | SRC_URI[sha256sum] = "ab2633921a5cd38e48797bf5521ad259bdc4b979078034a3b790d7fec5493fab" |