Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | LICENSE = "GPLv3" |
| 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 3 | require make.inc |
| 4 | |
| 5 | SRC_URI += "\ |
| 6 | file://0001-m4-getloadavg.m4-restrict-AIX-specific-test-on-AIX.patch \ |
| 7 | file://0002-modules-fcntl-allow-being-detected-by-importing-proj.patch \ |
| 8 | file://0001-src-dir.c-fix-buffer-overflow-warning.patch \ |
| 9 | file://0002-w32-compat-dirent.c-follow-header.patch \ |
| 10 | file://0003-posixfcn-fcntl-gnulib-make-emulated.patch \ |
| 11 | file://0001-makeinst-Do-not-undef-POSIX-on-clang-arm.patch \ |
| 12 | " |
| 13 | |
| 14 | EXTRA_OECONF += "--without-guile" |
| 15 | |
| 16 | SRC_URI[sha256sum] = "e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19" |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |