All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1
@ 2025-04-02  7:09 Richard Purdie
  2025-04-02  7:09 ` [PATCH 02/48] barebox-tools: upgrade 2025.02.0 -> 2025.03.0 Richard Purdie
                   ` (46 more replies)
  0 siblings, 47 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../atk/{at-spi2-core_2.56.0.bb => at-spi2-core_2.56.1.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/atk/{at-spi2-core_2.56.0.bb => at-spi2-core_2.56.1.bb} (95%)

diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.0.bb b/meta/recipes-support/atk/at-spi2-core_2.56.1.bb
similarity index 95%
rename from meta/recipes-support/atk/at-spi2-core_2.56.0.bb
rename to meta/recipes-support/atk/at-spi2-core_2.56.1.bb
index e897a129138..c806779ca8c 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.56.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.56.1.bb
@@ -13,7 +13,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "80d7e8ea0be924e045525367f909d6668dfdd3e87cd40792c6cfd08e6b58e95c"
+SRC_URI[sha256sum] = "fd177fecd8c95006ff0a355eafd7066fe110a2e17eb5eb5fe17ff70e49a4eace"
 
 DEPENDS = " \
 	dbus \


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 02/48] barebox-tools: upgrade 2025.02.0 -> 2025.03.0
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 03/48] base-passwd: upgrade 3.6.6 -> 3.6.7 Richard Purdie
                   ` (45 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-bsp/barebox/barebox-common.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc
index 42989667147..7fd7a88d717 100644
--- a/meta/recipes-bsp/barebox/barebox-common.inc
+++ b/meta/recipes-bsp/barebox/barebox-common.inc
@@ -3,6 +3,6 @@ SECTION = "bootloaders"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
 
-PV = "2025.02.0"
+PV = "2025.03.0"
 SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "6da5f9e98a8c93f6eead3badefe133ed5fd865395b1a3c0192fdbdd9eb4f7311"
+SRC_URI[sha256sum] = "0bf7118004e445bdd57feeef89ee9064982acc221e8a046c4a7994d3da6da2ec"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 03/48] base-passwd: upgrade 3.6.6 -> 3.6.7
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
  2025-04-02  7:09 ` [PATCH 02/48] barebox-tools: upgrade 2025.02.0 -> 2025.03.0 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 04/48] bind: upgrade 9.20.6 -> 9.20.7 Richard Purdie
                   ` (44 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../base-passwd/base-passwd/0001-Add-a-shutdown-group.patch     | 2 +-
 .../base-passwd/0001-base-passwd-Add-the-sgx-group.patch        | 2 +-
 .../0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch | 2 +-
 ...003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch | 2 +-
 .../0004-Add-an-input-group-for-the-dev-input-devices.patch     | 2 +-
 .../base-passwd/base-passwd/0005-Add-kvm-group.patch            | 2 +-
 .../base-passwd/base-passwd/0007-Add-wheel-group.patch          | 2 +-
 .../base-passwd/{base-passwd_3.6.6.bb => base-passwd_3.6.7.bb}  | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-core/base-passwd/{base-passwd_3.6.6.bb => base-passwd_3.6.7.bb} (98%)

diff --git a/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch b/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch
index 1cdf993f537..4bb0634a003 100644
--- a/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch
+++ b/meta/recipes-core/base-passwd/base-passwd/0001-Add-a-shutdown-group.patch
@@ -1,4 +1,4 @@
-From 6bbd3d01d123b042167aa6dea30b5e8d9d4de4dc Mon Sep 17 00:00:00 2001
+From caf4344849c67e939689bc7d57a6f5dc24884937 Mon Sep 17 00:00:00 2001
 From: Saul Wold <sgw@linux.intel.com>
 Date: Fri, 29 Apr 2022 13:32:27 +0000
 Subject: [PATCH] Add a shutdown group
diff --git a/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch b/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch
index 54b96c877b3..714c5b40fcf 100644
--- a/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch
+++ b/meta/recipes-core/base-passwd/base-passwd/0001-base-passwd-Add-the-sgx-group.patch
@@ -1,4 +1,4 @@
-From dbd66c0ab1fd134ecba2eb1c040445e20d92f79a Mon Sep 17 00:00:00 2001
+From 2ac953ddd31dae19568cc7925d9d56444e3232a7 Mon Sep 17 00:00:00 2001
 From: Alex Kiernan <alexk@zuma.ai>
 Date: Fri, 28 Jul 2023 10:28:57 +0100
 Subject: [PATCH] base-passwd: Add the sgx group
diff --git a/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch b/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch
index 47712c4f0fc..6cac38eada7 100644
--- a/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch
+++ b/meta/recipes-core/base-passwd/base-passwd/0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch
@@ -1,4 +1,4 @@
-From e2e6880587d4ada13e815bf132f21b42a979a607 Mon Sep 17 00:00:00 2001
+From dffeea1a44064c11d9035be008db8c628b93c7ab Mon Sep 17 00:00:00 2001
 From: Scott Garman <scott.a.garman@intel.com>
 Date: Fri, 29 Apr 2022 13:32:27 +0000
 Subject: [PATCH] Use /bin/sh instead of /bin/bash for the root user
diff --git a/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch b/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch
index 9396d134600..7c3642fcc9f 100644
--- a/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch
+++ b/meta/recipes-core/base-passwd/base-passwd/0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch
@@ -1,4 +1,4 @@
-From 022cf6956c647cc193fce2b0ccdf1308d3e208cd Mon Sep 17 00:00:00 2001
+From 8a79e64654eb4ee38a7971cf99ad37df7f5dee63 Mon Sep 17 00:00:00 2001
 From: Scott Garman <scott.a.garman@intel.com>
 Date: Fri, 29 Apr 2022 13:32:28 +0000
 Subject: [PATCH] Remove "*" for root since we do not have an /etc/shadow
diff --git a/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch b/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch
index 85f40a9829b..4fdbc47b6e4 100644
--- a/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch
+++ b/meta/recipes-core/base-passwd/base-passwd/0004-Add-an-input-group-for-the-dev-input-devices.patch
@@ -1,4 +1,4 @@
-From ef6d3257ca8308feeff40272a18e87ca7e2dc81b Mon Sep 17 00:00:00 2001
+From 2d02a1e4e3202691e2ddc11f80565d5fa53d532f Mon Sep 17 00:00:00 2001
 From: Darren Hart <dvhart@linux.intel.com>
 Date: Fri, 29 Apr 2022 13:32:28 +0000
 Subject: [PATCH] Add an input group for the /dev/input/* devices
diff --git a/meta/recipes-core/base-passwd/base-passwd/0005-Add-kvm-group.patch b/meta/recipes-core/base-passwd/base-passwd/0005-Add-kvm-group.patch
index 7264c29c827..742d696a241 100644
--- a/meta/recipes-core/base-passwd/base-passwd/0005-Add-kvm-group.patch
+++ b/meta/recipes-core/base-passwd/base-passwd/0005-Add-kvm-group.patch
@@ -1,4 +1,4 @@
-From 6c81c51ee49427175cc8bcb09b236677be4c0815 Mon Sep 17 00:00:00 2001
+From 3f25f39802657de55f41fa4d5773f1d1c2bdbd93 Mon Sep 17 00:00:00 2001
 From: Jacob Kroon <jacob.kroon@gmail.com>
 Date: Wed, 30 Jan 2019 04:53:48 +0000
 Subject: [PATCH] Add kvm group
diff --git a/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch b/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch
index d3b1b12246e..00eff1b7248 100644
--- a/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch
+++ b/meta/recipes-core/base-passwd/base-passwd/0007-Add-wheel-group.patch
@@ -1,4 +1,4 @@
-From 00b7725977043c628129560dd8ca798c0ecb8791 Mon Sep 17 00:00:00 2001
+From 4980807167a5b7c4d9c91e2af6de61efff548868 Mon Sep 17 00:00:00 2001
 From: Louis Rannou <lrannou@baylibre.com>
 Date: Thu, 15 Jun 2023 13:43:55 +0200
 Subject: [PATCH] base-passwd: add the wheel group
diff --git a/meta/recipes-core/base-passwd/base-passwd_3.6.6.bb b/meta/recipes-core/base-passwd/base-passwd_3.6.7.bb
similarity index 98%
rename from meta/recipes-core/base-passwd/base-passwd_3.6.6.bb
rename to meta/recipes-core/base-passwd/base-passwd_3.6.7.bb
index cc5c9055035..3d5247ee87b 100644
--- a/meta/recipes-core/base-passwd/base-passwd_3.6.6.bb
+++ b/meta/recipes-core/base-passwd/base-passwd_3.6.7.bb
@@ -15,7 +15,7 @@ SRC_URI = "https://launchpad.net/debian/+archive/primary/+files/${BPN}_${PV}.tar
            file://0001-base-passwd-Add-the-sgx-group.patch \
            "
 
-SRC_URI[sha256sum] = "cfcb17a5cfb5d7ce53f062b2a30c74ac7f9425af81010d3591aeffc60f269263"
+SRC_URI[sha256sum] = "cf869870fed7862b57bfa9e99cd5cd6f365e2349705a1b65af7fc182629bd1ab"
 
 # the package is taken from launchpad; that source is static and goes stale
 # so we check the latest upstream from a directory that does get updated


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 04/48] bind: upgrade 9.20.6 -> 9.20.7
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
  2025-04-02  7:09 ` [PATCH 02/48] barebox-tools: upgrade 2025.02.0 -> 2025.03.0 Richard Purdie
  2025-04-02  7:09 ` [PATCH 03/48] base-passwd: upgrade 3.6.6 -> 3.6.7 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14 Richard Purdie
                   ` (43 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../bind/bind/0001-avoid-start-failure-with-bind-user.patch   | 2 +-
 ...0001-named-lwresd-V-and-start-log-hide-build-options.patch | 4 ++--
 ...bind-ensure-searching-for-json-headers-searches-sysr.patch | 4 ++--
 meta/recipes-connectivity/bind/bind/conf.patch                | 2 +-
 .../bind/bind/init.d-add-support-for-read-only-rootfs.patch   | 2 +-
 .../bind/bind/make-etc-initd-bind-stop-work.patch             | 2 +-
 .../bind/{bind_9.20.6.bb => bind_9.20.7.bb}                   | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)
 rename meta/recipes-connectivity/bind/{bind_9.20.6.bb => bind_9.20.7.bb} (97%)

diff --git a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
index 0d670edda60..78ab6b87fc2 100644
--- a/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
+++ b/meta/recipes-connectivity/bind/bind/0001-avoid-start-failure-with-bind-user.patch
@@ -1,4 +1,4 @@
-From 0a45935f9d1207535f83df62ed52f358ed546bbe Mon Sep 17 00:00:00 2001
+From c70f74164bea8a8c54c03becffb2f21103dd1f31 Mon Sep 17 00:00:00 2001
 From: Chen Qi <Qi.Chen@windriver.com>
 Date: Mon, 15 Oct 2018 16:55:09 +0800
 Subject: [PATCH] avoid start failure with bind user
