diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-07-27 20:47:56 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-30 07:54:44 +0100 |
| commit | baa99b3201f5d9cac5cacedd1eb99ce7aa07b844 (patch) | |
| tree | f07aad4beaf2c6ff3be3a7312abf059be95d705c /meta/recipes-devtools/autoconf/autoconf_2.72c.bb | |
| parent | f35b5f5d20f99dca06f579bccaceb5d7c2f9cf3f (diff) | |
| download | poky-baa99b3201f5d9cac5cacedd1eb99ce7aa07b844.tar.gz | |
autoconf: Backport upstreamed patches
These patches improve the Y2038 support on top of 2.72c release
(From OE-Core rev: ffff6eb96f0c500cf4386e842b73fc11156b469a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf_2.72c.bb')
| -rw-r--r-- | meta/recipes-devtools/autoconf/autoconf_2.72c.bb | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf_2.72c.bb b/meta/recipes-devtools/autoconf/autoconf_2.72c.bb index fe9779e4dd..76130d58a5 100644 --- a/meta/recipes-devtools/autoconf/autoconf_2.72c.bb +++ b/meta/recipes-devtools/autoconf/autoconf_2.72c.bb | |||
| @@ -19,9 +19,41 @@ SRC_URI = " \ | |||
| 19 | file://preferbash.patch \ | 19 | file://preferbash.patch \ |
| 20 | file://autotest-automake-result-format.patch \ | 20 | file://autotest-automake-result-format.patch \ |
| 21 | file://man-host-perl.patch \ | 21 | file://man-host-perl.patch \ |
| 22 | " | 22 | ${BACKPORTS} \ |
| 23 | " | ||
| 23 | SRC_URI:append:class-native = " file://no-man.patch" | 24 | SRC_URI:append:class-native = " file://no-man.patch" |
| 24 | 25 | ||
| 26 | BACKPORTS = "\ | ||
| 27 | file://backports/0001-mention-prototypes-more-prominently-in-NEWS.patch \ | ||
| 28 | file://backports/0002-build-run-make-fetch-which-updated-these.patch \ | ||
| 29 | file://backports/0003-NEWS-Tighten-up-wording.patch \ | ||
| 30 | file://backports/0004-Cater-to-programs-misusing-AC_EGREP_HEADER.patch \ | ||
| 31 | file://backports/0006-Fix-timing-bug-on-high-speed-builds.patch \ | ||
| 32 | file://backports/0007-Support-underquoted-callers-better.patch \ | ||
| 33 | file://backports/0008-New-script-for-building-inside-Guix-containers.patch \ | ||
| 34 | file://backports/0009-AC_XENIX_DIR-Rewrite-using-AC_CANONICAL_HOST.patch \ | ||
| 35 | file://backports/0010-AC_TYPE_UID_T-Rewrite-using-AC_CHECK_TYPE.patch \ | ||
| 36 | file://backports/0011-Make-AC_PROG_GCC_TRADITIONAL-a-compatibility-alias-f.patch \ | ||
| 37 | file://backports/0012-Overhaul-AC_TYPE_GETGROUPS-and-AC_FUNC_GETGROUPS.patch \ | ||
| 38 | file://backports/0013-Fold-AC_C_STRINGIZE-into-AC_PROG_CC.patch \ | ||
| 39 | file://backports/0014-Remove-the-last-few-internal-uses-of-AC_EGREP_CPP.patch \ | ||
| 40 | file://backports/0015-Support-circa-early-2022-Gnulib.patch \ | ||
| 41 | file://backports/0016-Improve-year2038-largefile-option-processing.patch \ | ||
| 42 | file://backports/0017-AC_SYS_YEAR2038-Fix-configure-failure-on-32-bit-ming.patch \ | ||
| 43 | file://backports/0018-Document-limitation-of-BusyBox-tr.patch \ | ||
| 44 | file://backports/0019-AC_SYS_YEAR2038_REQUIRED-Fix-configure-failure-with-.patch \ | ||
| 45 | file://backports/0020-Tone-down-year-2038-changes.patch \ | ||
| 46 | file://backports/0021-Port-AC_FUNC_MMAP-to-more-modern-systems.patch \ | ||
| 47 | file://backports/0022-Fix-port-of-AC_FUNC_MMAP.patch \ | ||
| 48 | file://backports/0023-Improve-AC_SYS_YEAR2038_RECOMMENDED-diagnostic.patch \ | ||
| 49 | file://backports/0024-Improve-AC_FUNC_MMAP-comments.patch \ | ||
| 50 | file://backports/0025-Fix-AC_SYS_LARGEFILE-on-GNU-Linux-alpha-s390x.patch \ | ||
| 51 | file://backports/0026-Modernize-INSTALL.patch \ | ||
| 52 | file://backports/0027-doc-fix-broken-cross-refs.patch \ | ||
| 53 | file://backports/0028-INSTALL-Clarify-build-host-target-and-the-system-typ.patch \ | ||
| 54 | file://backports/0029-Shorten-and-improve-INSTALL.patch \ | ||
| 55 | " | ||
| 56 | |||
| 25 | SRC_URI[sha256sum] = "21b64169c820c6cdf27fc981ca9c2fb615546e5dead92bccf8d92d0784cdd364" | 57 | SRC_URI[sha256sum] = "21b64169c820c6cdf27fc981ca9c2fb615546e5dead92bccf8d92d0784cdd364" |
| 26 | 58 | ||
| 27 | RDEPENDS:${PN} = "m4 gnu-config \ | 59 | RDEPENDS:${PN} = "m4 gnu-config \ |
