mbox

[scarthgap,00/22] Patch review

Message ID cover.1718625680.git.steve@sakoman.com
State Not Applicable, archived
Delegated to: Steve Sakoman
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut

Message

Steve Sakoman June 17, 2024, 12:04 p.m. UTC
Please review this set of changes for scarthgap and have comments back by
end of day Wednesday, June 19

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/7047

The following changes since commit 50b9126cd8668d8c039e9bd61eaba458f7a22014:

  cracklib: Modify patch to compile with GCC 14 (2024-06-12 08:09:18 -0700)

are available in the Git repository at:

  https://git.openembedded.org/openembedded-core-contrib stable/scarthgap-nut
  https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/scarthgap-nut

Changqing Li (1):
  expect-native: fix build with gcc-14

Khem Raj (7):
  kea: Remove -fvisibility-inlines-hidden from C++ flags
  consolekit: Disable incompatible-pointer-types warning as error
  gtk4: Disable int-conversion warning as error
  ltp: Fix build with GCC-14
  iproute2: Fix build with GCC-14
  zip: Fix build with gcc-14
  kexec-tools: Fix build with GCC-14 on musl

Martin Jansa (6):
  expect: ignore various issues now fatal with gcc-14
  libunwind: ignore various issues now fatal with gcc-14
  p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)
  lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14
  cdrtools-native: fix build with gcc-14
  db: ignore implicit-int and implicit-function-declaration issues fatal
    with gcc-14

Michael Halstead (1):
  yocto-uninative: Update to 4.5 for gcc 14

Richard Purdie (2):
  oeqa/sdk/assimp: Upgrade and fix for gcc 14
  gcc-runtime: libgomp fix for gcc 14 warnings with mandb selftest

Ross Burton (2):
  oeqa/sdkext/devtool: replace use of librdfa
  gawk: fix readline detection

Siddharth Doshi (1):
  cups: Upgrade 2.4.7 -> 2.4.9

Wang Mingyu (1):
  appstream: upgrade 1.0.2 -> 1.0.3

Zoltan Boszormenyi (1):
  cdrtools-native: Fix build with GCC 14

 meta/conf/distro/include/yocto-uninative.inc  |  8 +--
 meta/lib/oeqa/sdk/cases/assimp.py             |  8 +--
 meta/lib/oeqa/sdkext/cases/devtool.py         |  7 ++-
 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb       |  6 +++
 .../connman/connman-gnome_0.7.bb              |  4 ++
 .../iproute2/iproute2_6.7.0.bb                |  2 +
 meta/recipes-connectivity/kea/kea_2.4.1.bb    |  1 +
 .../cdrtools/cdrtools-native_3.01.bb          | 12 ++++-
 .../cdrtools/cdrtools/gcc14-fix.patch         | 13 +++++
 meta/recipes-devtools/expect/expect_5.45.4.bb |  7 +++
 meta/recipes-devtools/gcc/gcc-runtime.inc     |  2 +-
 .../cups/{cups_2.4.7.bb => cups_2.4.9.bb}     |  2 +-
 ...001-m4-readline-add-missing-includes.patch | 38 +++++++++++++
 meta/recipes-extended/gawk/gawk_5.3.0.bb      |  1 +
 ...-Use-time_t-instead-of-long-for-type.patch | 54 +++++++++++++++++++
 meta/recipes-extended/ltp/ltp_20240129.bb     |  1 +
 ...e-dirent.h-for-closedir-opendir-APIs.patch | 45 ++++++++++++++++
 ...2-unix.c-Do-not-redefine-DIR-as-FILE.patch | 35 ------------
 meta/recipes-extended/zip/zip_3.0.bb          |  2 +-
 meta/recipes-gnome/gtk+/gtk4_4.14.1.bb        |  4 ++
 ...linux-setup.c-Use-POSIX-basename-API.patch | 54 +++++++++++++++++++
 .../kexec/kexec-tools_2.0.28.bb               |  1 +
 ...{appstream_1.0.2.bb => appstream_1.0.3.bb} |  2 +-
 .../consolekit/consolekit_0.4.6.bb            |  3 ++
 meta/recipes-support/db/db_5.3.28.bb          |  4 ++
 meta/recipes-support/libfm/libfm_1.3.2.bb     |  4 ++
 .../libunwind/libunwind_1.6.2.bb              |  8 +++
 .../recipes-support/p11-kit/p11-kit_0.25.3.bb | 10 ++++
 28 files changed, 285 insertions(+), 53 deletions(-)
 create mode 100644 meta/recipes-devtools/cdrtools/cdrtools/gcc14-fix.patch
 rename meta/recipes-extended/cups/{cups_2.4.7.bb => cups_2.4.9.bb} (51%)
 create mode 100644 meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-sched_stress-Use-time_t-instead-of-long-for-type.patch
 create mode 100644 meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch
 delete mode 100644 meta/recipes-extended/zip/zip-3.0/0002-unix.c-Do-not-redefine-DIR-as-FILE.patch
 create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-x86-linux-setup.c-Use-POSIX-basename-API.patch
 rename meta/recipes-support/appstream/{appstream_1.0.2.bb => appstream_1.0.3.bb} (93%)