diff --git a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
index 10b8caafbba..53e439721fc 100644
--- a/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
+++ b/meta/recipes-connectivity/bind/bind/0001-named-lwresd-V-and-start-log-hide-build-options.patch
@@ -1,4 +1,4 @@
-From dd484b0bd58832fc241afdc8ea05693228348353 Mon Sep 17 00:00:00 2001
+From 0dd67d85705cbcfa9a2759c46f3cdf3d0d6375de Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Mon, 27 Aug 2018 21:24:20 +0800
 Subject: [PATCH] `named/lwresd -V' and start log hide build options
@@ -20,7 +20,7 @@ Signed-off-by: Armin Kuster <akuster@mvista.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 13f9d7f..6516d0d 100644
+index f9cf4a4..0ce3d26 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -35,7 +35,7 @@ AC_DEFINE([PACKAGE_VERSION_EXTRA], ["][bind_VERSION_EXTRA]["], [BIND 9 Extra par
diff --git a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
index 49b0a5eea1e..38d208fc1c0 100644
--- a/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
+++ b/meta/recipes-connectivity/bind/bind/bind-ensure-searching-for-json-headers-searches-sysr.patch
@@ -1,4 +1,4 @@
-From 9a06dbf831f012c6019237527d2bf1aa7a3a543a Mon Sep 17 00:00:00 2001
+From 8c9c817933eef20328f10237bbd964580db0a3ad Mon Sep 17 00:00:00 2001
 From: Paul Gortmaker <paul.gortmaker@windriver.com>
 Date: Tue, 9 Jun 2015 11:22:00 -0400
 Subject: [PATCH] bind: ensure searching for json headers searches sysroot
@@ -32,7 +32,7 @@ Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 168a77a..13f9d7f 100644
+index 334b551..f9cf4a4 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -863,7 +863,7 @@ AS_CASE([$with_lmdb],
diff --git a/meta/recipes-connectivity/bind/bind/conf.patch b/meta/recipes-connectivity/bind/bind/conf.patch
index 16ac510cfab..102fe46ffec 100644
--- a/meta/recipes-connectivity/bind/bind/conf.patch
+++ b/meta/recipes-connectivity/bind/bind/conf.patch
@@ -1,4 +1,4 @@
-From 27d1113a4c378583e0fcff91d70256bdcd78de0b Mon Sep 17 00:00:00 2001
+From 83a892af19bf1455ce7132350332ed6d7f1e2b94 Mon Sep 17 00:00:00 2001
 From: Qing He <qing.he@intel.com>
 Date: Tue, 30 Nov 2010 13:35:42 +0800
 Subject: [PATCH] bind: add new recipe
diff --git a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
index baeeafe33e3..984d401c708 100644
--- a/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
+++ b/meta/recipes-connectivity/bind/bind/init.d-add-support-for-read-only-rootfs.patch
@@ -1,4 +1,4 @@
-From 1fa4d0eb9631771bd751f04ce898433580996e5e Mon Sep 17 00:00:00 2001
+From 1393cbf6b0084128fdfc9b5afb3bcc307265d094 Mon Sep 17 00:00:00 2001
 From: Chen Qi <Qi.Chen@windriver.com>
 Date: Thu, 27 Mar 2014 02:34:41 +0000
 Subject: [PATCH] init.d: add support for read-only rootfs
diff --git a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
index 93aa3041264..74f2ef83a05 100644
--- a/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
+++ b/meta/recipes-connectivity/bind/bind/make-etc-initd-bind-stop-work.patch
@@ -1,4 +1,4 @@
-From 2ea2e4e502e5840d52e76461e071882cc65f1766 Mon Sep 17 00:00:00 2001
+From ce06506bb3fe661e03161af3a603bd228590a254 Mon Sep 17 00:00:00 2001
 From: Roy Li <rongqing.li@windriver.com>
 Date: Thu, 15 Nov 2012 02:27:54 +0000
 Subject: [PATCH] bind: make "/etc/init.d/bind stop" work
diff --git a/meta/recipes-connectivity/bind/bind_9.20.6.bb b/meta/recipes-connectivity/bind/bind_9.20.7.bb
similarity index 97%
rename from meta/recipes-connectivity/bind/bind_9.20.6.bb
rename to meta/recipes-connectivity/bind/bind_9.20.7.bb
index 7a03f8598d5..b4202f1a59a 100644
--- a/meta/recipes-connectivity/bind/bind_9.20.6.bb
+++ b/meta/recipes-connectivity/bind/bind_9.20.7.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://ftp.isc.org/isc/bind9/${PV}/${BPN}-${PV}.tar.xz \
            file://0001-avoid-start-failure-with-bind-user.patch \
            "
 
-SRC_URI[sha256sum] = "ed7f54b44f84a7201a2fa7a949f3021ea568529bfad90fca664fd55c05104134"
+SRC_URI[sha256sum] = "43323c8d22d2144282c37b4060ec11e98c24835e225688876fad08ba7b95dca6"
 
 UPSTREAM_CHECK_URI = "https://ftp.isc.org/isc/bind9/"
 # follow the ESV versions divisible by 2


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (2 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 04/48] bind: upgrade 9.20.6 -> 9.20.7 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:17   ` [OE-core] " Alexander Kanavin
  2025-04-03  1:00   ` Khem Raj
  2025-04-02  7:09 ` [PATCH 06/48] ccache: upgrade 4.11 -> 4.11.2 Richard Purdie
                   ` (42 subsequent siblings)
  46 siblings, 2 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Drop patch merged upstream.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...y-to-specify-where-python-modules-ar.patch |  6 +--
 ...dd-break-to-case-BTRFS_COMPRESS_NONE.patch | 40 -------------------
 ...trfs-tools_6.13.bb => btrfs-tools_6.14.bb} |  5 +--
 3 files changed, 5 insertions(+), 46 deletions(-)
 delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch
 rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.13.bb => btrfs-tools_6.14.bb} (95%)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
index 59ea5a66dac..2cd66d2722a 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
@@ -1,4 +1,4 @@
-From 76e635a56c5973671da3a8a2fd4fc32e823bf8c9 Mon Sep 17 00:00:00 2001
+From 030ec81c0dac1e067faf49924d5631bb22ccc90d Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Wed, 23 May 2018 21:20:35 +0300
 Subject: [PATCH] Add a possibility to specify where python modules are
@@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index 2f8d2fa0..c760e5ae 100644
+index 7e36aa42..edff7d5b 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -985,7 +985,7 @@ endif
+@@ -996,7 +996,7 @@ endif
  ifeq ($(PYTHON_BINDINGS),1)
  install_python: libbtrfsutil_python
  	$(Q)cd libbtrfsutil/python; \
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch
deleted file mode 100644
index 750ba830740..00000000000
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From ae0743dea3498429fce144e75c8b5b6eeed6f490 Mon Sep 17 00:00:00 2001
-From: Wang Mingyu <wangmy@fujitsu.com>
-Date: Tue, 11 Mar 2025 05:24:54 +0000
-Subject: [PATCH] mkfs: add break to case BTRFS_COMPRESS_NONE
-
-when compression null, always through error "lzo support not compiled in"
-
-This bug was imported by following commit:
-----------------------------------------------------
-commit c6d24a363daed6501d13d9125c560387e2d755ca
-Author: Mark Harmstone <maharmstone@fb.com>
-Date:   Thu Dec 12 20:36:55 2024 +0000
-
-     btrfs-progs: mkfs: add lzo to --compress option
-
-     Allow --compress to work with lzo.
-----------------------------------------------------
-
-Upstream-Status: Submitted [https://github.com/kdave/btrfs-progs/pull/967]
-
-Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
----
- mkfs/rootdir.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/mkfs/rootdir.c b/mkfs/rootdir.c
-index 1927394..5f4cfb9 100644
---- a/mkfs/rootdir.c
-+++ b/mkfs/rootdir.c
-@@ -1654,6 +1654,7 @@ int btrfs_mkfs_fill_dir(struct btrfs_trans_handle *trans, const char *source_dir
- 
- 	switch (compression) {
- 	case BTRFS_COMPRESS_NONE:
-+                break;
- 	case BTRFS_COMPRESS_LZO:
- #if !COMPRESSION_LZO
- 		error("lzo support not compiled in");
--- 
-2.43.0
-
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb
similarity index 95%
rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb
rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb
index d73d86ba8ae..cee1fdfd556 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb
@@ -15,11 +15,10 @@ LIC_FILES_CHKSUM = " \
 SECTION = "base"
 DEPENDS = "util-linux zlib"
 
-SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \
+SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tar=v${PV} \
            file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
-           file://0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch \
            "
-SRCREV = "26e4d9174c70aac0e53c3b5de55cf159f8d9397f"
+SRCREV = "5ad147c9ec00e657393c85b195c9bcc0f4c35a54"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= " \


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 06/48] ccache: upgrade 4.11 -> 4.11.2
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (3 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 07/48] connman: upgrade 1.43 -> 1.44 Richard Purdie
                   ` (41 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../ccache/{ccache_4.11.bb => ccache_4.11.2.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/ccache/{ccache_4.11.bb => ccache_4.11.2.bb} (93%)

diff --git a/meta/recipes-devtools/ccache/ccache_4.11.bb b/meta/recipes-devtools/ccache/ccache_4.11.2.bb
similarity index 93%
rename from meta/recipes-devtools/ccache/ccache_4.11.bb
rename to meta/recipes-devtools/ccache/ccache_4.11.2.bb
index 9a305c257f7..3a41cb5736c 100644
--- a/meta/recipes-devtools/ccache/ccache_4.11.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.11.2.bb
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "7dba208540dc61cedd5c93df8c960055a35f06e29a0a3cf766962251d4a5c766"
+SRC_URI[sha256sum] = "d51b82bb8c3932649323fd4cb8e5a0a9f7fe7f672c71a6d6839bee13b4ded4c5"
 
 inherit cmake github-releases
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 07/48] connman: upgrade 1.43 -> 1.44
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (4 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 06/48] ccache: upgrade 4.11 -> 4.11.2 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 08/48] createrepo-c: upgrade 1.2.0 -> 1.2.1 Richard Purdie
                   ` (40 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...stop-systemd-resolved-when-we-use-co.patch |  7 ++---
 ...visibility-to-default-for-debug-symb.patch | 12 +++------
 ...ve-musl-does-not-implement-res_ninit.patch |  5 +---
 .../connman/connman/no-version-scripts.patch  | 26 ++++++++++++++++---
 .../{connman_1.43.bb => connman_1.44.bb}      |  2 +-
 5 files changed, 31 insertions(+), 21 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.43.bb => connman_1.44.bb} (84%)

diff --git a/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch b/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch
index 8e2e0bd02d5..4597fe68fcd 100644
--- a/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch
+++ b/meta/recipes-connectivity/connman/connman/0001-connman.service-stop-systemd-resolved-when-we-use-co.patch
@@ -1,4 +1,4 @@
-From 9f70b94ebf18f52c115634642652830fa77f27a1 Mon Sep 17 00:00:00 2001
+From 19aff57e4da920d9ca972903582305b4efe81ef3 Mon Sep 17 00:00:00 2001
 From: "Maxin B. John" <maxin.john@intel.com>
 Date: Mon, 12 Jun 2017 16:52:39 +0300
 Subject: [PATCH] connman.service: stop systemd-resolved when we use connman
@@ -13,7 +13,7 @@ Signed-off-by: Maxin B. John <maxin.john@intel.com>
  1 file changed, 1 insertion(+)
 
 diff --git a/src/connman.service.in b/src/connman.service.in
-index 9f5c10f..dab48bc 100644
+index 7376346..79e75d6 100644
 --- a/src/connman.service.in
 +++ b/src/connman.service.in
 @@ -6,6 +6,7 @@ RequiresMountsFor=@localstatedir@/lib/connman
@@ -24,6 +24,3 @@ index 9f5c10f..dab48bc 100644
  
  [Service]
  Type=dbus
--- 
-2.4.0
-
diff --git a/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch b/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch
index e6f03e632ea..a68707b2fa6 100644
--- a/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch
+++ b/meta/recipes-connectivity/connman/connman/0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch
@@ -1,4 +1,4 @@
-From 4ddaf78dad5a9ee4a0658235f71b75132192123e Mon Sep 17 00:00:00 2001
+From c254226d4ebbd846c1f8169d70413a0d32d7ae77 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Sat, 7 Apr 2012 18:52:12 -0700
 Subject: [PATCH] plugin.h: Change visibility to default for debug symbols
@@ -8,14 +8,13 @@ have hidden visibility
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
-
 Upstream-Status: Pending
 ---
- include/plugin.h |    4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ include/plugin.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/include/plugin.h b/include/plugin.h
-index 692a4e5..a9361c3 100644
+index 8d2bb08..a12a6be 100644
 --- a/include/plugin.h
 +++ b/include/plugin.h
 @@ -89,9 +89,9 @@ struct connman_plugin_desc {
@@ -30,6 +29,3 @@ index 692a4e5..a9361c3 100644
  		extern struct connman_plugin_desc connman_plugin_desc \
  				__attribute__ ((visibility("default"))); \
  		struct connman_plugin_desc connman_plugin_desc = { \
--- 
-1.7.5.4
-
diff --git a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
index 9e2cc34995a..2c612039ee8 100644
--- a/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
+++ b/meta/recipes-connectivity/connman/connman/0002-resolve-musl-does-not-implement-res_ninit.patch
@@ -1,4 +1,4 @@
-From 60783f0d885c9a0db8b6f1d528786321e53f1512 Mon Sep 17 00:00:00 2001
+From 4e726a5aaa75d60fab6a56bc37dbec48be53ff79 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Mon, 6 Apr 2015 23:02:21 -0700
 Subject: [PATCH] gweb/gresolv.c: make use of res_ninit optional and subject to
@@ -83,6 +83,3 @@ index 8101d71..9f1477c 100644
  
  		if (!resolv->nameserver_list)
  			g_resolv_add_nameserver(resolv, "127.0.0.1", 53, 0);
--- 
-2.39.2
-
diff --git a/meta/recipes-connectivity/connman/connman/no-version-scripts.patch b/meta/recipes-connectivity/connman/connman/no-version-scripts.patch
index e96e38bcf91..3667a166f69 100644
--- a/meta/recipes-connectivity/connman/connman/no-version-scripts.patch
+++ b/meta/recipes-connectivity/connman/connman/no-version-scripts.patch
@@ -1,3 +1,8 @@
+From 67f37aafcc8ef5d2eb006387e7bec21f74518727 Mon Sep 17 00:00:00 2001
+From: Ross Burton <ross.burton@intel.com>
+Date: Tue, 9 Aug 2016 12:12:02 +0100
+Subject: [PATCH] connman: disable version-scripts to fix crashes at startup
+
 With binutils 2.27 on at least MIPS, connmand will crash on startup.  This
 appears to be due to the symbol visibilty scripts hiding symbols that stdio
 looks up at runtime, resulting in it segfaulting.
@@ -12,16 +17,31 @@ remove the scripts to work around the problem until binutils is fixed.
 
 Upstream-Status: Inappropriate
 Signed-off-by: Ross Burton <ross.burton@intel.com>
+---
+ Makefile.am | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index d70725c..76ae432 100644
+index 3dc3bb5..3be5ccb 100644
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -132,2 +132 @@ src_connmand_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \
+@@ -143,8 +143,7 @@ src_connmand_LDADD = gdbus/libgdbus-internal.la $(builtin_libadd) \
+ 			@GIO_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @GNUTLS_LIBS@ \
+ 			-lresolv -ldl -lrt
+ 
 -src_connmand_LDFLAGS = -Wl,--export-dynamic \
 -				-Wl,--version-script=$(srcdir)/src/connman.ver
 +src_connmand_LDFLAGS = -Wl,--export-dynamic
-@@ -166,2 +165 @@ vpn_connman_vpnd_LDADD = gdbus/libgdbus-internal.la $(builtin_vpn_libadd) \
+ 
+ src_connmand_wait_online_SOURCES = src/connmand-wait-online.c
+ 
+@@ -187,8 +186,7 @@ vpn_connman_vpnd_LDADD = gdbus/libgdbus-internal.la $(builtin_vpn_libadd) \
+ 				@GIO_LIBS@ @GLIB_LIBS@ @DBUS_LIBS@ @GNUTLS_LIBS@ \
+ 				-lresolv -ldl
+ 
 -vpn_connman_vpnd_LDFLAGS = -Wl,--export-dynamic \
 -				-Wl,--version-script=$(srcdir)/vpn/vpn.ver
 +vpn_connman_vpnd_LDFLAGS = -Wl,--export-dynamic
+ endif
+ 
+ BUILT_SOURCES = $(local_headers) src/builtin.h $(service_files) \
diff --git a/meta/recipes-connectivity/connman/connman_1.43.bb b/meta/recipes-connectivity/connman/connman_1.44.bb
similarity index 84%
rename from meta/recipes-connectivity/connman/connman_1.43.bb
rename to meta/recipes-connectivity/connman/connman_1.44.bb
index 1100599490a..396d8bc5ce2 100644
--- a/meta/recipes-connectivity/connman/connman_1.43.bb
+++ b/meta/recipes-connectivity/connman/connman_1.44.bb
@@ -9,7 +9,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
            "
 
 
-SRC_URI[sha256sum] = "1257cebe327e7900b7e2b84c0fb330aa90815e455898cd2f941f4308ed2be3bc"
+SRC_URI[sha256sum] = "2be2b00321632b775f9eff713acd04ef21e31fbf388f6ebf45512ff4289574ff"
 
 RRECOMMENDS:${PN} = "connman-conf"
 RCONFLICTS:${PN} = "networkmanager"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 08/48] createrepo-c: upgrade 1.2.0 -> 1.2.1
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (5 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 07/48] connman: upgrade 1.43 -> 1.44 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 09/48] diffoscope: upgrade 289 -> 293 Richard Purdie
                   ` (39 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 2 +-
 .../createrepo-c/0001-include-rpm-rpmstring.h.patch           | 2 +-
 .../{createrepo-c_1.2.0.bb => createrepo-c_1.2.1.bb}          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.2.0.bb => createrepo-c_1.2.1.bb} (94%)

diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
index 1d2e81f281d..ca3f0782a8a 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch
@@ -1,4 +1,4 @@
-From 5d974eddfd59291fbbf9bf9b352431d8565011d2 Mon Sep 17 00:00:00 2001
+From 20aec3f83a7ab6ebb89f40ee8c5df1af65eba32b Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 30 Dec 2016 18:31:02 +0200
 Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch
index e7f3d32e088..4f2f780a641 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch
@@ -1,4 +1,4 @@
-From d1a474e4002b978a54c918d46423c35bfbadad8b Mon Sep 17 00:00:00 2001
+From aa508662cfa48f706bf68ace55ed311a9e820d3f Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Fri, 13 Jan 2023 13:21:51 -0800
 Subject: [PATCH] include rpm/rpmstring.h
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb
similarity index 94%
rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb
rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb
index 60523d5318c..d12e3184a04 100644
--- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb
+++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb
@@ -4,12 +4,12 @@ HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https \
+SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;protocol=https;tag=${PV} \
            file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \
            file://0001-include-rpm-rpmstring.h.patch \
            "
 
-SRCREV = "7085e047dc9f58a1de6ee6f3faf733826e60b963"
+SRCREV = "8c6e6f88df86d1e34ca26d3835d77a2816326414"
 
 S = "${WORKDIR}/git"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 09/48] diffoscope: upgrade 289 -> 293
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (6 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 08/48] createrepo-c: upgrade 1.2.0 -> 1.2.1 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 10/48] ed: upgrade 1.21 -> 1.21.1 Richard Purdie
                   ` (38 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../diffoscope/{diffoscope_289.bb => diffoscope_293.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/diffoscope/{diffoscope_289.bb => diffoscope_293.bb} (93%)

diff --git a/meta/recipes-support/diffoscope/diffoscope_289.bb b/meta/recipes-support/diffoscope/diffoscope_293.bb
similarity index 93%
rename from meta/recipes-support/diffoscope/diffoscope_289.bb
rename to meta/recipes-support/diffoscope/diffoscope_293.bb
index af7d6b5d73e..59e7cbe0003 100644
--- a/meta/recipes-support/diffoscope/diffoscope_289.bb
+++ b/meta/recipes-support/diffoscope/diffoscope_293.bb
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "diffoscope"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "b9b2e598e62eb2220376e252692ac534d8d921d4314ec288d8c7415d3041dd9d"
+SRC_URI[sha256sum] = "15315d09babdee45449be7042ad1f57104a5f04853bd6951cdc0da171c13ac3b"
 
 RDEPENDS:${PN} += "\
         binutils \


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 10/48] ed: upgrade 1.21 -> 1.21.1
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (7 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 09/48] diffoscope: upgrade 289 -> 293 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 11/48] ell: upgrade 0.74 -> 0.75 Richard Purdie
                   ` (37 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-extended/ed/{ed_1.21.bb => ed_1.21.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/ed/{ed_1.21.bb => ed_1.21.1.bb} (93%)

diff --git a/meta/recipes-extended/ed/ed_1.21.bb b/meta/recipes-extended/ed/ed_1.21.1.bb
similarity index 93%
rename from meta/recipes-extended/ed/ed_1.21.bb
rename to meta/recipes-extended/ed/ed_1.21.1.bb
index 4308fac6757..03a61c6d5fd 100644
--- a/meta/recipes-extended/ed/ed_1.21.bb
+++ b/meta/recipes-extended/ed/ed_1.21.1.bb
@@ -19,7 +19,7 @@ bindir = "${base_bindir}"
 SRC_URI = "${GNU_MIRROR}/ed/${BP}.tar.lz"
 UPSTREAM_CHECK_URI = "${GNU_MIRROR}/ed/"
 
-SRC_URI[sha256sum] = "60e24998727d453a5cf02c54664b97536de46a2b34cd1f4f67c1c1a61bbbad75"
+SRC_URI[sha256sum] = "d6d0c7192b02b0519c902a93719053e865ade5a784a3b327d93d888457b23c4b"
 
 EXTRA_OEMAKE = "-e MAKEFLAGS="
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 11/48] ell: upgrade 0.74 -> 0.75
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (8 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 10/48] ed: upgrade 1.21 -> 1.21.1 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 12/48] gtk4: upgrade 4.18.1 -> 4.18.3 Richard Purdie
                   ` (36 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-core/ell/{ell_0.74.bb => ell_0.75.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ell/{ell_0.74.bb => ell_0.75.bb} (88%)

diff --git a/meta/recipes-core/ell/ell_0.74.bb b/meta/recipes-core/ell/ell_0.75.bb
similarity index 88%
rename from meta/recipes-core/ell/ell_0.74.bb
rename to meta/recipes-core/ell/ell_0.75.bb
index afacedac2ed..80a108a4b59 100644
--- a/meta/recipes-core/ell/ell_0.74.bb
+++ b/meta/recipes-core/ell/ell_0.75.bb
@@ -15,4 +15,4 @@ DEPENDS = "dbus"
 inherit autotools pkgconfig
 
 SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "f1690913024f80fafff19ecf010accb58a56784d78937bae536c016b8276bb75"
+SRC_URI[sha256sum] = "10cee84ee075d9e0fc1c65fa1acdf7f6ffc2b3ed7e09622be9fc8f8979b02bd5"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 12/48] gtk4: upgrade 4.18.1 -> 4.18.3
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (9 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 11/48] ell: upgrade 0.74 -> 0.75 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 13/48] harfbuzz: upgrade 10.4.0 -> 11.0.0 Richard Purdie
                   ` (35 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-gnome/gtk+/{gtk4_4.18.1.bb => gtk4_4.18.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/gtk+/{gtk4_4.18.1.bb => gtk4_4.18.3.bb} (98%)

diff --git a/meta/recipes-gnome/gtk+/gtk4_4.18.1.bb b/meta/recipes-gnome/gtk+/gtk4_4.18.3.bb
similarity index 98%
rename from meta/recipes-gnome/gtk+/gtk4_4.18.1.bb
rename to meta/recipes-gnome/gtk+/gtk4_4.18.3.bb
index 2396b391f1b..6995cfa7250 100644
--- a/meta/recipes-gnome/gtk+/gtk4_4.18.1.bb
+++ b/meta/recipes-gnome/gtk+/gtk4_4.18.3.bb
@@ -38,7 +38,7 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 UPSTREAM_CHECK_REGEX = "gtk-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar.xz"
 
 SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk/${MAJ_VER}/gtk-${PV}.tar.xz"
-SRC_URI[sha256sum] = "6a1c3bc2dc7cacd28fba3b885ecb4086aa85b3d0941265d6651e92c7ff909e74"
+SRC_URI[sha256sum] = "081e1bc0b17db41a935af8d1f6f090fb1988936c42ff734d149f3d004119f8bb"
 
 S = "${WORKDIR}/gtk-${PV}"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 13/48] harfbuzz: upgrade 10.4.0 -> 11.0.0
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (10 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 12/48] gtk4: upgrade 4.18.1 -> 4.18.3 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 14/48] iproute2: upgrade 6.13.0 -> 6.14.0 Richard Purdie
                   ` (34 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../harfbuzz/{harfbuzz_10.4.0.bb => harfbuzz_11.0.0.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_10.4.0.bb => harfbuzz_11.0.0.bb} (95%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb
index b41e55d7069..ea0819af2b4 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_10.4.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.0.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \
                     "
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "480b6d25014169300669aa1fc39fb356c142d5028324ea52b3a27648b9beaad8"
+SRC_URI[sha256sum] = "f16351bafe214725fe2c1d5b59f0d93e49905a4b247899fb90d70cff953a2b9b"
 
 DEPENDS += "glib-2.0-native"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 14/48] iproute2: upgrade 6.13.0 -> 6.14.0
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (11 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 13/48] harfbuzz: upgrade 10.4.0 -> 11.0.0 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 15/48] kmod: upgrade 34.1 -> 34.2 Richard Purdie
                   ` (33 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...1-include-libnetlink.h-add-missing-include-for-htobe64.patch | 2 +-
 .../iproute2/{iproute2_6.13.0.bb => iproute2_6.14.0.bb}         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_6.13.0.bb => iproute2_6.14.0.bb} (97%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch
index f1746c5096e..c4dea396764 100644
--- a/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch
+++ b/meta/recipes-connectivity/iproute2/iproute2/0001-include-libnetlink.h-add-missing-include-for-htobe64.patch
@@ -1,4 +1,4 @@
-From 5b3a2008631c7ab09252335fad42c2d347b7691d Mon Sep 17 00:00:00 2001
+From 9e427aa1c647f741b08a1f0c44483ea974c7fc61 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Sat, 24 Aug 2024 15:32:25 +0200
 Subject: [PATCH] include/libnetlink.h: add missing include for htobe64
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.14.0.bb
similarity index 97%
rename from meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_6.14.0.bb
index 0f37eaa7b34..a32ac342457 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_6.13.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_6.14.0.bb
@@ -15,7 +15,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://0001-include-libnetlink.h-add-missing-include-for-htobe64.patch \
            "
 
-SRC_URI[sha256sum] = "a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49302819"
+SRC_URI[sha256sum] = "a6d23588150096591c3d00fc27a324a82ee71d7a1a9eea78df5df17ad9b8461f"
 
 inherit update-alternatives bash-completion pkgconfig
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 15/48] kmod: upgrade 34.1 -> 34.2
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (12 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 14/48] iproute2: upgrade 6.13.0 -> 6.14.0 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 16/48] libevdev: upgrade 1.13.3 -> 1.13.4 Richard Purdie
                   ` (32 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-kernel/kmod/{kmod_34.1.bb => kmod_34.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/kmod/{kmod_34.1.bb => kmod_34.2.bb} (97%)

diff --git a/meta/recipes-kernel/kmod/kmod_34.1.bb b/meta/recipes-kernel/kmod/kmod_34.2.bb
similarity index 97%
rename from meta/recipes-kernel/kmod/kmod_34.1.bb
rename to meta/recipes-kernel/kmod/kmod_34.2.bb
index 8154e6ec574..e5923a64cf3 100644
--- a/meta/recipes-kernel/kmod/kmod_34.1.bb
+++ b/meta/recipes-kernel/kmod/kmod_34.2.bb
@@ -18,7 +18,7 @@ inherit bash-completion gtk-doc manpages meson pkgconfig update-alternatives
 SRC_URI = "https://www.kernel.org/pub/linux/utils/kernel/${BPN}/${BP}.tar.xz \
            file://depmod-search.conf \
            "
-SRC_URI[sha256sum] = "125957c9125fc5db1bd6a2641a1c9a6a0b500882fb8ccf7fb6483fcae5309b17"
+SRC_URI[sha256sum] = "5a5d5073070cc7e0c7a7a3c6ec2a0e1780850c8b47b3e3892226b93ffcb9cb54"
 
 EXTRA_OEMESON += "\
     -Ddistconfdir=${nonarch_base_libdir} \


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 16/48] libevdev: upgrade 1.13.3 -> 1.13.4
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (13 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 15/48] kmod: upgrade 34.1 -> 34.2 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 17/48] libinput: upgrade 1.27.1 -> 1.28.1 Richard Purdie
                   ` (31 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libevdev/{libevdev_1.13.3.bb => libevdev_1.13.4.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libevdev/{libevdev_1.13.3.bb => libevdev_1.13.4.bb} (87%)

diff --git a/meta/recipes-support/libevdev/libevdev_1.13.3.bb b/meta/recipes-support/libevdev/libevdev_1.13.4.bb
similarity index 87%
rename from meta/recipes-support/libevdev/libevdev_1.13.3.bb
rename to meta/recipes-support/libevdev/libevdev_1.13.4.bb
index b920b349cf4..3ff64bd04b9 100644
--- a/meta/recipes-support/libevdev/libevdev_1.13.3.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.13.4.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
                     "
 
 SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
-SRC_URI[sha256sum] = "abf1aace86208eebdd5d3550ffded4c8d73bb405b796d51c389c9d0604cbcfbf"
+SRC_URI[sha256sum] = "f00ab8d42ad8b905296fab67e13b871f1a424839331516642100f82ad88127cd"
 
 inherit autotools pkgconfig
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 17/48] libinput: upgrade 1.27.1 -> 1.28.1
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (14 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 16/48] libevdev: upgrade 1.13.3 -> 1.13.4 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 18/48] libnotify: upgrade 0.8.4 -> 0.8.6 Richard Purdie
                   ` (30 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../wayland/{libinput_1.27.1.bb => libinput_1.28.1.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/wayland/{libinput_1.27.1.bb => libinput_1.28.1.bb} (95%)

diff --git a/meta/recipes-graphics/wayland/libinput_1.27.1.bb b/meta/recipes-graphics/wayland/libinput_1.28.1.bb
similarity index 95%
rename from meta/recipes-graphics/wayland/libinput_1.27.1.bb
rename to meta/recipes-graphics/wayland/libinput_1.28.1.bb
index 04a03f08074..c10422bf9be 100644
--- a/meta/recipes-graphics/wayland/libinput_1.27.1.bb
+++ b/meta/recipes-graphics/wayland/libinput_1.28.1.bb
@@ -12,10 +12,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bab4ac7dc1c10bc0fb037dc76c46ef8a"
 
 DEPENDS = "libevdev udev mtdev"
 
-SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main \
+SRC_URI = "git://gitlab.freedesktop.org/libinput/libinput.git;protocol=https;branch=main;tag=${PV} \
            file://run-ptest \
            "
-SRCREV = "3aa004b96488bf0b2446c11b97a7f8a75ff37c23"
+SRCREV = "4f7b4ef0e4eb5d569df36be387579858eba349bb"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_REGEX = "libinput-(?P<pver>\d+\.\d+\.(?!9\d+)\d+)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 18/48] libnotify: upgrade 0.8.4 -> 0.8.6
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (15 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 17/48] libinput: upgrade 1.27.1 -> 1.28.1 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 19/48] libsdl2: upgrade 2.32.2 -> 2.32.4 Richard Purdie
                   ` (29 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libnotify/{libnotify_0.8.4.bb => libnotify_0.8.6.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libnotify/{libnotify_0.8.4.bb => libnotify_0.8.6.bb} (93%)

diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.4.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.6.bb
similarity index 93%
rename from meta/recipes-gnome/libnotify/libnotify_0.8.4.bb
rename to meta/recipes-gnome/libnotify/libnotify_0.8.6.bb
index 040df2ad5ec..6ff7ee4be1c 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.8.4.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.8.6.bb
@@ -20,7 +20,7 @@ inherit gnomebase gi-docgen features_check gobject-introspection
 # depends on gtk+3 if tests are enabled
 ANY_OF_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'tests', '${GTK3DISTROFEATURES}', '', d)}"
 
