diff options
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf_2.69.bb')
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.69.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.69.bb b/meta/recipes-devtools/autoconf/autoconf_2.69.bb new file mode 100644 index 0000000000..478f8eddbc --- /dev/null +++ b/meta/recipes-devtools/autoconf/autoconf_2.69.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | require autoconf.inc | ||
| 2 | |||
| 3 | PR = "r7" | ||
| 4 | |||
| 5 | PARALLEL_MAKE = "" | ||
| 6 | |||
| 7 | LICENSE = "GPLv2 & GPLv3" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
| 9 | file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504" | ||
| 10 | SRC_URI += "file://autoreconf-include.patch \ | ||
| 11 | file://autoreconf-exclude.patch \ | ||
| 12 | file://autoreconf-foreign.patch \ | ||
| 13 | file://autoreconf-gnuconfigize.patch \ | ||
| 14 | file://autoheader-nonfatal-warnings.patch \ | ||
| 15 | ${@['file://path_prog_fixes.patch', ''][bb.data.inherits_class('native', d) or bb.data.inherits_class('nativesdk', d)]} \ | ||
| 16 | file://config_site.patch \ | ||
| 17 | file://remove-usr-local-lib-from-m4.patch \ | ||
| 18 | " | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "82d05e03b93e45f5a39b828dc9c6c29b" | ||
| 21 | SRC_URI[sha256sum] = "954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969" | ||
| 22 | |||
| 23 | SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" | ||
| 24 | |||
| 25 | EXTRA_OECONF += "ac_cv_path_M4=m4" | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native nativesdk" | ||
