Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require autoconf.inc |
| 2 | |
| 3 | PR = "r11" |
| 4 | |
| 5 | LICENSE = "GPLv2 & GPLv3" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
| 7 | file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504" |
Andrew Geissler | c9f7865 | 2020-09-18 14:11:35 -0500 | [diff] [blame] | 8 | |
| 9 | SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ |
| 10 | file://program_prefix.patch \ |
| 11 | file://check-automake-cross-warning.patch \ |
| 12 | file://autoreconf-exclude.patch \ |
| 13 | file://autoreconf-gnuconfigize.patch \ |
| 14 | file://config_site.patch \ |
| 15 | file://remove-usr-local-lib-from-m4.patch \ |
| 16 | file://preferbash.patch \ |
| 17 | file://autotest-automake-result-format.patch \ |
| 18 | file://add_musl_config.patch \ |
| 19 | file://performance.patch \ |
| 20 | file://AC_HEADER_MAJOR-port-to-glibc-2.25.patch \ |
| 21 | file://autoconf-replace-w-option-in-shebangs-with-modern-use-warnings.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 22 | " |
| 23 | |
| 24 | SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" |
| 25 | SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969" |
| 26 | |
| 27 | SRC_URI_append_class-native = " file://fix_path_xtra.patch" |
| 28 | |
| 29 | EXTRA_OECONF += "ac_cv_path_M4=m4 ac_cv_prog_TEST_EMACS=no" |
| 30 | |
| 31 | BBCLASSEXTEND = "native nativesdk" |