All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Sakoman <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][scarthgap 00/22] Patch review
Date: Mon, 17 Jun 2024 05:04:38 -0700	[thread overview]
Message-ID: <cover.1718625680.git.steve@sakoman.com> (raw)

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%)

-- 
2.34.1



             reply	other threads:[~2024-06-17 12:05 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 12:04 Steve Sakoman [this message]
2024-06-17 12:04 ` [OE-core][scarthgap 01/22] yocto-uninative: Update to 4.5 for gcc 14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 02/22] oeqa/sdkext/devtool: replace use of librdfa Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 03/22] oeqa/sdk/assimp: Upgrade and fix for gcc 14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 04/22] gcc-runtime: libgomp fix for gcc 14 warnings with mandb selftest Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 05/22] gawk: fix readline detection Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 06/22] cdrtools-native: Fix build with GCC 14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 07/22] appstream: upgrade 1.0.2 -> 1.0.3 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 08/22] expect: ignore various issues now fatal with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 09/22] libunwind: " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 10/22] p11-kit: ignore various issues fatal with gcc-14 (for 32bit MACHINEs) Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 11/22] kea: Remove -fvisibility-inlines-hidden from C++ flags Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 12/22] consolekit: Disable incompatible-pointer-types warning as error Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 13/22] gtk4: Disable int-conversion " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 14/22] lrzsz connman-gnome libfm: ignore various issues fatal with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 15/22] ltp: Fix build with GCC-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 16/22] iproute2: " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 17/22] zip: Fix build with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 18/22] cdrtools-native: fix " Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 19/22] kexec-tools: Fix build with GCC-14 on musl Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 20/22] db: ignore implicit-int and implicit-function-declaration issues fatal with gcc-14 Steve Sakoman
2024-06-17 12:04 ` [OE-core][scarthgap 21/22] expect-native: fix build " Steve Sakoman
2024-06-17 12:05 ` [OE-core][scarthgap 22/22] cups: Upgrade 2.4.7 -> 2.4.9 Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2026-01-20 12:08 [OE-core][scarthgap 00/22] Patch review Yoann Congal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1718625680.git.steve@sakoman.com \
    --to=steve@sakoman.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.