Khem Raj (3):
autoconf: Backport upstreamed patches
Revert "site: merged common-glibc from OE"
x32-linux: Do not cache ac_cv_sys_file_offset_bits
Richard Purdie (1):
autoconf: Upgrade to 2.72c
.../gettext-0.21.1/autoconf-2.73.patch | 41 ++
meta/recipes-core/gettext/gettext_0.21.1.bb | 1 +
...ilers-that-moan-about-K-R-func-decls.patch | 138 ------
...-prototypes-more-prominently-in-NEWS.patch | 36 ++
...d-run-make-fetch-which-updated-these.patch | 123 ++++++
.../0003-NEWS-Tighten-up-wording.patch | 29 ++
...to-programs-misusing-AC_EGREP_HEADER.patch | 82 ++++
...-Fix-timing-bug-on-high-speed-builds.patch | 75 ++++
...7-Support-underquoted-callers-better.patch | 57 +++
...-for-building-inside-Guix-containers.patch | 54 +++
..._DIR-Rewrite-using-AC_CANONICAL_HOST.patch | 82 ++++
...PE_UID_T-Rewrite-using-AC_CHECK_TYPE.patch | 77 ++++
..._TRADITIONAL-a-compatibility-alias-f.patch | 180 ++++++++
...TYPE_GETGROUPS-and-AC_FUNC_GETGROUPS.patch | 328 ++++++++++++++
...-Fold-AC_C_STRINGIZE-into-AC_PROG_CC.patch | 84 ++++
...st-few-internal-uses-of-AC_EGREP_CPP.patch | 116 +++++
...0015-Support-circa-early-2022-Gnulib.patch | 32 ++
...year2038-largefile-option-processing.patch | 121 ++++++
...Fix-configure-failure-on-32-bit-ming.patch | 30 ++
...18-Document-limitation-of-BusyBox-tr.patch | 45 ++
...REQUIRED-Fix-configure-failure-with-.patch | 48 +++
.../0020-Tone-down-year-2038-changes.patch | 405 ++++++++++++++++++
...-AC_FUNC_MMAP-to-more-modern-systems.patch | 98 +++++
.../0022-Fix-port-of-AC_FUNC_MMAP.patch | 91 ++++
..._SYS_YEAR2038_RECOMMENDED-diagnostic.patch | 38 ++
.../0024-Improve-AC_FUNC_MMAP-comments.patch | 29 ++
...S_LARGEFILE-on-GNU-Linux-alpha-s390x.patch | 62 +++
.../backports/0026-Modernize-INSTALL.patch | 270 ++++++++++++
.../0027-doc-fix-broken-cross-refs.patch | 58 +++
...build-host-target-and-the-system-typ.patch | 224 ++++++++++
.../0029-Shorten-and-improve-INSTALL.patch | 366 ++++++++++++++++
.../{autoconf_2.71.bb => autoconf_2.72c.bb} | 40 +-
.../bison/bison/autoconf-2.73.patch | 15 +
meta/recipes-devtools/bison/bison_3.8.2.bb | 1 +
meta/recipes-extended/findutils/findutils.inc | 1 +
.../findutils/findutils/autoconf-2.73.patch | 15 +
.../gzip/gzip-1.12/autoconf-2.73.patch | 15 +
meta/recipes-extended/gzip/gzip_1.12.bb | 1 +
.../libarchive/libarchive/configurehack.patch | 45 ++
.../libarchive/libarchive_3.6.2.bb | 1 +
.../libpipeline/autoconf-2.73.patch | 15 +
.../libpipeline/libpipeline_1.5.7.bb | 1 +
.../man-db/files/autoconf-2.73.patch | 15 +
meta/recipes-extended/man-db/man-db_2.11.2.bb | 1 +
.../parted/files/autoconf-2.73.patch | 13 +
meta/recipes-extended/parted/parted_3.6.bb | 1 +
.../apr/apr/autoconf-2.73.patch | 23 +
meta/recipes-support/apr/apr_1.7.4.bb | 1 +
meta/site/common-glibc | 1 -
meta/site/x32-linux | 1 -
50 files changed, 3482 insertions(+), 144 deletions(-)
create mode 100644 meta/recipes-core/gettext/gettext-0.21.1/autoconf-2.73.patch
delete mode 100644
meta/recipes-devtools/autoconf/autoconf/0001-Port-to-compilers-that-moan-about-K-R-func-decls.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0001-mention-prototypes-more-prominently-in-NEWS.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0002-build-run-make-fetch-which-updated-these.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0003-NEWS-Tighten-up-wording.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0004-Cater-to-programs-misusing-AC_EGREP_HEADER.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0006-Fix-timing-bug-on-high-speed-builds.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0007-Support-underquoted-callers-better.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0008-New-script-for-building-inside-Guix-containers.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0009-AC_XENIX_DIR-Rewrite-using-AC_CANONICAL_HOST.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0010-AC_TYPE_UID_T-Rewrite-using-AC_CHECK_TYPE.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0011-Make-AC_PROG_GCC_TRADITIONAL-a-compatibility-alias-f.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0012-Overhaul-AC_TYPE_GETGROUPS-and-AC_FUNC_GETGROUPS.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0013-Fold-AC_C_STRINGIZE-into-AC_PROG_CC.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0014-Remove-the-last-few-internal-uses-of-AC_EGREP_CPP.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0015-Support-circa-early-2022-Gnulib.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0016-Improve-year2038-largefile-option-processing.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0017-AC_SYS_YEAR2038-Fix-configure-failure-on-32-bit-ming.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0018-Document-limitation-of-BusyBox-tr.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0019-AC_SYS_YEAR2038_REQUIRED-Fix-configure-failure-with-.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0020-Tone-down-year-2038-changes.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0021-Port-AC_FUNC_MMAP-to-more-modern-systems.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0022-Fix-port-of-AC_FUNC_MMAP.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0023-Improve-AC_SYS_YEAR2038_RECOMMENDED-diagnostic.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0024-Improve-AC_FUNC_MMAP-comments.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0025-Fix-AC_SYS_LARGEFILE-on-GNU-Linux-alpha-s390x.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0026-Modernize-INSTALL.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0028-INSTALL-Clarify-build-host-target-and-the-system-typ.patch
create mode 100644
meta/recipes-devtools/autoconf/autoconf/backports/0029-Shorten-and-improve-INSTALL.patch
rename meta/recipes-devtools/autoconf/{autoconf_2.71.bb => autoconf_2.72c.bb}
(52%)
create mode 100644 meta/recipes-devtools/bison/bison/autoconf-2.73.patch
create mode 100644
meta/recipes-extended/findutils/findutils/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/gzip/gzip-1.12/autoconf-2.73.patch
create mode 100644
meta/recipes-extended/libarchive/libarchive/configurehack.patch
create mode 100644
meta/recipes-extended/libpipeline/libpipeline/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/man-db/files/autoconf-2.73.patch
create mode 100644 meta/recipes-extended/parted/files/autoconf-2.73.patch
create mode 100644 meta/recipes-support/apr/apr/autoconf-2.73.patch
--
2.41.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#185007):
https://lists.openembedded.org/g/openembedded-core/message/185007
Mute This Topic: https://lists.openembedded.org/mt/100404743/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-