-SRC_URI[archive.sha256sum] = "8fa04d4ebdc155b0a239df88bd9f09e8f2739d5707a1390b427ab4985f83d25a"
+SRC_URI[archive.sha256sum] = "c5540aaefb60e1d63b1c587c05f2284ebe72ece7d0c0e5e4a778cfd5844b6b58"
 
 EXTRA_OEMESON = "-Dman=false"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 19/48] libsdl2: upgrade 2.32.2 -> 2.32.4
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (16 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 18/48] libnotify: upgrade 0.8.4 -> 0.8.6 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 20/48] libsoup: upgrade 3.6.4 -> 3.6.5 Richard Purdie
                   ` (28 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Drop backported patch.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...9fe9c7931738ed63d257b1d7fb8a07b66824.patch | 35 -------------------
 .../{libsdl2_2.32.2.bb => libsdl2_2.32.4.bb}  |  3 +-
 2 files changed, 1 insertion(+), 37 deletions(-)
 delete mode 100644 meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch
 rename meta/recipes-graphics/libsdl2/{libsdl2_2.32.2.bb => libsdl2_2.32.4.bb} (96%)

diff --git a/meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch b/meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch
deleted file mode 100644
index f8c05981308..00000000000
--- a/meta/recipes-graphics/libsdl2/libsdl2/9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 9e079fe9c7931738ed63d257b1d7fb8a07b66824 Mon Sep 17 00:00:00 2001
-From: Neal Gompa <neal@gompa.dev>
-Date: Mon, 10 Feb 2025 05:00:56 -0500
-Subject: [PATCH] pipewire: Ensure that the correct struct is used for
- enumeration APIs
-
-PipeWire now requires the correct struct type is used, otherwise
-it will fail to compile.
-
-Reference: https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/188d920733f0791413d3386e5536ee7377f71b2f
-
-Fixes: https://github.com/libsdl-org/SDL/issues/12224
-(cherry picked from commit d35bef64e913dd7d5dd3153a4b61f10ef837dad6)
-(cherry picked from commit 6be87ceb33a9aad3bf5204bb13b3a5e8b498fd26)
-
-Upstream-Status: Backport [https://github.com/libsdl-org/SDL/commit/9e079fe9c7931738ed63d257b1d7fb8a07b66824]
-
-Signed-off-by: Markus Volk <f_l_k@t-online.de>
----
- src/audio/pipewire/SDL_pipewire.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/audio/pipewire/SDL_pipewire.c b/src/audio/pipewire/SDL_pipewire.c
-index 889e05decb293..5d1bfc28dedb7 100644
---- a/src/audio/pipewire/SDL_pipewire.c
-+++ b/src/audio/pipewire/SDL_pipewire.c
-@@ -590,7 +590,7 @@ static void node_event_info(void *object, const struct pw_node_info *info)
- 
-         /* Need to parse the parameters to get the sample rate */
-         for (i = 0; i < info->n_params; ++i) {
--            pw_node_enum_params(node->proxy, 0, info->params[i].id, 0, 0, NULL);
-+            pw_node_enum_params((struct pw_node*)node->proxy, 0, info->params[i].id, 0, 0, NULL);
-         }
- 
-         hotplug_core_sync(node);
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb
similarity index 96%
rename from meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
rename to meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb
index 8226774a9eb..28338b09360 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.32.2.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.32.4.bb
@@ -22,11 +22,10 @@ LIC_FILES_CHKSUM:append = " ${@bb.utils.contains('PACKAGECONFIG', 'arm-neon', 'f
 PROVIDES = "virtual/libsdl2"
 
 SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz"
-SRC_URI += "file://9e079fe9c7931738ed63d257b1d7fb8a07b66824.patch"
 
 S = "${WORKDIR}/SDL2-${PV}"
 
-SRC_URI[sha256sum] = "c5f30c427fd8107ee4a400c84d4447dd211352512eaf0b6e89cc6a50a2821922"
+SRC_URI[sha256sum] = "f15b478253e1ff6dac62257ded225ff4e7d0c5230204ac3450f1144ee806f934"
 
 inherit cmake lib_package binconfig-disabled pkgconfig upstream-version-is-even
 UPSTREAM_CHECK_REGEX = "SDL2-(?P<pver>\d+\.(\d*[02468])+(\.\d+)+)\.tar"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 20/48] libsoup: upgrade 3.6.4 -> 3.6.5
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (17 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 19/48] libsdl2: upgrade 2.32.2 -> 2.32.4 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 21/48] libusb1: upgrade 1.0.27 -> 1.0.28 Richard Purdie
                   ` (27 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libsoup/{libsoup_3.6.4.bb => libsoup_3.6.5.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libsoup/{libsoup_3.6.4.bb => libsoup_3.6.5.bb} (96%)

diff --git a/meta/recipes-support/libsoup/libsoup_3.6.4.bb b/meta/recipes-support/libsoup/libsoup_3.6.5.bb
similarity index 96%
rename from meta/recipes-support/libsoup/libsoup_3.6.4.bb
rename to meta/recipes-support/libsoup/libsoup_3.6.5.bb
index 4d50e1353ef..fbe9a79b0f1 100644
--- a/meta/recipes-support/libsoup/libsoup_3.6.4.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.6.5.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2"
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[sha256sum] = "9b54c76f5276b05bebcaf2b6c2a141a188fc7bb1d0624eda259dac13a6665c8a"
+SRC_URI[sha256sum] = "6891765aac3e949017945c3eaebd8cc8216df772456dc9f460976fbdb7ada234"
 
 PROVIDES = "libsoup-3.0"
 CVE_PRODUCT = "libsoup"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 21/48] libusb1: upgrade 1.0.27 -> 1.0.28
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (18 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 20/48] libsoup: upgrade 3.6.4 -> 3.6.5 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 22/48] lighttpd: upgrade 1.4.77 -> 1.4.78 Richard Purdie
                   ` (26 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../libusb/{libusb1_1.0.27.bb => libusb1_1.0.28.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libusb/{libusb1_1.0.27.bb => libusb1_1.0.28.bb} (93%)

diff --git a/meta/recipes-support/libusb/libusb1_1.0.27.bb b/meta/recipes-support/libusb/libusb1_1.0.28.bb
similarity index 93%
rename from meta/recipes-support/libusb/libusb1_1.0.27.bb
rename to meta/recipes-support/libusb/libusb1_1.0.28.bb
index 5bf854f95d4..51287499b7a 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.27.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.28.bb
@@ -19,7 +19,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libusb-${PV}.tar.bz2 \
 GITHUB_BASE_URI = "https://github.com/libusb/libusb/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
 
-SRC_URI[sha256sum] = "ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575"
+SRC_URI[sha256sum] = "966bb0d231f94a474eaae2e67da5ec844d3527a1f386456394ff432580634b29"
 
 S = "${WORKDIR}/libusb-${PV}"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 22/48] lighttpd: upgrade 1.4.77 -> 1.4.78
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (19 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 21/48] libusb1: upgrade 1.0.27 -> 1.0.28 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 23/48] llvm: upgrade 20.1.0 -> 20.1.1 Richard Purdie
                   ` (25 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../lighttpd/{lighttpd_1.4.77.bb => lighttpd_1.4.78.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/lighttpd/{lighttpd_1.4.77.bb => lighttpd_1.4.78.bb} (97%)

diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.77.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb
similarity index 97%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.77.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb
index 2e248a6b11c..1d9b4e517c8 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.77.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.78.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t
            file://lighttpd \
            "
 
-SRC_URI[sha256sum] = "acafabdbfa2267d8b6452d03d85fdd2a66525f3f05a36a79b6645c017f1562ce"
+SRC_URI[sha256sum] = "3c0739e8bc75c9e9fc1cfa89e1c304dd4b0e4abb87adc646a1d20bc6a2db2a3e"
 
 DEPENDS = "virtual/crypt"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 23/48] llvm: upgrade 20.1.0 -> 20.1.1
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (20 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 22/48] lighttpd: upgrade 1.4.77 -> 1.4.78 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 24/48] mpfr: upgrade 4.2.1 -> 4.2.2 Richard Purdie
                   ` (24 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...1-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 2 +-
 .../llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch    | 2 +-
 meta/recipes-devtools/llvm/{llvm_20.1.0.bb => llvm_20.1.1.bb}   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/llvm/{llvm_20.1.0.bb => llvm_20.1.1.bb} (98%)

diff --git a/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch b/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch
index ae2c3baa8ce..f71c5d4bd47 100644
--- a/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch
+++ b/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch
@@ -1,4 +1,4 @@
-From 9824c2ab5e7d37a5a18a409a512511f5f5cd408d Mon Sep 17 00:00:00 2001
+From 001d56983078842c5aa2a1786b84dc429bd46abd Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 27 Nov 2020 10:11:08 +0000
 Subject: [PATCH] AsmMatcherEmitter: sort ClassInfo lists by name as well
diff --git a/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch b/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch
index 29266013ecb..f1ab0054640 100644
--- a/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch
+++ b/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch
@@ -1,4 +1,4 @@
-From 00e5ac68dad872b8490297fa6f0b67e6a3e48661 Mon Sep 17 00:00:00 2001
+From 3eb1eefed6fc654d19ab97bbc748454c22a29009 Mon Sep 17 00:00:00 2001
 From: Martin Kelly <mkelly@xevo.com>
 Date: Fri, 19 May 2017 00:22:57 -0700
 Subject: [PATCH] llvm: allow env override of exe and libdir path
diff --git a/meta/recipes-devtools/llvm/llvm_20.1.0.bb b/meta/recipes-devtools/llvm/llvm_20.1.1.bb
similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_20.1.0.bb
rename to meta/recipes-devtools/llvm/llvm_20.1.1.bb
index 7ffc6ec1cb8..5c6c5a2ffd1 100644
--- a/meta/recipes-devtools/llvm/llvm_20.1.0.bb
+++ b/meta/recipes-devtools/llvm/llvm_20.1.1.bb
@@ -27,7 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/
            file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
            file://llvm-config \
            "
-SRC_URI[sha256sum] = "4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a"
+SRC_URI[sha256sum] = "4d5ebbd40ce1e984a650818a4bb5ae86fc70644dec2e6d54e78b4176db3332e0"
 UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
 UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 24/48] mpfr: upgrade 4.2.1 -> 4.2.2
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (21 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 23/48] llvm: upgrade 20.1.0 -> 20.1.1 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 25/48] ofono: upgrade 2.15 -> 2.16 Richard Purdie
                   ` (23 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Drop backported patch.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...o-use-predefined-_Float128-definitio.patch | 356 ------------------
 .../mpfr/{mpfr_4.2.1.bb => mpfr_4.2.2.bb}     |   3 +-
 2 files changed, 1 insertion(+), 358 deletions(-)
 delete mode 100644 meta/recipes-support/mpfr/mpfr/0001-include-math.h-to-use-predefined-_Float128-definitio.patch
 rename meta/recipes-support/mpfr/{mpfr_4.2.1.bb => mpfr_4.2.2.bb} (85%)

diff --git a/meta/recipes-support/mpfr/mpfr/0001-include-math.h-to-use-predefined-_Float128-definitio.patch b/meta/recipes-support/mpfr/mpfr/0001-include-math.h-to-use-predefined-_Float128-definitio.patch
deleted file mode 100644
index bb813ee94d9..00000000000
--- a/meta/recipes-support/mpfr/mpfr/0001-include-math.h-to-use-predefined-_Float128-definitio.patch
+++ /dev/null
@@ -1,356 +0,0 @@
-From c37c9d599b9aced92e182507bf223440bbc9a9f1 Mon Sep 17 00:00:00 2001
-From: Vincent Lefevre <vincent@vinc17.net>
-Date: Thu, 6 Mar 2025 01:34:28 +0100
-Subject: [PATCH] Portability: clean up support for binary128 (a.k.a.
- float128).
-
-This fixes a configure failure with Clang and glibc 2.41:
-  https://bugs.gentoo.org/949962
-  https://sourceware.org/bugzilla/show_bug.cgi?id=32750
-  https://sympa.inria.fr/sympa/arc/mpfr/2025-02/msg00025.html
-  https://sympa.inria.fr/sympa/arc/mpfr/2025-03/msg00001.html
-
-The issue is the following: in its configure script, GNU MPFR first
-tests whether _Float128 is supported (without header inclusions);
-if it isn't, MPFR then tests whether __float128 is supported, and
-in such a case, it defines _Float128 as __float128 with
-
-  AC_DEFINE([_Float128],[__float128],[__float128 fallback])
-
-As Clang supports __float128 but not _Float128 (at least on x86_64,
-up to version 19), this fallback is selected. But glibc 2.41 has a
-similar fallback, with a typedef:
-
-  typedef __float128 _Float128;
-
-With the MPFR _Float128 macro defined as __float128, as soon as some
-header such as <stdio.h> is included, this yields
-
-  typedef __float128 __float128;
-
-which is incorrect. This first occurs in the
-
-  AC_MSG_CHECKING(for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency)
-  [...]
-
-configure test (in configure.ac), hence the failure of this test and
-the configure script.
-
-As an attempt to avoid such an issue with header inclusion, a solution
-should be to include the common headers in every configure test.
-
-But since _Float128 is a reserved identifier, we must avoid defining
-it as a macro (a typedef would also be incorrect). This is done here,
-by defining a mpfr_float128 macro instead. In the public mpfr.h header
-file, if the user has defined MPFR_WANT_FLOAT128: mpfr_float128 will
-be defined as _Float128 by default (thus this will not change the API),
-but if _Float128 is not supported, the user should define mpfr_float128
-as __float128 (or an equivalent type that is supported).
-
-* acinclude.m4: changed _Float128 to mpfr_float128 in AC_DEFINE.
-* configure.ac: updated a comment about _Float128.
-* doc/README.dev: update about MPFR_WANT_FLOAT128 and _Float128.
-* doc/mpfr.texi: in "Nomenclature and Types", added a paragraph about
-  binary128 support and the mpfr_float128 macro; update concerning the
-  functions related to binary128 (in particular, in the prototypes,
-  changed _Float128 to mpfr_float128).
-* src/mpfr.h: under "#ifdef MPFR_WANT_FLOAT128", define mpfr_float128
-  as _Float128 if not defined yet; in the prototypes, changed
-  _Float128 to mpfr_float128.
-* src/get_float128.c, src/set_float128.c, tests/tset_float128.c:
-  changed _Float128 to mpfr_float128; updated comments.
-* tests/tversion.c: for "float128 = yes", also output the actual type.
-
-Upstream-Status: Backport [https://gitlab.inria.fr/mpfr/mpfr/-/commit/c37c9d599b9aced92e182507bf223440bbc9a9f1]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>                                             
----
- acinclude.m4          | 11 +++++++----
- configure.ac          |  2 +-
- doc/README.dev        | 11 ++---------
- doc/mpfr.texi         | 37 ++++++++++++++++++++++++++-----------
- src/get_float128.c    | 17 ++++++++++-------
- src/mpfr.h            | 10 ++++++++--
- src/set_float128.c    | 15 +++++++++------
- tests/tset_float128.c |  8 ++++----
- tests/tversion.c      |  8 +++++++-
- 9 files changed, 74 insertions(+), 45 deletions(-)
-
---- a/acinclude.m4
-+++ b/acinclude.m4
-@@ -781,8 +781,11 @@ fi
- # End of decimal float checks
- 
- dnl Check if _Float128 or __float128 is available. We also require the
--dnl compiler to support hex constants with the f128 or q suffix (this
--dnl prevents the _Float128 support with GCC's -std=c90, but who cares?).
-+dnl compiler to support hex constants with the f128 or q suffix respectively.
-+dnl If _Float128 is supported, then the mpfr_float128 macro should be
-+dnl defined as this type. We do not define it here because this will be
-+dnl done in mpfr.h, and not defining it here is the only way to ensure
-+dnl that under "make check", mpfr.h really defines it.
- dnl Note: We use AC_LINK_IFELSE instead of AC_COMPILE_IFELSE since an
- dnl error may occur only at link time, such as under NetBSD:
- dnl   https://mail-index.netbsd.org/pkgsrc-users/2018/02/02/msg026220.html
-@@ -809,8 +812,8 @@ return x == 0;
- ]])],
-           [AC_MSG_RESULT(yes)
-            AC_DEFINE([MPFR_WANT_FLOAT128],2,
--                     [Build float128 functions with float128 fallback])
--           AC_DEFINE([_Float128],[__float128],[__float128 fallback])],
-+                     [Build float128 functions with __float128 fallback])
-+           AC_DEFINE([mpfr_float128],[__float128],[__float128 fallback])],
-           [AC_MSG_RESULT(no)
-            if test "$enable_float128" = yes; then
-               AC_MSG_ERROR(
---- a/configure.ac
-+++ b/configure.ac
-@@ -277,7 +277,7 @@ AC_ARG_ENABLE(decimal-float,
- 
- dnl Warning! Not to be confused with _Decimal128. Thus it is better
- dnl to say binary128 in the description. It can correspond to either
--dnl _Float128 (ISO/IEC TS 18661) or __float128 (old type name).
-+dnl _Float128 (ISO C23) or __float128 (old type name).
- AC_ARG_ENABLE(float128,
-    [  --disable-float128      explicitly disable binary128 support
-   --enable-float128       build conversion functions from/to binary128
---- a/doc/README.dev
-+++ b/doc/README.dev
-@@ -836,13 +836,6 @@ does not conform to the C standard by de
- 
-    =====================================================================
- 
--In MPFR, _Float128 may be defined as __float128 if the latter is provided
--by the compiler, but not the former. In such a case, do not assume that
--_Float128 and long double are necessarily different types (as required by
--the WG14 N2579 draft "IEC 60559 interchange and extended types").
--
--   =====================================================================
--
- For string suffix selection, do not write expressions of the form
- string + integer, such as
- 
---- a/doc/mpfr.texi
-+++ b/doc/mpfr.texi
-@@ -833,6 +833,26 @@ MPFR has a global (or per-thread) flag f
- provides operations on flags (@ref{Exceptions}). This C data type is used
- to represent a group of flags (or a mask).
- 
-+@cindex binary128
-+@cindex float128
-+@tindex @code{_Float128}
-+@tindex @code{__float128}
-+@tindex @code{mpfr_float128}
-+MPFR can be built with binary128 support (a.k.a.@: float128) for some
-+conversion functions if the @samp{_Float128} type (from ISO C23) or
-+the @samp{__float128} type (a common extension) is available. This is
-+automatically detected, but the @samp{--enable-float128} configure option
-+can also be used to ensure this support.  For this support, MPFR uses a
-+@code{mpfr_float128} macro, which needs to be defined as a supported type
-+for the binary128 format, typically @samp{_Float128} or @samp{__float128},
-+depending on the compiler and the system used to compile the user code.
-+Before including @file{mpfr.h}, the user needs to do the following (in
-+any order): define the @code{MPFR_WANT_FLOAT128} macro and define the
-+@code{mpfr_float128} macro as the actual float128 type; @file{mpfr.h} will
-+define @code{mpfr_float128} as @samp{_Float128} by default, but mainly for
-+compatibility with software written for MPFR@tie{}4.1.x and 4.2.0, where
-+the prototypes used @samp{_Float128}.
-+
- @node MPFR Variable Conventions, Rounding, Nomenclature and Types, MPFR Basics
- @comment  node-name,  next,  previous,  up
- @section MPFR Variable Conventions
-@@ -3646,9 +3666,9 @@ return zero otherwise.
- @end deftypefun
- 
- @deftypefun int mpfr_buildopt_float128_p (void)
--Return a non-zero value if MPFR was compiled with @samp{_Float128} support
--(that is, MPFR was built with the @samp{--enable-float128} configure option),
--return zero otherwise.
-+Return a non-zero value if MPFR was compiled with binary128 support
-+(a.k.a.@: float128), return zero otherwise. @xref{Nomenclature and Types}
-+for additional information.
- @end deftypefun
- 
- @deftypefun int mpfr_buildopt_decimal_p (void)
---- a/src/get_float128.c
-+++ b/src/get_float128.c
-@@ -1,5 +1,5 @@
- /* mpfr_get_float128 -- convert a multiple precision floating-point
--                        number to a _Float128 number
-+                        number to a binary128 (a.k.a. float128) number
- 
- Copyright 2012-2023 Free Software Foundation, Inc.
- Contributed by the AriC and Caramba projects, INRIA.
-@@ -25,17 +25,20 @@ https://www.gnu.org/licenses/ or write t
- 
- #ifdef MPFR_WANT_FLOAT128
- 
-+/* Note: mpfr_get_float128 is a macro defined as the actual binary128 type:
-+   either _Float128 or __float128. */
-+
- /* generic code */
--_Float128
-+mpfr_float128
- mpfr_get_float128 (mpfr_srcptr x, mpfr_rnd_t rnd_mode)
- {
- 
-   if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (x)))
--    return (_Float128) mpfr_get_d (x, rnd_mode);
-+    return (mpfr_float128) mpfr_get_d (x, rnd_mode);
-   else /* now x is a normal non-zero number */
-     {
--      _Float128 r; /* result */
--      _Float128 m;
-+      mpfr_float128 r; /* result */
-+      mpfr_float128 m;
-       mpfr_exp_t e;  /* exponent of x (before rounding) */
-       mpfr_exp_t sh; /* exponent shift, so that x/2^sh is in the double range */
-       const int emin = -16381;
-@@ -62,7 +65,7 @@ mpfr_get_float128 (mpfr_srcptr x, mpfr_r
- 
-           MPFR_SAVE_EXPO_MARK (expo);
- 
--          /* First round x to the target _Float128 precision, taking the
-+          /* First round x to the target binary128 precision, taking the
-              reduced precision of the subnormals into account, so that all
-              subsequent operations are exact (this avoids double rounding
-              problems). */
-@@ -83,7 +86,7 @@ mpfr_get_float128 (mpfr_srcptr x, mpfr_r
-                  always work if GMP_NUMB_BITS > IEEE_FLOAT128_MANT_DIG.
-                  MPFR_LIMB_HIGHBIT has the advantage to fit on 1 bit. */
-               r += yp[i];
--              r *= 1 / (2 * (_Float128) MPFR_LIMB_HIGHBIT);
-+              r *= 1 / (2 * (mpfr_float128) MPFR_LIMB_HIGHBIT);
-             }
- 
-           mpfr_clear (y);
---- a/src/mpfr.h
-+++ b/src/mpfr.h
-@@ -476,8 +476,14 @@ __MPFR_DECLSPEC int mpfr_set_decimal128
- #endif
- __MPFR_DECLSPEC int mpfr_set_ld (mpfr_ptr, long double, mpfr_rnd_t);
- #ifdef MPFR_WANT_FLOAT128
--__MPFR_DECLSPEC int mpfr_set_float128 (mpfr_ptr, _Float128, mpfr_rnd_t);
--__MPFR_DECLSPEC _Float128 mpfr_get_float128 (mpfr_srcptr, mpfr_rnd_t);
-+/* The user is free to define mpfr_float128 as another equivalent type,
-+   such as __float128 if this one is supported by the current compiler
-+   but _Float128 isn't. */
-+# ifndef mpfr_float128
-+#  define mpfr_float128 _Float128
-+# endif
-+__MPFR_DECLSPEC int mpfr_set_float128 (mpfr_ptr, mpfr_float128, mpfr_rnd_t);
-+__MPFR_DECLSPEC mpfr_float128 mpfr_get_float128 (mpfr_srcptr, mpfr_rnd_t);
- #endif
- __MPFR_DECLSPEC int mpfr_set_z (mpfr_ptr, mpz_srcptr, mpfr_rnd_t);
- __MPFR_DECLSPEC int mpfr_set_z_2exp (mpfr_ptr, mpz_srcptr, mpfr_exp_t,
---- a/src/set_float128.c
-+++ b/src/set_float128.c
-@@ -1,4 +1,4 @@
--/* mpfr_set_float128 -- convert a machine _Float128 number to
-+/* mpfr_set_float128 -- convert a binary128 (a.k.a. float128) number to
-                         a multiple precision floating-point number
- 
- Copyright 2012-2023 Free Software Foundation, Inc.
-@@ -26,8 +26,11 @@ https://www.gnu.org/licenses/ or write t
- 
- #ifdef MPFR_WANT_FLOAT128
- 
-+/* Note: mpfr_get_float128 is a macro defined as the actual binary128 type:
-+   either _Float128 or __float128. */
-+
- #if MPFR_WANT_FLOAT128 == 1
--/* _Float128 type from ISO/IEC TS 18661 */
-+/* _Float128 type from ISO C23 */
- # define MPFR_FLOAT128_MAX 0x1.ffffffffffffffffffffffffffffp+16383f128
- #elif MPFR_WANT_FLOAT128 == 2
- /* __float128 type (GNU C extension) */
-@@ -37,12 +40,12 @@ https://www.gnu.org/licenses/ or write t
- #endif
- 
- int
--mpfr_set_float128 (mpfr_ptr r, _Float128 d, mpfr_rnd_t rnd_mode)
-+mpfr_set_float128 (mpfr_ptr r, mpfr_float128 d, mpfr_rnd_t rnd_mode)
- {
-   mpfr_t t;
-   mp_limb_t *tp;
-   int inexact, shift_exp, neg, e, i;
--  _Float128 p[14], q[14];
-+  mpfr_float128 p[14], q[14];
-   MPFR_SAVE_EXPO_DECL (expo);
- 
-   /* Check for NaN */
-@@ -66,7 +69,7 @@ mpfr_set_float128 (mpfr_ptr r, _Float128
-       return 0;
-     }
-   /* Check for ZERO */
--  else if (MPFR_UNLIKELY (d == (_Float128) 0.0))
-+  else if (MPFR_UNLIKELY (d == (mpfr_float128) 0.0))
-     return mpfr_set_d (r, (double) d, rnd_mode);
- 
-   shift_exp = 0; /* invariant: remainder to deal with is d*2^shift_exp */
-@@ -129,7 +132,7 @@ mpfr_set_float128 (mpfr_ptr r, _Float128
- 
-   for (i = MPFR_LAST_LIMB (t); i >= 0; i--)
-     {
--      d *= 2 * (_Float128) MPFR_LIMB_HIGHBIT;
-+      d *= 2 * (mpfr_float128) MPFR_LIMB_HIGHBIT;
-       tp[i] = (mp_limb_t) d;
-       d -= tp[i];
-     }
---- a/tests/tset_float128.c
-+++ b/tests/tset_float128.c
-@@ -33,7 +33,7 @@ https://www.gnu.org/licenses/ or write t
- static void
- check_special (void)
- {
--  _Float128 f;
-+  mpfr_float128 f;
-   mpfr_t x;
- 
-   mpfr_init2 (x, 113);
-@@ -162,7 +162,7 @@ static void
- check_large (void)
- {
-   mpfr_exp_t emin, emax;
--  _Float128 f, e;
-+  mpfr_float128 f, e;
-   int i;
-   mpfr_t x, y;
-   int r;
-@@ -177,7 +177,7 @@ check_large (void)
-   /* check with the largest float128 number 2^16384*(1-2^(-113)) */
-   for (f = 1.0, i = 0; i < 113; i++)
-     f = f + f;
--  f = f - (_Float128) 1.0;
-+  f = f - (mpfr_float128) 1.0;
-   mpfr_set_ui (y, 1, MPFR_RNDN);
-   mpfr_mul_2ui (y, y, 113, MPFR_RNDN);
-   mpfr_sub_ui (y, y, 1, MPFR_RNDN);
-@@ -258,7 +258,7 @@ check_small (void)
- {
-   int t[5] = { 1, 2, 17, 111, 112 };
-   mpfr_exp_t emin;
--  _Float128 e, f;
-+  mpfr_float128 e, f;
-   int i, j, neg, inex, r;
-   mpfr_t w, x, y, z;
- 
---- a/tests/tversion.c
-+++ b/tests/tversion.c
-@@ -309,10 +309,16 @@ main (void)
-       err = 1;
-     }
- 
-+#ifdef MPFR_WANT_FLOAT128
-+# define MPFR_F128 "yes (" MAKE_STR(mpfr_float128) ")"
-+#else
-+# define MPFR_F128 "no"
-+#endif
-+
-   (printf) ("[tversion] TLS = %s, float128 = %s, decimal = %s,"
-             " GMP internals = %s\n",
-             mpfr_buildopt_tls_p () ? "yes" : "no",
--            mpfr_buildopt_float128_p () ? "yes" : "no",
-+            MPFR_F128,
-             mpfr_buildopt_decimal_p () ? "yes"
- #if defined(DECIMAL_BID_FORMAT)
-             " (BID)"
diff --git a/meta/recipes-support/mpfr/mpfr_4.2.1.bb b/meta/recipes-support/mpfr/mpfr_4.2.2.bb
similarity index 85%
rename from meta/recipes-support/mpfr/mpfr_4.2.1.bb
rename to meta/recipes-support/mpfr/mpfr_4.2.2.bb
index 423ac46783c..88cef0cfe1e 100644
--- a/meta/recipes-support/mpfr/mpfr_4.2.1.bb
+++ b/meta/recipes-support/mpfr/mpfr_4.2.2.bb
@@ -14,8 +14,7 @@ CVE_PRODUCT = "gnu_mpfr"
 DEPENDS = "gmp autoconf-archive-native"
 
 SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"
-SRC_URI += "file://0001-include-math.h-to-use-predefined-_Float128-definitio.patch"
-SRC_URI[sha256sum] = "277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2"
+SRC_URI[sha256sum] = "b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01"
 
 UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 25/48] ofono: upgrade 2.15 -> 2.16
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (22 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 24/48] mpfr: upgrade 4.2.1 -> 4.2.2 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 26/48] pango: upgrade 1.56.2 -> 1.56.3 Richard Purdie
                   ` (22 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../recipes-connectivity/ofono/{ofono_2.15.bb => ofono_2.16.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/ofono/{ofono_2.15.bb => ofono_2.16.bb} (95%)

diff --git a/meta/recipes-connectivity/ofono/ofono_2.15.bb b/meta/recipes-connectivity/ofono/ofono_2.16.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_2.15.bb
rename to meta/recipes-connectivity/ofono/ofono_2.16.bb
index bb4133eeda4..ea3120974c1 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.15.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.16.bb
@@ -10,7 +10,7 @@ DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
 SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
            file://ofono \
            "
-SRC_URI[sha256sum] = "1af93ab72a70502452fe3d0297a6eaea13750cacae1fff3b643dd2245a6408ca"
+SRC_URI[sha256sum] = "6fa2e168e74e1d1879008806537eff2f0b3c86eb5412fbc093f4236e2a15c9ef"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 26/48] pango: upgrade 1.56.2 -> 1.56.3
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (23 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 25/48] ofono: upgrade 2.15 -> 2.16 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 27/48] piglit: upgrade to latest revision Richard Purdie
                   ` (21 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../recipes-graphics/pango/{pango_1.56.2.bb => pango_1.56.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/pango/{pango_1.56.2.bb => pango_1.56.3.bb} (94%)

diff --git a/meta/recipes-graphics/pango/pango_1.56.2.bb b/meta/recipes-graphics/pango/pango_1.56.3.bb
similarity index 94%
rename from meta/recipes-graphics/pango/pango_1.56.2.bb
rename to meta/recipes-graphics/pango/pango_1.56.3.bb
index 36f3deb48ff..479327dfdef 100644
--- a/meta/recipes-graphics/pango/pango_1.56.2.bb
+++ b/meta/recipes-graphics/pango/pango_1.56.3.bb
@@ -18,7 +18,7 @@ UPSTREAM_CHECK_REGEX = "pango-(?P<pver>\d+\.(?!9\d+)\d+\.\d+)"
 GIR_MESON_ENABLE_FLAG = "enabled"
 GIR_MESON_DISABLE_FLAG = "disabled"
 
-SRC_URI[archive.sha256sum] = "03b7afd7ed730bef651155cbfb5320556b8ef92b0dc04abbb9784dcd4057afe7"
+SRC_URI[archive.sha256sum] = "2606252bc25cd8d24e1b7f7e92c3a272b37acd6734347b73b47a482834ba2491"
 
 DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz fribidi"
 DEPENDS += "${@' python3-docutils-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''}"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 27/48] piglit: upgrade to latest revision
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (24 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 26/48] pango: upgrade 1.56.2 -> 1.56.3 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 28/48] python3-beartype: upgrade 0.20.0 -> 0.20.2 Richard Purdie
                   ` (20 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch | 4 ++--
 .../0001-tests-Fix-narrowing-errors-seen-with-clang.patch     | 2 +-
 ...tests-egl-spec-make-egl_ext_surface_compression-cond.patch | 2 +-
 .../0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch | 2 +-
 ...tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch | 4 ++--
 meta/recipes-graphics/piglit/piglit_git.bb                    | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch b/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch
index fa9db07f3f5..6ce2348a712 100644
--- a/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch
+++ b/meta/recipes-graphics/piglit/piglit/0001-CMakeLists.txt-do-not-obtain-wayland-scanner-path-fr.patch
@@ -1,4 +1,4 @@
-From b76523100ad785c1fed41b881d7aecda1b8ce66f Mon Sep 17 00:00:00 2001
+From 9ffd24add3263e24975318e693309881eadd99a2 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Fri, 23 Aug 2024 15:29:45 +0200
 Subject: [PATCH] CMakeLists.txt: do not obtain wayland-scanner path from
@@ -17,7 +17,7 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
  1 file changed, 1 insertion(+), 5 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 73750f67e..8018a1bb7 100644
+index 99ae07a4a..d5ee9cc22 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -211,11 +211,7 @@ if(PIGLIT_USE_WAYLAND)
diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch
index 8b51790e2a9..9751b206730 100644
--- a/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch
+++ b/meta/recipes-graphics/piglit/piglit/0001-tests-Fix-narrowing-errors-seen-with-clang.patch
@@ -1,4 +1,4 @@
-From e7cd5ff25b40b807664bdcaf4f865ec769bbc52c Mon Sep 17 00:00:00 2001
+From 0ba2f908f2a2a897e8e06e34f99893d11ee4734c Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Wed, 3 May 2023 21:59:43 -0700
 Subject: [PATCH] tests: Fix narrowing errors seen with clang
diff --git a/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch b/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch
index 9c2fe0adb2a..c6c072c7e0f 100644
--- a/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch
+++ b/meta/recipes-graphics/piglit/piglit/0001-tests-egl-spec-make-egl_ext_surface_compression-cond.patch
@@ -1,4 +1,4 @@
-From a7b699b2647b950b5558a0d51626e44455d2a229 Mon Sep 17 00:00:00 2001
+From d6ed4c477f22309c09accd4fee68486d7714f205 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Fri, 22 Nov 2024 22:52:31 +0100
 Subject: [PATCH] tests/egl/spec: make egl_ext_surface_compression conditional
diff --git a/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch
index a196921aa43..6cb561c3f27 100644
--- a/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch
+++ b/meta/recipes-graphics/piglit/piglit/0002-cmake-use-proper-WAYLAND_INCLUDE_DIRS-variable.patch
@@ -1,4 +1,4 @@
-From a28c1dcdaa74b014ad33a7c04ad3b906cee2770e Mon Sep 17 00:00:00 2001
+From deb0c15890fb9d0f4fc7074dde2a51c89cb5bf6d Mon Sep 17 00:00:00 2001
 From: Pascal Bach <pascal.bach@siemens.com>
 Date: Thu, 4 Oct 2018 14:43:17 +0200
 Subject: [PATCH] cmake: use proper WAYLAND_INCLUDE_DIRS variable
diff --git a/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch
index 1a5d7f7006a..7706d88086c 100644
--- a/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch
+++ b/meta/recipes-graphics/piglit/piglit/0003-tests-util-piglit-shader.c-do-not-hardcode-build-pat.patch
@@ -1,4 +1,4 @@
-From 30eb460534dbcd6c7cd23bbe733c8ed6bdd82773 Mon Sep 17 00:00:00 2001
+From 66d1d86ff8be33df265d0dda717be385fe8637cd Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Tue, 10 Nov 2020 17:13:50 +0000
 Subject: [PATCH] tests/util/piglit-shader.c: do not hardcode build path into
@@ -13,7 +13,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tests/util/piglit-shader.c b/tests/util/piglit-shader.c
-index 1787eb180..9e74704b1 100644
+index b03221053..a01568c81 100644
 --- a/tests/util/piglit-shader.c
 +++ b/tests/util/piglit-shader.c
 @@ -73,7 +73,7 @@ piglit_compile_shader(GLenum target, const char *filename)
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index ef3241c7a27..e30efdf33bd 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -15,7 +15,7 @@ SRC_URI = "git://gitlab.freedesktop.org/mesa/piglit.git;protocol=https;branch=ma
            "
 UPSTREAM_CHECK_COMMITS = "1"
 
-SRCREV = "fc8179d319046f45346bcbcc5aaeabebdf151f03"
+SRCREV = "05f02cb2ff1787892cba38c3b609f892419bae87"
 # (when PV goes above 1.0 remove the trailing r)
 PV = "1.0+gitr"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 28/48] python3-beartype: upgrade 0.20.0 -> 0.20.2
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (25 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 27/48] piglit: upgrade to latest revision Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 29/48] python3-calver: upgrade 2022.6.26 -> 2025.04.01 Richard Purdie
                   ` (19 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{python3-beartype_0.20.0.bb => python3-beartype_0.20.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-beartype_0.20.0.bb => python3-beartype_0.20.2.bb} (78%)

diff --git a/meta/recipes-devtools/python/python3-beartype_0.20.0.bb b/meta/recipes-devtools/python/python3-beartype_0.20.2.bb
similarity index 78%
rename from meta/recipes-devtools/python/python3-beartype_0.20.0.bb
rename to meta/recipes-devtools/python/python3-beartype_0.20.2.bb
index c047ed2026a..9941b28fd82 100644
--- a/meta/recipes-devtools/python/python3-beartype_0.20.0.bb
+++ b/meta/recipes-devtools/python/python3-beartype_0.20.2.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://beartype.readthedocs.io"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3a5bc05a109d235912da97a053cd7a58"
 
-SRC_URI[sha256sum] = "599ecc86b88549bcb6d1af626f44d85ffbb9151ace5d7f9f3b493dce2ffee529"
+SRC_URI[sha256sum] = "38c60c065ad99364a8c767e8a0e71ba8263d467b91414ed5dcffb7758a2e8079"
 
 inherit pypi python_hatchling
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 29/48] python3-calver: upgrade 2022.6.26 -> 2025.04.01
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (26 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 28/48] python3-beartype: upgrade 0.20.0 -> 0.20.2 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:09 ` [PATCH 30/48] python3-numpy: upgrade 2.2.3 -> 2.2.4 Richard Purdie
                   ` (18 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python3-calver/0001-setup.py-hard-code-version.patch | 9 +++------
 ...-calver_2022.6.26.bb => python3-calver_2025.04.01.bb} | 4 ++--
 2 files changed, 5 insertions(+), 8 deletions(-)
 rename meta/recipes-devtools/python/{python3-calver_2022.6.26.bb => python3-calver_2025.04.01.bb} (77%)

diff --git a/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch b/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch
index 43f8a78ef03..2f6627c339f 100644
--- a/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch
+++ b/meta/recipes-devtools/python/python3-calver/0001-setup.py-hard-code-version.patch
@@ -1,10 +1,10 @@
-From 390a233ed969f82b2ef209b23bfb523e785603f9 Mon Sep 17 00:00:00 2001
+From 4330fe9874ce72026860f96f35faf796e7ea8384 Mon Sep 17 00:00:00 2001
 From: Trevor Gamblin <tgamblin@baylibre.com>
 Date: Tue, 9 May 2023 10:19:41 -0400
 Subject: [PATCH] setup.py: hard-code version
 
 setup.py is pulling the build version from the current date rather than
-a release tag or other predictable method, causing reproducibility 
+a release tag or other predictable method, causing reproducibility
 issues in builds. Patch this to make reproducible builds work while
 discussing this with upstream maintainer (or developing a patch that can
 make calver rely on a more standard pyproject.toml solution).
@@ -17,7 +17,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/setup.py b/setup.py
-index 73f6b10..2e27cf1 100644
+index cff2eaf..79c883d 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -42,5 +42,5 @@ setup(
@@ -27,6 +27,3 @@ index 73f6b10..2e27cf1 100644
 -    version=calver_version(True),
 +    version=calver_version("2022.6.26"),
  )
--- 
-2.40.0
-
diff --git a/meta/recipes-devtools/python/python3-calver_2022.6.26.bb b/meta/recipes-devtools/python/python3-calver_2025.04.01.bb
similarity index 77%
rename from meta/recipes-devtools/python/python3-calver_2022.6.26.bb
rename to meta/recipes-devtools/python/python3-calver_2025.04.01.bb
index b2e7e0769df..39081812c59 100644
--- a/meta/recipes-devtools/python/python3-calver_2022.6.26.bb
+++ b/meta/recipes-devtools/python/python3-calver_2025.04.01.bb
@@ -4,10 +4,10 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = " \
-    git://github.com/di/calver;branch=master;protocol=https \
+    git://github.com/di/calver;branch=master;protocol=https;tag=${PV} \
     file://0001-setup.py-hard-code-version.patch \
 "
-SRCREV = "3268d8acf2c345f32a1c5f08ba25dc67f76cca81"
+SRCREV = "5b62e5127f9ad5bb56bd09ccd8c44283a23ddb60"
 
 inherit python_setuptools_build_meta ptest-python-pytest
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 30/48] python3-numpy: upgrade 2.2.3 -> 2.2.4
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (27 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 29/48] python3-calver: upgrade 2022.6.26 -> 2025.04.01 Richard Purdie
@ 2025-04-02  7:09 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 31/48] python3-poetry-core: upgrade 2.1.1 -> 2.1.2 Richard Purdie
                   ` (17 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:09 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...1-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 2 +-
 .../python/python3-numpy/fix_reproducibility.patch              | 2 +-
 .../python/{python3-numpy_2.2.3.bb => python3-numpy_2.2.4.bb}   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/python/{python3-numpy_2.2.3.bb => python3-numpy_2.2.4.bb} (96%)

diff --git a/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch b/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch
index 437bafb54f5..3e08b43587a 100644
--- a/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch
+++ b/meta/recipes-devtools/python/python3-numpy/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch
@@ -1,4 +1,4 @@
-From ad6c0196e4c97ca37368610c010e46c90a4749b4 Mon Sep 17 00:00:00 2001
+From b036c984b019d941ead2efd5a05d1588c4bc193a Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Thu, 10 Dec 2015 13:20:30 +0200
 Subject: [PATCH] Don't search /usr and so on for libraries by default to
diff --git a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
index 514073d94e4..8b39b7bcfe2 100644
--- a/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
+++ b/meta/recipes-devtools/python/python3-numpy/fix_reproducibility.patch
@@ -1,4 +1,4 @@
-From 061a8ae1d1d000892d6dba89a444922e7a28804b Mon Sep 17 00:00:00 2001
+From 45d76002bc989a9098141f2bfcd2d2fabc5a04d5 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Fri, 29 Sep 2023 22:53:24 +0100
 Subject: [PATCH] This regex decides whether to use O3 opimisation on numpy or
diff --git a/meta/recipes-devtools/python/python3-numpy_2.2.3.bb b/meta/recipes-devtools/python/python3-numpy_2.2.4.bb
similarity index 96%
rename from meta/recipes-devtools/python/python3-numpy_2.2.3.bb
rename to meta/recipes-devtools/python/python3-numpy_2.2.4.bb
index db9a99946ca..a2ee2b48d46 100644
--- a/meta/recipes-devtools/python/python3-numpy_2.2.3.bb
+++ b/meta/recipes-devtools/python/python3-numpy_2.2.4.bb
@@ -12,7 +12,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${SRCNAME}-${PV}.tar.gz \
            file://fix_reproducibility.patch \
            file://run-ptest \
            "
-SRC_URI[sha256sum] = "dbdc15f0c81611925f382dfa97b3bd0bc2c1ce19d4fe50482cb0ddc12ba30020"
+SRC_URI[sha256sum] = "9ba03692a45d3eef66559efe1d1096c4b9b75c0986b5dff5530c378fb8331d4f"
 
 GITHUB_BASE_URI = "https://github.com/numpy/numpy/releases"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 31/48] python3-poetry-core: upgrade 2.1.1 -> 2.1.2
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (28 preceding siblings ...)
  2025-04-02  7:09 ` [PATCH 30/48] python3-numpy: upgrade 2.2.3 -> 2.2.4 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 32/48] python3-pygobject: upgrade 3.52.2 -> 3.52.3 Richard Purdie
                   ` (16 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...ython3-poetry-core_2.1.1.bb => python3-poetry-core_2.1.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-poetry-core_2.1.1.bb => python3-poetry-core_2.1.2.bb} (94%)

diff --git a/meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb b/meta/recipes-devtools/python/python3-poetry-core_2.1.2.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb
rename to meta/recipes-devtools/python/python3-poetry-core_2.1.2.bb
index 1dd4337ae26..728b09cd7e6 100644
--- a/meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb
+++ b/meta/recipes-devtools/python/python3-poetry-core_2.1.2.bb
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "\
     file://src/poetry/core/_vendor/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
 "
 
-SRC_URI[sha256sum] = "c1a1f6f00e4254742f40988a8caf665549101cf9991122cd5de1198897768b1a"
+SRC_URI[sha256sum] = "f9dbbbd0ebf9755476a1d57f04b30e9aecf71ca9dc2fcd4b17aba92c0002aa04"
 
 inherit python_poetry_core pypi
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 32/48] python3-pygobject: upgrade 3.52.2 -> 3.52.3
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (29 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 31/48] python3-poetry-core: upgrade 2.1.1 -> 2.1.2 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 33/48] python3-pyparsing: upgrade 3.2.1 -> 3.2.3 Richard Purdie
                   ` (15 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...{python3-pygobject_3.52.2.bb => python3-pygobject_3.52.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pygobject_3.52.2.bb => python3-pygobject_3.52.3.bb} (94%)

diff --git a/meta/recipes-devtools/python/python3-pygobject_3.52.2.bb b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-pygobject_3.52.2.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.52.3.bb
index 08f7dc67b03..221de7783d2 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.52.2.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.52.3.bb
@@ -19,7 +19,7 @@ DEPENDS += "python3 glib-2.0"
 SRCNAME = "pygobject"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[sha256sum] = "869f42ee70dcf6de50bce267072e2c35cee7fcd2e32ea1af3a3a99a88901850a"
+SRC_URI[sha256sum] = "00e427d291e957462a8fad659a9f9c8be776ff82a8b76bdf402f1eaeec086d82"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 33/48] python3-pyparsing: upgrade 3.2.1 -> 3.2.3
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (30 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 32/48] python3-pygobject: upgrade 3.52.2 -> 3.52.3 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 34/48] python3-pytz: upgrade 2025.1 -> 2025.2 Richard Purdie
                   ` (14 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{python3-pyparsing_3.2.1.bb => python3-pyparsing_3.2.3.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pyparsing_3.2.1.bb => python3-pyparsing_3.2.3.bb} (90%)

diff --git a/meta/recipes-devtools/python/python3-pyparsing_3.2.1.bb b/meta/recipes-devtools/python/python3-pyparsing_3.2.3.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-pyparsing_3.2.1.bb
rename to meta/recipes-devtools/python/python3-pyparsing_3.2.3.bb
index ab4eba129a1..459b01fd947 100644
--- a/meta/recipes-devtools/python/python3-pyparsing_3.2.1.bb
+++ b/meta/recipes-devtools/python/python3-pyparsing_3.2.3.bb
@@ -10,7 +10,7 @@ BUGTRACKER = "https://github.com/pyparsing/pyparsing/issues"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
 
-SRC_URI[sha256sum] = "61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a"
+SRC_URI[sha256sum] = "b9c13f1ab8b3b542f72e28f634bad4de758ab3ce4546e4301970ad6fa77c38be"
 
 inherit pypi python_flit_core
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 34/48] python3-pytz: upgrade 2025.1 -> 2025.2
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (31 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 33/48] python3-pyparsing: upgrade 3.2.1 -> 3.2.3 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 35/48] python3-rdflib: upgrade 7.1.3 -> 7.1.4 Richard Purdie
                   ` (13 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python/{python3-pytz_2025.1.bb => python3-pytz_2025.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pytz_2025.1.bb => python3-pytz_2025.2.bb} (87%)

diff --git a/meta/recipes-devtools/python/python3-pytz_2025.1.bb b/meta/recipes-devtools/python/python3-pytz_2025.2.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-pytz_2025.1.bb
rename to meta/recipes-devtools/python/python3-pytz_2025.2.bb
index 6d1861fbd56..86bfceadc8e 100644
--- a/meta/recipes-devtools/python/python3-pytz_2025.1.bb
+++ b/meta/recipes-devtools/python/python3-pytz_2025.2.bb
@@ -7,7 +7,7 @@ inherit pypi setuptools3 ptest-python-pytest
 
 PTEST_PYTEST_DIR = "pytz/tests"
 
-SRC_URI[sha256sum] = "c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"
+SRC_URI[sha256sum] = "360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"
 
 RDEPENDS:${PN}:class-target += "\
     python3-datetime \


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 35/48] python3-rdflib: upgrade 7.1.3 -> 7.1.4
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (32 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 34/48] python3-pytz: upgrade 2025.1 -> 2025.2 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 36/48] python3-rpds-py: upgrade 0.22.3 -> 0.24.0 Richard Purdie
                   ` (12 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python/{python3-rdflib_7.1.3.bb => python3-rdflib_7.1.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-rdflib_7.1.3.bb => python3-rdflib_7.1.4.bb} (84%)

diff --git a/meta/recipes-devtools/python/python3-rdflib_7.1.3.bb b/meta/recipes-devtools/python/python3-rdflib_7.1.4.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-rdflib_7.1.3.bb
rename to meta/recipes-devtools/python/python3-rdflib_7.1.4.bb
index 50be6695a13..01841cda4f6 100644
--- a/meta/recipes-devtools/python/python3-rdflib_7.1.3.bb
+++ b/meta/recipes-devtools/python/python3-rdflib_7.1.4.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7006e973486c4700556f6d58cba0ab6c"
 
-SRC_URI[sha256sum] = "f3dcb4c106a8cd9e060d92f43d593d09ebc3d07adc244f4c7315856a12e383ee"
+SRC_URI[sha256sum] = "fed46e24f26a788e2ab8e445f7077f00edcf95abb73bcef4b86cefa8b62dd174"
 
 inherit pypi python_poetry_core
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 36/48] python3-rpds-py: upgrade 0.22.3 -> 0.24.0
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (33 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 35/48] python3-rdflib: upgrade 7.1.3 -> 7.1.4 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 37/48] python3-scons: upgrade 4.9.0 -> 4.9.1 Richard Purdie
                   ` (11 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python/python3-rpds-py-crates.inc         | 28 +++++++++----------
 ...py_0.22.3.bb => python3-rpds-py_0.24.0.bb} |  2 +-
 2 files changed, 15 insertions(+), 15 deletions(-)
 rename meta/recipes-devtools/python/{python3-rpds-py_0.22.3.bb => python3-rpds-py_0.24.0.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-rpds-py-crates.inc b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
index 7022cbdcc88..df58e20862d 100644
--- a/meta/recipes-devtools/python/python3-rpds-py-crates.inc
+++ b/meta/recipes-devtools/python/python3-rpds-py-crates.inc
@@ -13,16 +13,16 @@ SRC_URI += " \
     crate://crates.io/once_cell/1.19.0 \
     crate://crates.io/portable-atomic/1.6.0 \
     crate://crates.io/proc-macro2/1.0.86 \
-    crate://crates.io/pyo3/0.23.3 \
-    crate://crates.io/pyo3-build-config/0.23.3 \
-    crate://crates.io/pyo3-ffi/0.23.3 \
-    crate://crates.io/pyo3-macros/0.23.3 \
-    crate://crates.io/pyo3-macros-backend/0.23.3 \
-    crate://crates.io/python3-dll-a/0.2.11 \
+    crate://crates.io/pyo3/0.24.0 \
+    crate://crates.io/pyo3-build-config/0.24.0 \
+    crate://crates.io/pyo3-ffi/0.24.0 \
+    crate://crates.io/pyo3-macros/0.24.0 \
+    crate://crates.io/pyo3-macros-backend/0.24.0 \
+    crate://crates.io/python3-dll-a/0.2.12 \
     crate://crates.io/quote/1.0.36 \
     crate://crates.io/rpds/1.1.0 \
     crate://crates.io/syn/2.0.69 \
-    crate://crates.io/target-lexicon/0.12.14 \
+    crate://crates.io/target-lexicon/0.13.2 \
     crate://crates.io/triomphe/0.1.13 \
     crate://crates.io/unicode-ident/1.0.12 \
     crate://crates.io/unindent/0.2.3 \
@@ -39,16 +39,16 @@ SRC_URI[memoffset-0.9.1.sha256sum] = "488016bfae457b036d996092f6cb448677611ce444
 SRC_URI[once_cell-1.19.0.sha256sum] = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
 SRC_URI[portable-atomic-1.6.0.sha256sum] = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
 SRC_URI[proc-macro2-1.0.86.sha256sum] = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
-SRC_URI[pyo3-0.23.3.sha256sum] = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15"
-SRC_URI[pyo3-build-config-0.23.3.sha256sum] = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b"
-SRC_URI[pyo3-ffi-0.23.3.sha256sum] = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d"
-SRC_URI[pyo3-macros-0.23.3.sha256sum] = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257"
-SRC_URI[pyo3-macros-backend-0.23.3.sha256sum] = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d"
-SRC_URI[python3-dll-a-0.2.11.sha256sum] = "9b9e268ee1be609e93a13eb06839f68f67e5fe0fb4049834d261c2d5091c1b6d"
+SRC_URI[pyo3-0.24.0.sha256sum] = "7f1c6c3591120564d64db2261bec5f910ae454f01def849b9c22835a84695e86"
+SRC_URI[pyo3-build-config-0.24.0.sha256sum] = "e9b6c2b34cf71427ea37c7001aefbaeb85886a074795e35f161f5aecc7620a7a"
+SRC_URI[pyo3-ffi-0.24.0.sha256sum] = "5507651906a46432cdda02cd02dd0319f6064f1374c9147c45b978621d2c3a9c"
+SRC_URI[pyo3-macros-0.24.0.sha256sum] = "b0d394b5b4fd8d97d48336bb0dd2aebabad39f1d294edd6bcd2cccf2eefe6f42"
+SRC_URI[pyo3-macros-backend-0.24.0.sha256sum] = "fd72da09cfa943b1080f621f024d2ef7e2773df7badd51aa30a2be1f8caa7c8e"
+SRC_URI[python3-dll-a-0.2.12.sha256sum] = "9b66f9171950e674e64bad3456e11bb3cca108e5c34844383cfe277f45c8a7a8"
 SRC_URI[quote-1.0.36.sha256sum] = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
 SRC_URI[rpds-1.1.0.sha256sum] = "a0e15515d3ce3313324d842629ea4905c25a13f81953eadb88f85516f59290a4"
 SRC_URI[syn-2.0.69.sha256sum] = "201fcda3845c23e8212cd466bfebf0bd20694490fc0356ae8e428e0824a915a6"
-SRC_URI[target-lexicon-0.12.14.sha256sum] = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
+SRC_URI[target-lexicon-0.13.2.sha256sum] = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
 SRC_URI[triomphe-0.1.13.sha256sum] = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
 SRC_URI[unicode-ident-1.0.12.sha256sum] = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
 SRC_URI[unindent-0.2.3.sha256sum] = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
diff --git a/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb b/meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb
rename to meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb
index 8eeb954c899..730688876a4 100644
--- a/meta/recipes-devtools/python/python3-rpds-py_0.22.3.bb
+++ b/meta/recipes-devtools/python/python3-rpds-py_0.24.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/rpds-py/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7767fa537c4596c54141f32882c4a984"
 
-SRC_URI[sha256sum] = "e32fee8ab45d3c2db6da19a5323bc3362237c8b653c70194414b892fd06a080d"
+SRC_URI[sha256sum] = "772cc1b2cd963e7e17e6cc55fe0371fb9c704d63e44cacec7b9b7f523b78919e"
 
 require ${BPN}-crates.inc
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 37/48] python3-scons: upgrade 4.9.0 -> 4.9.1
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (34 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 36/48] python3-rpds-py: upgrade 0.22.3 -> 0.24.0 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 38/48] python3-setuptools-scm: upgrade 8.2.0 -> 8.2.1 Richard Purdie
                   ` (10 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../python/{python3-scons_4.9.0.bb => python3-scons_4.9.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-scons_4.9.0.bb => python3-scons_4.9.1.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-scons_4.9.0.bb b/meta/recipes-devtools/python/python3-scons_4.9.1.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-scons_4.9.0.bb
rename to meta/recipes-devtools/python/python3-scons_4.9.1.bb
index 2163d4b1a34..c8496679707 100644
--- a/meta/recipes-devtools/python/python3-scons_4.9.0.bb
+++ b/meta/recipes-devtools/python/python3-scons_4.9.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d903b0b8027f461402bac9b5169b36f7"
 
-SRC_URI[sha256sum] = "f1a5e161bf3d1411d780d65d7919654b9405555994621d3d68e42d62114b592a"
+SRC_URI[sha256sum] = "bacac880ba2e86d6a156c116e2f8f2bfa82b257046f3ac2666c85c53c615c338"
 
 inherit pypi python_setuptools_build_meta
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 38/48] python3-setuptools-scm: upgrade 8.2.0 -> 8.2.1
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (35 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 37/48] python3-scons: upgrade 4.9.0 -> 4.9.1 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 39/48] python3-setuptools: upgrade 76.0.0 -> 78.1.0 Richard Purdie
                   ` (9 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...-setuptools-scm_8.2.0.bb => python3-setuptools-scm_8.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-setuptools-scm_8.2.0.bb => python3-setuptools-scm_8.2.1.bb} (90%)

diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_8.2.0.bb b/meta/recipes-devtools/python/python3-setuptools-scm_8.2.1.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-setuptools-scm_8.2.0.bb
rename to meta/recipes-devtools/python/python3-setuptools-scm_8.2.1.bb
index ecb79afe47b..e35ef7c25e4 100644
--- a/meta/recipes-devtools/python/python3-setuptools-scm_8.2.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_8.2.1.bb
@@ -6,7 +6,7 @@ argument or in a SCM managed file."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=838c366f69b72c5df05c96dff79b35f2"
 
-SRC_URI[sha256sum] = "a18396a1bc0219c974d1a74612b11f9dce0d5bd8b1dc55c65f6ac7fd609e8c28"
+SRC_URI[sha256sum] = "51cfdd1deefc9b8c08d1a61e940a59c4dec39eb6c285d33fa2f1b4be26c7874d"
 
 PYPI_PACKAGE = "setuptools_scm"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 39/48] python3-setuptools: upgrade 76.0.0 -> 78.1.0
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (36 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 38/48] python3-setuptools-scm: upgrade 8.2.0 -> 8.2.1 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 40/48] python3-trove-classifiers: upgrade 2025.3.13.13 -> 2025.3.19.19 Richard Purdie
                   ` (8 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...ils-sysconfig.py-make-it-possible-to-substite.patch | 10 +++++-----
 ...nditionally-do-not-fetch-code-by-easy_install.patch |  2 +-
 ...tuptools_76.0.0.bb => python3-setuptools_78.1.0.bb} |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_76.0.0.bb => python3-setuptools_78.1.0.bb} (95%)

diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
index e2fd53e0390..8ccffeef1de 100644
--- a/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
+++ b/meta/recipes-devtools/python/python3-setuptools/0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
@@ -1,4 +1,4 @@
-From 801b64480490e99c5eb062401149d1f1a945e8f8 Mon Sep 17 00:00:00 2001
+From c3d2c40e10f24724ab2e3d5f236823f3076c7aec Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex@linutronix.de>
 Date: Wed, 11 May 2022 21:41:14 +0200
 Subject: [PATCH] _distutils/sysconfig.py: make it possible to substite the
@@ -20,10 +20,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
  1 file changed, 10 insertions(+), 2 deletions(-)
 
 diff --git a/setuptools/_distutils/sysconfig.py b/setuptools/_distutils/sysconfig.py
-index ef3def8..577d320 100644
+index e5facae..0932f6f 100644
 --- a/setuptools/_distutils/sysconfig.py
 +++ b/setuptools/_distutils/sysconfig.py
-@@ -122,6 +122,8 @@ def get_python_inc(plat_specific=False, prefix=None):
+@@ -134,6 +134,8 @@ def get_python_inc(plat_specific: bool = False, prefix: str | None = None) -> st
      sys.base_exec_prefix -- i.e., ignore 'plat_specific'.
      """
      default_prefix = BASE_EXEC_PREFIX if plat_specific else BASE_PREFIX
@@ -32,7 +32,7 @@ index ef3def8..577d320 100644
      resolved_prefix = prefix if prefix is not None else default_prefix
      # MinGW imitates posix like layout, but os.name != posix
      os_name = "posix" if is_mingw() else os.name
-@@ -242,7 +244,13 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None):
+@@ -256,7 +258,13 @@ def get_python_lib(
  
      early_prefix = prefix
  
@@ -47,7 +47,7 @@ index ef3def8..577d320 100644
          if standard_lib:
              prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX
          else:
-@@ -257,7 +265,7 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None):
+@@ -271,7 +279,7 @@ def get_python_lib(
              # Pure Python
              libdir = "lib"
          implementation = 'pypy' if IS_PYPY else 'python'
diff --git a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
index 0e75d0f62c1..785a2192c3a 100644
--- a/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
+++ b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch
@@ -1,4 +1,4 @@
-From a8bffb1a3d0273d049b93df18982edee7b0cc4ec Mon Sep 17 00:00:00 2001
+From 92363514224b0aeba065f83b868a15a2a03601ab Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 17 Jul 2018 10:13:38 +0800
 Subject: [PATCH] conditionally do not fetch code by easy_install
diff --git a/meta/recipes-devtools/python/python3-setuptools_76.0.0.bb b/meta/recipes-devtools/python/python3-setuptools_78.1.0.bb
similarity index 95%
rename from meta/recipes-devtools/python/python3-setuptools_76.0.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_78.1.0.bb
index 71c8eb1a1f1..7455ec41af8 100644
--- a/meta/recipes-devtools/python/python3-setuptools_76.0.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_78.1.0.bb
@@ -13,7 +13,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
 SRC_URI += " \
             file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
 
-SRC_URI[sha256sum] = "43b4ee60e10b0d0ee98ad11918e114c70701bc6051662a9a675a0496c1a158f4"
+SRC_URI[sha256sum] = "18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54"
 
 DEPENDS += "python3"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 40/48] python3-trove-classifiers: upgrade 2025.3.13.13 -> 2025.3.19.19
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (37 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 39/48] python3-setuptools: upgrade 76.0.0 -> 78.1.0 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 41/48] python3-typing-extensions: upgrade 4.12.2 -> 4.13.0 Richard Purdie
                   ` (7 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...025.3.13.13.bb => python3-trove-classifiers_2025.3.19.19.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-trove-classifiers_2025.3.13.13.bb => python3-trove-classifiers_2025.3.19.19.bb} (83%)

diff --git a/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb b/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.19.19.bb
similarity index 83%
rename from meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb
rename to meta/recipes-devtools/python/python3-trove-classifiers_2025.3.19.19.bb
index f2b06b2919d..39fb997e885 100644
--- a/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.13.13.bb
+++ b/meta/recipes-devtools/python/python3-trove-classifiers_2025.3.19.19.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/trove-classifiers"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "2a5e24ddafb20da2225a825fe167c4fd4ecbf312cef4310d67f19dc40da7dc8d"
+SRC_URI[sha256sum] = "98e9d396fe908d5f43b7454fa4c43d17cd0fdadf046f45fb38a5e3af8d959ecd"
 
 PYPI_PACKAGE = "trove_classifiers"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 41/48] python3-typing-extensions: upgrade 4.12.2 -> 4.13.0
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (38 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 40/48] python3-trove-classifiers: upgrade 2025.3.13.13 -> 2025.3.19.19 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 42/48] python3-yamllint: upgrade 1.36.0 -> 1.37.0 Richard Purdie
                   ` (6 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...extensions_4.12.2.bb => python3-typing-extensions_4.13.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-typing-extensions_4.12.2.bb => python3-typing-extensions_4.13.0.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb b/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb
rename to meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb
index 7bd23e34703..ea946849a72 100644
--- a/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb
+++ b/meta/recipes-devtools/python/python3-typing-extensions_4.13.0.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=fcf6b249c2641540219a727f35d8d2c2"
 PYPI_PACKAGE = "typing_extensions"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-SRC_URI[sha256sum] = "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"
+SRC_URI[sha256sum] = "0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b"
 
 inherit pypi python_flit_core
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 42/48] python3-yamllint: upgrade 1.36.0 -> 1.37.0
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (39 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 41/48] python3-typing-extensions: upgrade 4.12.2 -> 4.13.0 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 43/48] qemu: Upgrade 9.2.0 -> 9.2.3 Richard Purdie
                   ` (5 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{python3-yamllint_1.36.0.bb => python3-yamllint_1.37.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-yamllint_1.36.0.bb => python3-yamllint_1.37.0.bb} (79%)

diff --git a/meta/recipes-devtools/python/python3-yamllint_1.36.0.bb b/meta/recipes-devtools/python/python3-yamllint_1.37.0.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-yamllint_1.36.0.bb
rename to meta/recipes-devtools/python/python3-yamllint_1.37.0.bb
index f6c1a1dd90f..9ba0e8bc6e5 100644
--- a/meta/recipes-devtools/python/python3-yamllint_1.36.0.bb
+++ b/meta/recipes-devtools/python/python3-yamllint_1.37.0.bb
@@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "yamllint"
 
-SRC_URI[sha256sum] = "3835a65994858679ea06fd998dd968c3f71935cd93742990405999d888e21130"
+SRC_URI[sha256sum] = "ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"
 
 RDEPENDS:${PN} += "python3-pathspec python3-pyyaml"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 43/48] qemu: Upgrade 9.2.0 -> 9.2.3
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (40 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 42/48] python3-yamllint: upgrade 1.36.0 -> 1.37.0 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 44/48] repo: upgrade 2.52 -> 2.53 Richard Purdie
                   ` (4 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Drop a patch merged upstream.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 ...u-native_9.2.0.bb => qemu-native_9.2.3.bb} |  0
 ...e_9.2.0.bb => qemu-system-native_9.2.3.bb} |  0
 meta/recipes-devtools/qemu/qemu.inc           |  3 +-
 ...n-environment-space-to-boot-loader-q.patch |  4 +-
 ...ed_attr-Do-not-define-for-glibc-2.41.patch | 45 -------------------
 .../0002-apic-fixup-fallthrough-to-PIC.patch  |  2 +-
 ...mu-Do-not-include-file-if-not-exists.patch |  6 +--
 ...er-space-mmap-tweaks-to-address-musl.patch |  2 +-
 .../qemu/0006-qemu-Determinism-fixes.patch    |  2 +-
 ...d-use-relative-path-to-refer-to-file.patch |  6 +--
 ...and-MAP_SHARED_VALIDATE-on-needed-li.patch |  2 +-
 ...gure-lookup-meson-exutable-from-PATH.patch |  6 +--
 ...and-the-python-venv-aren-t-used-for-.patch |  6 +--
 .../qemu/qemu/fix-strerrorname_np.patch       |  6 +--
 .../qemu/{qemu_9.2.0.bb => qemu_9.2.3.bb}     |  0
 15 files changed, 22 insertions(+), 68 deletions(-)
 rename meta/recipes-devtools/qemu/{qemu-native_9.2.0.bb => qemu-native_9.2.3.bb} (100%)
 rename meta/recipes-devtools/qemu/{qemu-system-native_9.2.0.bb => qemu-system-native_9.2.3.bb} (100%)
 delete mode 100644 meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch
 rename meta/recipes-devtools/qemu/{qemu_9.2.0.bb => qemu_9.2.3.bb} (100%)

diff --git a/meta/recipes-devtools/qemu/qemu-native_9.2.0.bb b/meta/recipes-devtools/qemu/qemu-native_9.2.3.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-native_9.2.0.bb
rename to meta/recipes-devtools/qemu/qemu-native_9.2.3.bb
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_9.2.0.bb b/meta/recipes-devtools/qemu/qemu-system-native_9.2.3.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-system-native_9.2.0.bb
rename to meta/recipes-devtools/qemu/qemu-system-native_9.2.3.bb
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 53f48375e4a..b38cac74816 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -31,7 +31,6 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
            file://0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch \
            file://0010-configure-lookup-meson-exutable-from-PATH.patch \
            file://0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch \
-           file://0001-sched_attr-Do-not-define-for-glibc-2.41.patch \
            file://qemu-guest-agent.init \
            file://qemu-guest-agent.udev \
            "
@@ -39,7 +38,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
 UPSTREAM_CHECK_URI = "https://www.qemu.org"
 UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
 
-SRC_URI[sha256sum] = "f859f0bc65e1f533d040bbe8c92bcfecee5af2c921a6687c652fb44d089bd894"
+SRC_URI[sha256sum] = "baed494270c361bf69816acc84512e3efed71c7a23f76691642b80bc3de7693e"
 
 CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default."
 
diff --git a/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch b/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch
index 5e21855c507..7ca79b0e0b4 100644
--- a/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch
+++ b/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch
@@ -1,4 +1,4 @@
-From 930b75aeade33690cec4bf748a954401da2be782 Mon Sep 17 00:00:00 2001
+From 29dce25c090792e360a1c1ff081af25d63d7df29 Mon Sep 17 00:00:00 2001
 From: Jason Wessel <jason.wessel@windriver.com>
 Date: Fri, 28 Mar 2014 17:42:43 +0800
 Subject: [PATCH] qemu: Add addition environment space to boot loader
@@ -18,7 +18,7 @@ Signed-off-by: Roy Li <rongqing.li@windriver.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/hw/mips/malta.c b/hw/mips/malta.c
-index 664a2ae0a..5124b158a 100644
+index 198da5ba3..736bf0999 100644
 --- a/hw/mips/malta.c
 +++ b/hw/mips/malta.c
 @@ -64,7 +64,7 @@
diff --git a/meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch b/meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch
deleted file mode 100644
index 1233a07ff9a..00000000000
--- a/meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 7030c0cd98de9e6c42e69be314204727ae335912 Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Thu, 10 Oct 2024 22:40:32 -0700
-Subject: [PATCH] sched_attr: Do not define for glibc >= 2.41
-
-glibc 2.41+ has added [1] definitions for sched_setattr and sched_getattr functions
-and struct sched_attr. Therefore, it needs to be checked for here as well before
-defining sched_attr
-
-Define sched_attr conditionally on SCHED_ATTR_SIZE_VER0
-
-Fixes builds with glibc/trunk
-
-[1] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=21571ca0d70302909cf72707b2a7736cf12190a0;hp=298bc488fdc047da37482f4003023cb9adef78f8
-
-Upstream-Status: Submitted [https://patchwork.ozlabs.org/project/qemu-devel/patch/20241011193140.1047648-1-raj.khem@gmail.com/]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Cc: Laurent Vivier <laurent@vivier.eu>
-Cc: Paolo Bonzini <pbonzini@redhat.com>
----
- linux-user/syscall.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/linux-user/syscall.c b/linux-user/syscall.c
-index 27aa59594..b2c45b4c4 100644
---- a/linux-user/syscall.c
-+++ b/linux-user/syscall.c
-@@ -361,7 +361,8 @@ _syscall3(int, sys_sched_getaffinity, pid_t, pid, unsigned int, len,
- #define __NR_sys_sched_setaffinity __NR_sched_setaffinity
- _syscall3(int, sys_sched_setaffinity, pid_t, pid, unsigned int, len,
-           unsigned long *, user_mask_ptr);
--/* sched_attr is not defined in glibc */
-+/* sched_attr is not defined in glibc < 2.41 */
-+#ifndef SCHED_ATTR_SIZE_VER0
- struct sched_attr {
-     uint32_t size;
-     uint32_t sched_policy;
-@@ -374,6 +375,7 @@ struct sched_attr {
-     uint32_t sched_util_min;
-     uint32_t sched_util_max;
- };
-+#endif
- #define __NR_sys_sched_getattr __NR_sched_getattr
- _syscall4(int, sys_sched_getattr, pid_t, pid, struct sched_attr *, attr,
-           unsigned int, size, unsigned int, flags);
diff --git a/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch b/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch
index bcb0d0c0da8..292c542442c 100644
--- a/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch
+++ b/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch
@@ -1,4 +1,4 @@
-From 1ba58dbd2dce4e6ccaf3be3ad5c9ecc22565313f Mon Sep 17 00:00:00 2001
+From e069c66ccf29fb13ef5938b68f5362737b64d638 Mon Sep 17 00:00:00 2001
 From: Mark Asselstine <mark.asselstine@windriver.com>
 Date: Tue, 26 Feb 2013 11:43:28 -0500
 Subject: [PATCH] apic: fixup fallthrough to PIC
diff --git a/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch b/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch
index 2b4f2b17caa..ecfddfc0e15 100644
--- a/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch
+++ b/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch
@@ -1,4 +1,4 @@
-From 081c1e4ee93b22ec00136db45c36650427213c09 Mon Sep 17 00:00:00 2001
+From 24e16b32dd0a4136ac30f8e2d48e266892814de6 Mon Sep 17 00:00:00 2001
 From: Oleksiy Obitotskyy <oobitots@cisco.com>
 Date: Wed, 25 Mar 2020 21:21:35 +0200
 Subject: [PATCH] qemu: Do not include file if not exists
@@ -16,10 +16,10 @@ Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
  1 file changed, 2 insertions(+)
 
 diff --git a/linux-user/syscall.c b/linux-user/syscall.c
-index 9d5415674..22df46859 100644
+index 549e39e19..439c7beb0 100644
 --- a/linux-user/syscall.c
 +++ b/linux-user/syscall.c
-@@ -117,7 +117,9 @@
+@@ -116,7 +116,9 @@
  #include <linux/blkpg.h>
  #include <netpacket/packet.h>
  #include <linux/netlink.h>
diff --git a/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch b/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch
index 26ddf5e5978..0e22a4fd866 100644
--- a/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch
+++ b/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch
@@ -1,4 +1,4 @@
-From 76efeccfd73a76834ac1c75d3c94de1899085714 Mon Sep 17 00:00:00 2001
+From ef7497674b2d41cffcb90f36bfe145c4951a03ba Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Fri, 8 Jan 2021 17:27:06 +0000
 Subject: [PATCH] qemu: Add some user space mmap tweaks to address musl 32 bit
diff --git a/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch b/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch
index 059257bce0e..33de959fa4d 100644
--- a/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch
+++ b/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch
@@ -1,4 +1,4 @@
-From 09e8fac984cea71867c0b7a05b0dd8f7025bd25a Mon Sep 17 00:00:00 2001
+From b0862cf4fecc11a181bc8c6602c7d09812148249 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Mon, 1 Mar 2021 13:00:47 +0000
 Subject: [PATCH] qemu: Determinism fixes
diff --git a/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch b/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch
index cd919048f4e..335d50be46b 100644
--- a/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch
+++ b/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch
@@ -1,4 +1,4 @@
-From 1a574aa22c9b3700af7e5c0901abef59c72bb874 Mon Sep 17 00:00:00 2001
+From 7bce3a9379b09dfa7d24a377a9f7f1c6a2f8bdde Mon Sep 17 00:00:00 2001
 From: Changqing Li <changqing.li@windriver.com>
 Date: Thu, 14 Jan 2021 06:33:04 +0000
 Subject: [PATCH] tests/meson.build: use relative path to refer to files
@@ -17,10 +17,10 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com>
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/tests/unit/meson.build b/tests/unit/meson.build
-index 490ab8182..d19ee5606 100644
+index d5248ae51..2c581f055 100644
 --- a/tests/unit/meson.build
 +++ b/tests/unit/meson.build
-@@ -128,17 +128,17 @@ endif
+@@ -127,17 +127,17 @@ endif
  
  if have_system
    tests += {
diff --git a/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch b/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch
index 7bbd96df84f..3f81154dbfe 100644
--- a/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch
+++ b/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch
@@ -1,4 +1,4 @@
-From 06b5b26a0a1f7687576d90066e492cf2665fff1d Mon Sep 17 00:00:00 2001
+From 2c2fde4042578ee29714a6421c33e00c4301d744 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Mon, 21 Mar 2022 10:09:38 -0700
 Subject: [PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux
diff --git a/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch b/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch
index f20851bff04..4a777dee52b 100644
--- a/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch
+++ b/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch
@@ -1,4 +1,4 @@
-From 2e9642b9001df523628ab2cacbbbf2b208c49437 Mon Sep 17 00:00:00 2001
+From b3435faf13837f487231a01c2dca45a260ae323c Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= <martin@geanix.com>
 Date: Wed, 22 May 2024 14:02:55 +0200
 Subject: [PATCH] configure: lookup meson exutable from PATH
@@ -9,10 +9,10 @@ Upstream-Status: Inappropriate [workaround, would need a real fix for upstream]
  1 file changed, 1 insertion(+), 6 deletions(-)
 
 diff --git a/configure b/configure
-index d08b71f14..af0bd2c66 100755
+index 18336376b..2b014b97c 100755
 --- a/configure
 +++ b/configure
-@@ -958,12 +958,7 @@ mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
+@@ -1002,12 +1002,7 @@ mkvenv="$python ${source_path}/python/scripts/mkvenv.py"
  $mkvenv ensuregroup --dir "${source_path}/python/wheels" \
       ${source_path}/pythondeps.toml meson || exit 1
  
diff --git a/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch b/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch
index 4adb2e5fa56..f949206717b 100644
--- a/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch
+++ b/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch
@@ -1,4 +1,4 @@
-From 68a13afd6606c2aaf1f0debd325d7314aaa61411 Mon Sep 17 00:00:00 2001
+From 81b55a014b2e5f0863a5a3fd584168c9d4ce9eb8 Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Wed, 22 May 2024 13:58:23 +0200
 Subject: [PATCH] qemu: Ensure pip and the python venv aren't used for meson
@@ -29,10 +29,10 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/configure b/configure
-index af0bd2c66..88dab6a95 100755
+index 2b014b97c..45dc8b146 100755
 --- a/configure
 +++ b/configure
-@@ -944,14 +944,14 @@ python="$(command -v "$python")"
+@@ -988,14 +988,14 @@ python="$(command -v "$python")"
  echo "python determined to be '$python'"
  echo "python version: $($python --version)"
  
diff --git a/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch b/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch
index b57c4811838..ca667692b04 100644
--- a/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch
+++ b/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch
@@ -1,4 +1,4 @@
-From 9de5de85fa917af58e7bc9cdd88f8f7ef8da2ca9 Mon Sep 17 00:00:00 2001
+From 6e5a6d44950c48957f3906294b8efd6a76b91576 Mon Sep 17 00:00:00 2001
 From: Natanael Copa <ncopa@alpinelinux.org>
 Date: Wed, 18 Sep 2024 16:19:37 -0700
 Subject: [PATCH] target/riscv/kvm: do not use non-portable strerrorname_np()
@@ -20,10 +20,10 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git a/target/riscv/kvm/kvm-cpu.c b/target/riscv/kvm/kvm-cpu.c
-index f6e3156b8..fad9eb21c 100644
+index c53ca1f76..3c67129ef 100644
 --- a/target/riscv/kvm/kvm-cpu.c
 +++ b/target/riscv/kvm/kvm-cpu.c
-@@ -1859,8 +1859,7 @@ static bool kvm_cpu_realize(CPUState *cs, Error **errp)
+@@ -1870,8 +1870,7 @@ static bool kvm_cpu_realize(CPUState *cs, Error **errp)
      if (riscv_has_ext(&cpu->env, RVV)) {
          ret = prctl(PR_RISCV_V_SET_CONTROL, PR_RISCV_V_VSTATE_CTRL_ON);
          if (ret) {
diff --git a/meta/recipes-devtools/qemu/qemu_9.2.0.bb b/meta/recipes-devtools/qemu/qemu_9.2.3.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu_9.2.0.bb
rename to meta/recipes-devtools/qemu/qemu_9.2.3.bb


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 44/48] repo: upgrade 2.52 -> 2.53
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (41 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 43/48] qemu: Upgrade 9.2.0 -> 9.2.3 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 45/48] shaderc: upgrade 2024.3 -> 2025.1 Richard Purdie
                   ` (3 subsequent siblings)
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/repo/{repo_2.52.bb => repo_2.53.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/repo/{repo_2.52.bb => repo_2.53.bb} (92%)

diff --git a/meta/recipes-devtools/repo/repo_2.52.bb b/meta/recipes-devtools/repo/repo_2.53.bb
similarity index 92%
rename from meta/recipes-devtools/repo/repo_2.52.bb
rename to meta/recipes-devtools/repo/repo_2.53.bb
index 2e877c18476..77817c25e43 100644
--- a/meta/recipes-devtools/repo/repo_2.52.bb
+++ b/meta/recipes-devtools/repo/repo_2.53.bb
@@ -9,9 +9,9 @@ SECTION = "console/utils"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main \
+SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \
            "
-SRCREV = "8d5f03261164f3cd65af0576dfa7d4edded96c67"
+SRCREV = "4b94e773efd36754f6c8649ad55b90d19a61107f"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 45/48] shaderc: upgrade 2024.3 -> 2025.1
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (42 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 44/48] repo: upgrade 2.52 -> 2.53 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02 13:45   ` [OE-core] " Mathieu Dubois-Briand
  2025-04-02  7:10 ` [PATCH 46/48] stress-ng: upgrade 0.18.11 -> 0.18.12 Richard Purdie
                   ` (2 subsequent siblings)
  46 siblings, 1 reply; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../0001-cmake-disable-building-external-dependencies.patch   | 4 ++--
 ...002-libshaderc_util-fix-glslang-header-file-location.patch | 4 ++--
 .../shaderc/{shaderc_2024.3.bb => shaderc_2025.1.bb}          | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2024.3.bb => shaderc_2025.1.bb} (93%)

diff --git a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
index 5c49aa7fd5a..07765653bbc 100644
--- a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
+++ b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch
@@ -1,4 +1,4 @@
-From 941f5f5831e7a52c26168f81f25d0470860ca6f1 Mon Sep 17 00:00:00 2001
+From ed0e2fad08a3cd3f0a0c70922737d8a6886f484d Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sat, 13 Feb 2021 00:45:56 +0000
 Subject: [PATCH] cmake: disable building external dependencies
@@ -15,7 +15,7 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  2 files changed, 25 insertions(+), 10 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ffcb54b..cce715e 100644
+index bd6b890..f1ddd74 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -62,6 +62,7 @@ else()
diff --git a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
index 39f982b7f3d..429b53c308c 100644
--- a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
+++ b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch
@@ -1,4 +1,4 @@
-From ec2442940e1d5338971861bb81537bae3a6c19e2 Mon Sep 17 00:00:00 2001
+From 4797642a6394ad7e5a23aaa3bdf8e2d011f69adf Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 Date: Sat, 13 Feb 2021 00:45:56 +0000
 Subject: [PATCH] libshaderc_util: fix glslang header file location
@@ -11,7 +11,7 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc
-index e5f5d10..5fd6d3c 100644
+index 9bf9a43..dc0efd2 100644
 --- a/libshaderc_util/src/compiler.cc
 +++ b/libshaderc_util/src/compiler.cc
 @@ -20,7 +20,7 @@
diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.3.bb b/meta/recipes-graphics/shaderc/shaderc_2025.1.bb
similarity index 93%
rename from meta/recipes-graphics/shaderc/shaderc_2024.3.bb
rename to meta/recipes-graphics/shaderc/shaderc_2025.1.bb
index 0948ba28d6a..e9c0ecdd373 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2024.3.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2025.1.bb
@@ -6,8 +6,8 @@ HOMEPAGE = "https://github.com/google/shaderc"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "7223dc3d5e34bbcc44f3150546dbfa8a5da58c4c"
-SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
+SRCREV = "7f68b1cf6f35f518febf36d425365bb8e6ad224a"
+SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \
            file://0001-cmake-disable-building-external-dependencies.patch \
            file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
            "


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 46/48] stress-ng: upgrade 0.18.11 -> 0.18.12
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (43 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 45/48] shaderc: upgrade 2024.3 -> 2025.1 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 47/48] sysklogd: upgrade 2.7.1 -> 2.7.2 Richard Purdie
  2025-04-02  7:10 ` [PATCH 48/48] wayland-protocols: upgrade 1.41 -> 1.42 Richard Purdie
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../stress-ng/{stress-ng_0.18.11.bb => stress-ng_0.18.12.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.18.11.bb => stress-ng_0.18.12.bb} (91%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb b/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb
similarity index 91%
rename from meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb
index 2b1e306b17f..0cb0c64a314 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.18.11.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.18.12.bb
@@ -5,9 +5,9 @@ HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \
+SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master;tag=v${PV} \
            "
-SRCREV = "44162bc4e00d06d366436857093a276ea692711e"
+SRCREV = "d4eef982dc98fe915aa82303c0a24070d0a51b00"
 S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native libbsd"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 47/48] sysklogd: upgrade 2.7.1 -> 2.7.2
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (44 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 46/48] stress-ng: upgrade 0.18.11 -> 0.18.12 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  2025-04-02  7:10 ` [PATCH 48/48] wayland-protocols: upgrade 1.41 -> 1.42 Richard Purdie
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Add tag to SRC_URI to verify SRCREV.

Rename files directory to be recipe specific.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-extended/sysklogd/{files => sysklogd}/sysklogd   | 0
 .../sysklogd/{sysklogd_2.7.1.bb => sysklogd_2.7.2.bb}         | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/sysklogd/{files => sysklogd}/sysklogd (100%)
 rename meta/recipes-extended/sysklogd/{sysklogd_2.7.1.bb => sysklogd_2.7.2.bb} (95%)

diff --git a/meta/recipes-extended/sysklogd/files/sysklogd b/meta/recipes-extended/sysklogd/sysklogd/sysklogd
similarity index 100%
rename from meta/recipes-extended/sysklogd/files/sysklogd
rename to meta/recipes-extended/sysklogd/sysklogd/sysklogd
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.7.1.bb b/meta/recipes-extended/sysklogd/sysklogd_2.7.2.bb
similarity index 95%
rename from meta/recipes-extended/sysklogd/sysklogd_2.7.1.bb
rename to meta/recipes-extended/sysklogd/sysklogd_2.7.2.bb
index b7e32542772..ba69a7a8b8e 100644
--- a/meta/recipes-extended/sysklogd/sysklogd_2.7.1.bb
+++ b/meta/recipes-extended/sysklogd/sysklogd_2.7.2.bb
@@ -10,11 +10,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5b4be4b2549338526758ef479c040943 \
 
 inherit update-rc.d update-alternatives systemd autotools
 
-SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https \
+SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https;tag=v${PV} \
            file://sysklogd \
            "
 
-SRCREV = "5552a3ea0d025573a5e212d62ee3e04bd376c7c4"
+SRCREV = "5fb314cb9060afa3bd4eed2f0be3200f02f729e9"
 
 S = "${WORKDIR}/git"
 


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* [PATCH 48/48] wayland-protocols: upgrade 1.41 -> 1.42
  2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
                   ` (45 preceding siblings ...)
  2025-04-02  7:10 ` [PATCH 47/48] sysklogd: upgrade 2.7.1 -> 2.7.2 Richard Purdie
@ 2025-04-02  7:10 ` Richard Purdie
  46 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../{wayland-protocols_1.41.bb => wayland-protocols_1.42.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/wayland/{wayland-protocols_1.41.bb => wayland-protocols_1.42.bb} (91%)

diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.41.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.42.bb
similarity index 91%
rename from meta/recipes-graphics/wayland/wayland-protocols_1.41.bb
rename to meta/recipes-graphics/wayland/wayland-protocols_1.42.bb
index e8ab9d84fce..7cbb650cda9 100644
--- a/meta/recipes-graphics/wayland/wayland-protocols_1.41.bb
+++ b/meta/recipes-graphics/wayland/wayland-protocols_1.42.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
                     file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
 
 SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz"
-SRC_URI[sha256sum] = "2786b6b1b79965e313f2c289c12075b9ed700d41844810c51afda10ee329576b"
+SRC_URI[sha256sum] = "23ba80d410d1200a86fe29592c19766eae8f1c350b67289999e9e7ea12d9f7aa"
 
 UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags"
 UPSTREAM_CHECK_REGEX = "releases/(?P<pver>.+)"


^ permalink raw reply related	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14
  2025-04-02  7:09 ` [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14 Richard Purdie
@ 2025-04-02  7:17   ` Alexander Kanavin
  2025-04-02  8:32     ` Richard Purdie
  2025-04-03  1:00   ` Khem Raj
  1 sibling, 1 reply; 53+ messages in thread
From: Alexander Kanavin @ 2025-04-02  7:17 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

On Wed, 2 Apr 2025 at 09:10, Richard Purdie via lists.openembedded.org
<richard.purdie=linuxfoundation.org@lists.openembedded.org> wrote:

> +SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tar=v${PV} \

'tag'. Not 'tar'.

Alex


^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14
  2025-04-02  7:17   ` [OE-core] " Alexander Kanavin
@ 2025-04-02  8:32     ` Richard Purdie
  0 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02  8:32 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core

On Wed, 2025-04-02 at 09:17 +0200, Alexander Kanavin wrote:
> On Wed, 2 Apr 2025 at 09:10, Richard Purdie via
> lists.openembedded.org
> <richard.purdie=linuxfoundation.org@lists.openembedded.org> wrote:
> 
> > +SRC_URI = "git://github.com/kdave/btrfs-
> > progs.git;branch=master;protocol=https;tar=v${PV} \
> 
> 'tag'. Not 'tar'.

Thanks, well spotted. Fixed on the branch.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 45/48] shaderc: upgrade 2024.3 -> 2025.1
  2025-04-02  7:10 ` [PATCH 45/48] shaderc: upgrade 2024.3 -> 2025.1 Richard Purdie
@ 2025-04-02 13:45   ` Mathieu Dubois-Briand
  2025-04-02 13:50     ` Richard Purdie
  0 siblings, 1 reply; 53+ messages in thread
From: Mathieu Dubois-Briand @ 2025-04-02 13:45 UTC (permalink / raw)
  To: richard.purdie, openembedded-core

On Wed Apr 2, 2025 at 9:10 AM CEST, Richard Purdie via lists.openembedded.org wrote:
> Add tag to SRC_URI to verify SRCREV.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---

Hi Richard,

It looks like we have a revision error:

ERROR: shaderc-native-2025.1-r0 do_unpack: Bitbake Fetcher Error: FetchError("The revision the git tag 'v2025.1' resolved to didn't match the SRCREV in use (0968768c61d4eb7dd861114412e904bb3d59b7b6 vs 7f68b1cf6f35f518febf36d425365bb8e6ad224a)", 'git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v2025.1')

Appears in a lot of builders:

https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/1322
https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/1360
https://autobuilder.yoctoproject.org/valkyrie/#/builders/4/builds/1321
https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/1336
https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/1298
...

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 45/48] shaderc: upgrade 2024.3 -> 2025.1
  2025-04-02 13:45   ` [OE-core] " Mathieu Dubois-Briand
@ 2025-04-02 13:50     ` Richard Purdie
  0 siblings, 0 replies; 53+ messages in thread
From: Richard Purdie @ 2025-04-02 13:50 UTC (permalink / raw)
  To: Mathieu Dubois-Briand, openembedded-core

On Wed, 2025-04-02 at 15:45 +0200, Mathieu Dubois-Briand wrote:
> On Wed Apr 2, 2025 at 9:10 AM CEST, Richard Purdie via
> lists.openembedded.org wrote:
> > Add tag to SRC_URI to verify SRCREV.
> > 
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > ---
> 
> Hi Richard,
> 
> It looks like we have a revision error:
> 
> ERROR: shaderc-native-2025.1-r0 do_unpack: Bitbake Fetcher Error:
> FetchError("The revision the git tag 'v2025.1' resolved to didn't
> match the SRCREV in use (0968768c61d4eb7dd861114412e904bb3d59b7b6 vs
> 7f68b1cf6f35f518febf36d425365bb8e6ad224a)",
> 'git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v
> 2025.1')
> 
> Appears in a lot of builders:
> 
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/2/builds/1322
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/1360
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/4/builds/1321
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/1336
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/9/builds/1298
> ...

You need a bitbake change for this. I have it in my branch and I was
testing it after finding this issue. I'll get it posted as it seems to
work.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 53+ messages in thread

* Re: [OE-core] [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14
  2025-04-02  7:09 ` [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14 Richard Purdie
  2025-04-02  7:17   ` [OE-core] " Alexander Kanavin
@ 2025-04-03  1:00   ` Khem Raj
  1 sibling, 0 replies; 53+ messages in thread
From: Khem Raj @ 2025-04-03  1:00 UTC (permalink / raw)
  To: richard.purdie, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 5319 bytes --]


On 4/2/25 12:09 AM, Richard Purdie via lists.openembedded.org wrote:
> Add tag to SRC_URI to verify SRCREV.
>
> Drop patch merged upstream.
>
> Signed-off-by: Richard Purdie<richard.purdie@linuxfoundation.org>
> ---
>   ...y-to-specify-where-python-modules-ar.patch |  6 +--
>   ...dd-break-to-case-BTRFS_COMPRESS_NONE.patch | 40 -------------------
>   ...trfs-tools_6.13.bb => btrfs-tools_6.14.bb} |  5 +--
>   3 files changed, 5 insertions(+), 46 deletions(-)
>   delete mode 100644 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch
>   rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_6.13.bb => btrfs-tools_6.14.bb} (95%)
>
> diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
> index 59ea5a66dac..2cd66d2722a 100644
> --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
> +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
> @@ -1,4 +1,4 @@
> -From 76e635a56c5973671da3a8a2fd4fc32e823bf8c9 Mon Sep 17 00:00:00 2001
> +From 030ec81c0dac1e067faf49924d5631bb22ccc90d Mon Sep 17 00:00:00 2001
>   From: Alexander Kanavin<alex.kanavin@gmail.com>
>   Date: Wed, 23 May 2018 21:20:35 +0300
>   Subject: [PATCH] Add a possibility to specify where python modules are
> @@ -11,10 +11,10 @@ Signed-off-by: Alexander Kanavin<alex.kanavin@gmail.com>
>    1 file changed, 1 insertion(+), 1 deletion(-)
>   
>   diff --git a/Makefile b/Makefile
> -index 2f8d2fa0..c760e5ae 100644
> +index 7e36aa42..edff7d5b 100644
>   --- a/Makefile
>   +++ b/Makefile
> -@@ -985,7 +985,7 @@ endif
> +@@ -996,7 +996,7 @@ endif
>    ifeq ($(PYTHON_BINDINGS),1)
>    install_python: libbtrfsutil_python
>    	$(Q)cd libbtrfsutil/python; \
> diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch b/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch
> deleted file mode 100644
> index 750ba830740..00000000000
> --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch
> +++ /dev/null
> @@ -1,40 +0,0 @@
> -From ae0743dea3498429fce144e75c8b5b6eeed6f490 Mon Sep 17 00:00:00 2001
> -From: Wang Mingyu<wangmy@fujitsu.com>
> -Date: Tue, 11 Mar 2025 05:24:54 +0000
> -Subject: [PATCH] mkfs: add break to case BTRFS_COMPRESS_NONE
> -
> -when compression null, always through error "lzo support not compiled in"
> -
> -This bug was imported by following commit:
> -----------------------------------------------------
> -commit c6d24a363daed6501d13d9125c560387e2d755ca
> -Author: Mark Harmstone<maharmstone@fb.com>
> -Date:   Thu Dec 12 20:36:55 2024 +0000
> -
> -     btrfs-progs: mkfs: add lzo to --compress option
> -
> -     Allow --compress to work with lzo.
> -----------------------------------------------------
> -
> -Upstream-Status: Submitted [https://github.com/kdave/btrfs-progs/pull/967]
> -
> -Signed-off-by: Wang Mingyu<wangmy@fujitsu.com>
> ----
> - mkfs/rootdir.c | 1 +
> - 1 file changed, 1 insertion(+)
> -
> -diff --git a/mkfs/rootdir.c b/mkfs/rootdir.c
> -index 1927394..5f4cfb9 100644
> ---- a/mkfs/rootdir.c
> -+++ b/mkfs/rootdir.c
> -@@ -1654,6 +1654,7 @@ int btrfs_mkfs_fill_dir(struct btrfs_trans_handle *trans, const char *source_dir
> -
> - 	switch (compression) {
> - 	case BTRFS_COMPRESS_NONE:
> -+                break;
> - 	case BTRFS_COMPRESS_LZO:
> - #if !COMPRESSION_LZO
> - 		error("lzo support not compiled in");
> ---
> -2.43.0
> -
> diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb
> similarity index 95%
> rename from meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb
> rename to meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb
> index d73d86ba8ae..cee1fdfd556 100644
> --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.13.bb
> +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.14.bb
> @@ -15,11 +15,10 @@ LIC_FILES_CHKSUM = " \
>   SECTION = "base"
>   DEPENDS = "util-linux zlib"
>   
> -SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https \
> +SRC_URI = "git://github.com/kdave/btrfs-progs.git;branch=master;protocol=https;tar=v${PV} \

what does tar= option do ? is it intentional here ?

>              file://0001-Add-a-possibility-to-specify-where-python-modules-ar.patch \
> -file://0001-mkfs-add-break-to-case-BTRFS_COMPRESS_NONE.patch \
>              "
> -SRCREV = "26e4d9174c70aac0e53c3b5de55cf159f8d9397f"
> +SRCREV = "5ad147c9ec00e657393c85b195c9bcc0f4c35a54"
>   S = "${WORKDIR}/git"
>   
>   PACKAGECONFIG ??= " \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#214178):https://lists.openembedded.org/g/openembedded-core/message/214178
> Mute This Topic:https://lists.openembedded.org/mt/112042561/1997914
> Group Owner:openembedded-core+owner@lists.openembedded.org
> Unsubscribe:https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
-- 
-Khem

[-- Attachment #2: Type: text/html, Size: 7109 bytes --]

^ permalink raw reply	[flat|nested] 53+ messages in thread

end of thread, other threads:[~2025-04-03  1:00 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02  7:09 [PATCH 01/48] at-spi2-core: upgrade 2.56.0 -> 2.56.1 Richard Purdie
2025-04-02  7:09 ` [PATCH 02/48] barebox-tools: upgrade 2025.02.0 -> 2025.03.0 Richard Purdie
2025-04-02  7:09 ` [PATCH 03/48] base-passwd: upgrade 3.6.6 -> 3.6.7 Richard Purdie
2025-04-02  7:09 ` [PATCH 04/48] bind: upgrade 9.20.6 -> 9.20.7 Richard Purdie
2025-04-02  7:09 ` [PATCH 05/48] btrfs-tools: upgrade 6.13 -> 6.14 Richard Purdie
2025-04-02  7:17   ` [OE-core] " Alexander Kanavin
2025-04-02  8:32     ` Richard Purdie
2025-04-03  1:00   ` Khem Raj
2025-04-02  7:09 ` [PATCH 06/48] ccache: upgrade 4.11 -> 4.11.2 Richard Purdie
2025-04-02  7:09 ` [PATCH 07/48] connman: upgrade 1.43 -> 1.44 Richard Purdie
2025-04-02  7:09 ` [PATCH 08/48] createrepo-c: upgrade 1.2.0 -> 1.2.1 Richard Purdie
2025-04-02  7:09 ` [PATCH 09/48] diffoscope: upgrade 289 -> 293 Richard Purdie
2025-04-02  7:09 ` [PATCH 10/48] ed: upgrade 1.21 -> 1.21.1 Richard Purdie
2025-04-02  7:09 ` [PATCH 11/48] ell: upgrade 0.74 -> 0.75 Richard Purdie
2025-04-02  7:09 ` [PATCH 12/48] gtk4: upgrade 4.18.1 -> 4.18.3 Richard Purdie
2025-04-02  7:09 ` [PATCH 13/48] harfbuzz: upgrade 10.4.0 -> 11.0.0 Richard Purdie
2025-04-02  7:09 ` [PATCH 14/48] iproute2: upgrade 6.13.0 -> 6.14.0 Richard Purdie
2025-04-02  7:09 ` [PATCH 15/48] kmod: upgrade 34.1 -> 34.2 Richard Purdie
2025-04-02  7:09 ` [PATCH 16/48] libevdev: upgrade 1.13.3 -> 1.13.4 Richard Purdie
2025-04-02  7:09 ` [PATCH 17/48] libinput: upgrade 1.27.1 -> 1.28.1 Richard Purdie
2025-04-02  7:09 ` [PATCH 18/48] libnotify: upgrade 0.8.4 -> 0.8.6 Richard Purdie
2025-04-02  7:09 ` [PATCH 19/48] libsdl2: upgrade 2.32.2 -> 2.32.4 Richard Purdie
2025-04-02  7:09 ` [PATCH 20/48] libsoup: upgrade 3.6.4 -> 3.6.5 Richard Purdie
2025-04-02  7:09 ` [PATCH 21/48] libusb1: upgrade 1.0.27 -> 1.0.28 Richard Purdie
2025-04-02  7:09 ` [PATCH 22/48] lighttpd: upgrade 1.4.77 -> 1.4.78 Richard Purdie
2025-04-02  7:09 ` [PATCH 23/48] llvm: upgrade 20.1.0 -> 20.1.1 Richard Purdie
2025-04-02  7:09 ` [PATCH 24/48] mpfr: upgrade 4.2.1 -> 4.2.2 Richard Purdie
2025-04-02  7:09 ` [PATCH 25/48] ofono: upgrade 2.15 -> 2.16 Richard Purdie
2025-04-02  7:09 ` [PATCH 26/48] pango: upgrade 1.56.2 -> 1.56.3 Richard Purdie
2025-04-02  7:09 ` [PATCH 27/48] piglit: upgrade to latest revision Richard Purdie
2025-04-02  7:09 ` [PATCH 28/48] python3-beartype: upgrade 0.20.0 -> 0.20.2 Richard Purdie
2025-04-02  7:09 ` [PATCH 29/48] python3-calver: upgrade 2022.6.26 -> 2025.04.01 Richard Purdie
2025-04-02  7:09 ` [PATCH 30/48] python3-numpy: upgrade 2.2.3 -> 2.2.4 Richard Purdie
2025-04-02  7:10 ` [PATCH 31/48] python3-poetry-core: upgrade 2.1.1 -> 2.1.2 Richard Purdie
2025-04-02  7:10 ` [PATCH 32/48] python3-pygobject: upgrade 3.52.2 -> 3.52.3 Richard Purdie
2025-04-02  7:10 ` [PATCH 33/48] python3-pyparsing: upgrade 3.2.1 -> 3.2.3 Richard Purdie
2025-04-02  7:10 ` [PATCH 34/48] python3-pytz: upgrade 2025.1 -> 2025.2 Richard Purdie
2025-04-02  7:10 ` [PATCH 35/48] python3-rdflib: upgrade 7.1.3 -> 7.1.4 Richard Purdie
2025-04-02  7:10 ` [PATCH 36/48] python3-rpds-py: upgrade 0.22.3 -> 0.24.0 Richard Purdie
2025-04-02  7:10 ` [PATCH 37/48] python3-scons: upgrade 4.9.0 -> 4.9.1 Richard Purdie
2025-04-02  7:10 ` [PATCH 38/48] python3-setuptools-scm: upgrade 8.2.0 -> 8.2.1 Richard Purdie
2025-04-02  7:10 ` [PATCH 39/48] python3-setuptools: upgrade 76.0.0 -> 78.1.0 Richard Purdie
2025-04-02  7:10 ` [PATCH 40/48] python3-trove-classifiers: upgrade 2025.3.13.13 -> 2025.3.19.19 Richard Purdie
2025-04-02  7:10 ` [PATCH 41/48] python3-typing-extensions: upgrade 4.12.2 -> 4.13.0 Richard Purdie
2025-04-02  7:10 ` [PATCH 42/48] python3-yamllint: upgrade 1.36.0 -> 1.37.0 Richard Purdie
2025-04-02  7:10 ` [PATCH 43/48] qemu: Upgrade 9.2.0 -> 9.2.3 Richard Purdie
2025-04-02  7:10 ` [PATCH 44/48] repo: upgrade 2.52 -> 2.53 Richard Purdie
2025-04-02  7:10 ` [PATCH 45/48] shaderc: upgrade 2024.3 -> 2025.1 Richard Purdie
2025-04-02 13:45   ` [OE-core] " Mathieu Dubois-Briand
2025-04-02 13:50     ` Richard Purdie
2025-04-02  7:10 ` [PATCH 46/48] stress-ng: upgrade 0.18.11 -> 0.18.12 Richard Purdie
2025-04-02  7:10 ` [PATCH 47/48] sysklogd: upgrade 2.7.1 -> 2.7.2 Richard Purdie
2025-04-02  7:10 ` [PATCH 48/48] wayland-protocols: upgrade 1.41 -> 1.42 Richard Purdie

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.