Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6
@ 2025-06-04  8:44 Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 02/45] barebox-tools: upgrade 2025.04.0 -> 2025.05.0 Wang Mingyu
                   ` (43 more replies)
  0 siblings, 44 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Add-option-to-disable-timed-dependant-tests.patch
0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
0002-apr-Remove-workdir-path-references-from-installed-ap.patch
0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch
refreshed for 1.7.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-Add-option-to-disable-timed-dependant-tests.patch | 11 +++++------
 ...e-Remove-runtime-test-for-mmap-that-can-map-.patch |  7 +++----
 ...ve-workdir-path-references-from-installed-ap.patch |  9 ++++-----
 ...e.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch | 11 ++++-------
 .../apr/{apr_1.7.5.bb => apr_1.7.6.bb}                |  2 +-
 5 files changed, 17 insertions(+), 23 deletions(-)
 rename meta/recipes-support/apr/{apr_1.7.5.bb => apr_1.7.6.bb} (98%)

diff --git a/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch b/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch
index b46dc76a86..72a2ab777e 100644
--- a/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch
+++ b/meta/recipes-support/apr/apr/0001-Add-option-to-disable-timed-dependant-tests.patch
@@ -1,4 +1,4 @@
-From 225abf37cd0b49960664b59f08e515a4c4ea5ad0 Mon Sep 17 00:00:00 2001
+From dc02ac2f43e47178a9b1f35ef6906d7835dc121b Mon Sep 17 00:00:00 2001
 From: Jeremy Puhlman <jpuhlman@mvista.com>
 Date: Thu, 26 Mar 2020 18:30:36 +0000
 Subject: [PATCH] Add option to disable timed dependant tests
@@ -9,7 +9,6 @@ a timer or other timing related issues.
 
 Upstream-Status: Submitted [https://github.com/apache/apr/pull/54]
 Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
-
 ---
  configure.in     | 6 ++++++
  include/apr.h.in | 1 +
@@ -17,10 +16,10 @@ Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
  3 files changed, 9 insertions(+), 2 deletions(-)
 
 diff --git a/configure.in b/configure.in
-index bfd488b..3663220 100644
+index 0ce20ab..3d42953 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -3023,6 +3023,12 @@ AC_ARG_ENABLE(timedlocks,
+@@ -3119,6 +3119,12 @@ AC_ARG_ENABLE(timedlocks,
  )
  AC_SUBST(apr_has_timedlocks)
  
@@ -34,10 +33,10 @@ index bfd488b..3663220 100644
  # so getaddrinfo/gai_strerror are not used.
  if test $have_ipv6 = 0; then
 diff --git a/include/apr.h.in b/include/apr.h.in
-index ee99def..c46a5f4 100644
+index 637ed38..e7cb9b9 100644
 --- a/include/apr.h.in
 +++ b/include/apr.h.in
-@@ -298,6 +298,7 @@ extern "C" {
+@@ -307,6 +307,7 @@ extern "C" {
  #define APR_HAS_XTHREAD_FILES     @apr_has_xthread_files@
  #define APR_HAS_OS_UUID           @osuuid@
  #define APR_HAS_TIMEDLOCKS        @apr_has_timedlocks@
diff --git a/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch b/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
index 3480deaa4d..7e22270b88 100644
--- a/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
+++ b/meta/recipes-support/apr/apr/0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch
@@ -1,4 +1,4 @@
-From 316b81c462f065927d7fec56aadd5c8cb94d1cf0 Mon Sep 17 00:00:00 2001
+From 84990901ba642238779c74a003c1f5e572ab8d38 Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Fri, 26 Aug 2022 00:28:08 -0700
 Subject: [PATCH] configure: Remove runtime test for mmap that can map
@@ -10,16 +10,15 @@ mutexes
 
 Upstream-Status: Inappropriate [Cross-compile specific]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
 ---
  configure.in | 30 ------------------------------
  1 file changed, 30 deletions(-)
 
 diff --git a/configure.in b/configure.in
-index 3663220..dce9789 100644
+index 3d42953..7e43b0f 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -1303,36 +1303,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
+@@ -1391,36 +1391,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
  APR_CHECK_DEFINE(MAP_ANON, sys/mman.h)
  AC_CHECK_FILE(/dev/zero)
  
diff --git a/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch b/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch
index d63423f3a1..2a9cfb0f3d 100644
--- a/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch
+++ b/meta/recipes-support/apr/apr/0002-apr-Remove-workdir-path-references-from-installed-ap.patch
@@ -1,4 +1,4 @@
-From 689a8db96a6d1e1cae9cbfb35d05ac82140a6555 Mon Sep 17 00:00:00 2001
+From 5050645e626a8ee91a7f45070ef2d3911e1870d7 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Tue, 30 Jan 2018 09:39:06 +0800
 Subject: [PATCH] apr: Remove workdir path references from installed apr files
@@ -13,16 +13,15 @@ packages at target run time, the workdir path caused confusion.
 Rebase to 1.6.3
 
 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
-
 ---
  apr-config.in | 32 ++------------------------------
  1 file changed, 2 insertions(+), 30 deletions(-)
 
 diff --git a/apr-config.in b/apr-config.in
-index bed47ca..47874e5 100644
+index 626d3b0..42be269 100644
 --- a/apr-config.in
 +++ b/apr-config.in
-@@ -164,16 +164,7 @@ while test $# -gt 0; do
+@@ -179,16 +179,7 @@ while test $# -gt 0; do
      flags="$flags $LDFLAGS"
      ;;
      --includes)
@@ -39,7 +38,7 @@ index bed47ca..47874e5 100644
      ;;
      --srcdir)
      echo $APR_SOURCE_DIR
-@@ -197,33 +188,14 @@ while test $# -gt 0; do
+@@ -212,33 +203,14 @@ while test $# -gt 0; do
      exit 0
      ;;
      --link-ld)
diff --git a/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch b/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch
index 02634e6fde..bd8e7786ba 100644
--- a/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch
+++ b/meta/recipes-support/apr/apr/0005-configure.in-fix-LTFLAGS-to-make-it-work-with-ccache.patch
@@ -1,7 +1,7 @@
-From 2e66cece0c3adff92733332111204ddc1d730a07 Mon Sep 17 00:00:00 2001
+From 2f5db35d6c6b4d40e04591c98d297ef764777aa3 Mon Sep 17 00:00:00 2001
 From: Robert Yang <liezhi.yang@windriver.com>
 Date: Thu, 19 Nov 2015 18:25:38 -0800
-Subject: [PATCH 5/7] configure.in: fix LTFLAGS to make it work with ccache
+Subject: [PATCH] configure.in: fix LTFLAGS to make it work with ccache
 
 When ccache is enabled, libtool requires --tag=CC when use ccache,
 otherwise when building apr-util with ccache enabled:
@@ -19,10 +19,10 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.in b/configure.in
-index 361120f..3b10422 100644
+index b0457e2..0ce20ab 100644
 --- a/configure.in
 +++ b/configure.in
-@@ -249,7 +249,7 @@ case $host in
+@@ -266,7 +266,7 @@ case $host in
      ;;
  *)
      if test "x$LTFLAGS" = "x"; then
@@ -31,6 +31,3 @@ index 361120f..3b10422 100644
      fi
      if test "$experimental_libtool" = "yes"; then
          # Use a custom-made libtool replacement
--- 
-1.8.3.1
-
diff --git a/meta/recipes-support/apr/apr_1.7.5.bb b/meta/recipes-support/apr/apr_1.7.6.bb
similarity index 98%
rename from meta/recipes-support/apr/apr_1.7.5.bb
rename to meta/recipes-support/apr/apr_1.7.6.bb
index 83d84bfdb6..13fa5daa3c 100644
--- a/meta/recipes-support/apr/apr_1.7.5.bb
+++ b/meta/recipes-support/apr/apr_1.7.6.bb
@@ -24,7 +24,7 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
            file://0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch \
            "
 
-SRC_URI[sha256sum] = "cd0f5d52b9ab1704c72160c5ee3ed5d3d4ca2df4a7f8ab564e3cb352b67232f2"
+SRC_URI[sha256sum] = "49030d92d2575da735791b496dc322f3ce5cff9494779ba8cc28c7f46c5deb32"
 
 inherit autotools-brokensep lib_package binconfig multilib_header ptest multilib_script
 
-- 
2.43.0



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

* [OE-core] [PATCH 02/45] barebox-tools: upgrade 2025.04.0 -> 2025.05.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 03/45] dhcpcd: upgrade 10.2.2 -> 10.2.4 Wang Mingyu
                   ` (42 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 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 d6ea1eedfe..616da2a4ee 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.04.0"
+PV = "2025.05.0"
 SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "3124f3c2b69d9ce0512b2d40fa17cace9c356f65f005a63da0474387b8839c41"
+SRC_URI[sha256sum] = "693f9aca90b282f6fb96024b70c06c9c57efe4eefe8e2298ef78eaa05c76fd5d"
-- 
2.43.0



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

* [OE-core] [PATCH 03/45] dhcpcd: upgrade 10.2.2 -> 10.2.4
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 02/45] barebox-tools: upgrade 2025.04.0 -> 2025.05.0 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 04/45] enchant2: upgrade 2.8.4 -> 2.8.6 Wang Mingyu
                   ` (41 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
refreshed for 10.2.4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dhcpcd/{dhcpcd_10.2.2.bb => dhcpcd_10.2.4.bb}         | 2 +-
 ...esolv.conf-improve-the-sitation-of-working-with-.patch | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.2.2.bb => dhcpcd_10.2.4.bb} (97%)

diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb
similarity index 97%
rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb
rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb
index f9dfd2e245..dee921d21c 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma
            file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \
            "
 
-SRCREV = "f6983c18dbf7989f43a2838beeaf62a54c53ff1d"
+SRCREV = "93df2b254caf9639f9ffb66e0fe2b584eeba6220"
 S = "${WORKDIR}/git"
 
 # Doesn't use automake so we can't do out-of-tree builds
diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
index 4f687b0292..512e33aebf 100644
--- a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
+++ b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
@@ -1,4 +1,4 @@
-From 33710a648a805d96abf49d5adf6ca55b89f9c858 Mon Sep 17 00:00:00 2001
+From d1581ce103db0a5db0b1761907fff9ddd6b55a8a Mon Sep 17 00:00:00 2001
 From: Chen Qi <Qi.Chen@windriver.com>
 Date: Wed, 9 Nov 2022 16:33:18 +0800
 Subject: [PATCH] 20-resolv.conf: improve the sitation of working with systemd
@@ -27,7 +27,7 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
  1 file changed, 13 insertions(+), 4 deletions(-)
 
 diff --git a/hooks/20-resolv.conf b/hooks/20-resolv.conf
-index 7c29e276..becc019f 100644
+index bd0b0df5..9c7721de 100644
 --- a/hooks/20-resolv.conf
 +++ b/hooks/20-resolv.conf
 @@ -11,8 +11,12 @@ nocarrier_roaming_dir="$state_dir/roaming"
@@ -59,7 +59,7 @@ index 7c29e276..becc019f 100644
  	fi
  	rm -f "$cf"
  }
-@@ -170,7 +179,7 @@ add_resolv_conf()
+@@ -179,7 +188,7 @@ add_resolv_conf()
  	for x in ${new_domain_name_servers}; do
  		conf="${conf}nameserver $x$NL"
  	done
@@ -68,7 +68,7 @@ index 7c29e276..becc019f 100644
  		[ -n "$ifmetric" ] && export IF_METRIC="$ifmetric"
  		printf %s "$conf" | "$resolvconf" -a "$ifname"
  		return $?
-@@ -186,7 +195,7 @@ add_resolv_conf()
+@@ -195,7 +204,7 @@ add_resolv_conf()
  
  remove_resolv_conf()
  {
-- 
2.43.0



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

* [OE-core] [PATCH 04/45] enchant2: upgrade 2.8.4 -> 2.8.6
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 02/45] barebox-tools: upgrade 2025.04.0 -> 2025.05.0 Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 03/45] dhcpcd: upgrade 10.2.2 -> 10.2.4 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 05/45] gpgme: upgrade 1.24.2 -> 1.24.3 Wang Mingyu
                   ` (40 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../enchant/{enchant2_2.8.4.bb => enchant2_2.8.6.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/enchant/{enchant2_2.8.4.bb => enchant2_2.8.6.bb} (91%)

diff --git a/meta/recipes-support/enchant/enchant2_2.8.4.bb b/meta/recipes-support/enchant/enchant2_2.8.6.bb
similarity index 91%
rename from meta/recipes-support/enchant/enchant2_2.8.4.bb
rename to meta/recipes-support/enchant/enchant2_2.8.6.bb
index a5479a0e7d..66de313d9d 100644
--- a/meta/recipes-support/enchant/enchant2_2.8.4.bb
+++ b/meta/recipes-support/enchant/enchant2_2.8.6.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 groff-native"
 inherit autotools pkgconfig github-releases
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/enchant-${PV}.tar.gz"
-SRC_URI[sha256sum] = "e28f98208df5f99320d6a05cd49f83420bf71e69052debe3b343c9bb15c833ed"
+SRC_URI[sha256sum] = "c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b"
 
 GITHUB_BASE_URI = "https://github.com/rrthomas/enchant/releases"
 
-- 
2.43.0



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

* [OE-core] [PATCH 05/45] gpgme: upgrade 1.24.2 -> 1.24.3
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (2 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 04/45] enchant2: upgrade 2.8.4 -> 2.8.6 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 06/45] gst-devtools: upgrade 1.26.1 -> 1.26.2 Wang Mingyu
                   ` (39 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/gpgme/{gpgme_1.24.2.bb => gpgme_1.24.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/gpgme/{gpgme_1.24.2.bb => gpgme_1.24.3.bb} (97%)

diff --git a/meta/recipes-support/gpgme/gpgme_1.24.2.bb b/meta/recipes-support/gpgme/gpgme_1.24.3.bb
similarity index 97%
rename from meta/recipes-support/gpgme/gpgme_1.24.2.bb
rename to meta/recipes-support/gpgme/gpgme_1.24.3.bb
index bc661429e7..64e3c6635a 100644
--- a/meta/recipes-support/gpgme/gpgme_1.24.2.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.24.3.bb
@@ -29,7 +29,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \
            file://0001-autogen.sh-remove-unknown-in-version.patch \
            "
 
-SRC_URI[sha256sum] = "e11b1a0e361777e9e55f48a03d89096e2abf08c63d84b7017cfe1dce06639581"
+SRC_URI[sha256sum] = "bfc17f5bd1b178c8649fdd918956d277080f33df006a2dc40acdecdce68c50dd"
 
 PYTHON_DEPS = "${@bb.utils.contains('LANGUAGES', 'python', 'swig-native', '', d)}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 06/45] gst-devtools: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (3 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 05/45] gpgme: upgrade 1.24.2 -> 1.24.3 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 07/45] gst-examples: " Wang Mingyu
                   ` (38 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gst-devtools_1.26.1.bb => gst-devtools_1.26.2.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gst-devtools_1.26.1.bb => gst-devtools_1.26.2.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.2.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gst-devtools_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gst-devtools_1.26.2.bb
index cbad470d26..f898db80e7 100644
--- a/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-devtools_1.26.2.bb
@@ -12,7 +12,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-${PV}
            file://0001-connect-has-a-different-signature-on-musl.patch \
            "
 
-SRC_URI[sha256sum] = "32e15cb9d2dd6a07532f92745b62f1c72c8038b1a10d34b64e91c4557f689632"
+SRC_URI[sha256sum] = "400ff79fe371367deb8ad1adf8b4643d6e558a433bf83136c2dd496fe8210f37"
 
 DEPENDS = "json-glib glib-2.0 glib-2.0-native gstreamer1.0 gstreamer1.0-plugins-base"
 RRECOMMENDS:${PN} = "git"
-- 
2.43.0



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

* [OE-core] [PATCH 07/45] gst-examples: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (4 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 06/45] gst-devtools: upgrade 1.26.1 -> 1.26.2 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 08/45] gstreamer1.0-libav: " Wang Mingyu
                   ` (37 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gst-examples_1.26.1.bb => gst-examples_1.26.2.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gst-examples_1.26.1.bb => gst-examples_1.26.2.bb} (96%)

diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb
similarity index 96%
rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb
index 59c7a4ade1..bc043f81c7 100644
--- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb
@@ -12,7 +12,7 @@ SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;b
            file://gst-player.desktop \
            "
 
-SRCREV = "7174e955ec066fb8d1fb683cc82713e0615826b6"
+SRCREV = "100c21e1faf68efe7f3830b6e9f856760697ab48"
 
 S = "${WORKDIR}/git/subprojects/gst-examples"
 
-- 
2.43.0



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

* [OE-core] [PATCH 08/45] gstreamer1.0-libav: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (5 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 07/45] gst-examples: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 09/45] gstreamer1.0-plugins-bad: " Wang Mingyu
                   ` (36 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...streamer1.0-libav_1.26.1.bb => gstreamer1.0-libav_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.26.1.bb => gstreamer1.0-libav_1.26.2.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.2.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.2.bb
index 96cf5a6925..88cc0b530d 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.26.2.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69333daa044cb77e486cc36129f7a770 \
                     "
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${PV}.tar.xz"
-SRC_URI[sha256sum] = "350a20b45b6655b6e10265430bdfbb3c436a96e9611b79caabef8f10abe570ea"
+SRC_URI[sha256sum] = "2eceba9cae4c495bb4ea134c27f010356036f1fa1972db5f54833f5f6c9f8db0"
 
 S = "${WORKDIR}/gst-libav-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 09/45] gstreamer1.0-plugins-bad: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (6 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 08/45] gstreamer1.0-libav: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 10/45] gstreamer1.0-plugins-base: " Wang Mingyu
                   ` (35 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...plugins-bad_1.26.1.bb => gstreamer1.0-plugins-bad_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.26.1.bb => gstreamer1.0-plugins-bad_1.26.2.bb} (98%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.2.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.2.bb
index a68e9306a5..e0329cd004 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.26.2.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad
            file://0002-avoid-including-sys-poll.h-directly.patch \
            file://0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch \
            "
-SRC_URI[sha256sum] = "9b8415b1bb3726a499578fb39907952981716643f660215fe68628fbd8629197"
+SRC_URI[sha256sum] = "cb116bfc3722c2de53838899006cafdb3c7c0bc69cd769b33c992a8421a9d844"
 
 S = "${WORKDIR}/gst-plugins-bad-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 10/45] gstreamer1.0-plugins-base: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (7 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 09/45] gstreamer1.0-plugins-bad: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 11/45] gstreamer1.0-plugins-good: " Wang Mingyu
                   ` (34 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-base_1.26.1.bb => gstreamer1.0-plugins-base_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.26.1.bb => gstreamer1.0-plugins-base_1.26.2.bb} (98%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.2.bb
similarity index 98%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.2.bb
index c872c3bcfb..dc70356940 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.2.bb
@@ -11,7 +11,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-ba
            file://0003-viv-fb-Make-sure-config.h-is-included.patch \
            file://0002-ssaparse-enhance-SSA-text-lines-parsing.patch \
            "
-SRC_URI[sha256sum] = "659553636f84dcf388cad5cf6530e02b0b2d3dc450e76199287ba9db6a6c5226"
+SRC_URI[sha256sum] = "f4b9fc0be852fe5f65401d18ae6218e4aea3ff7a3c9f8d265939b9c4704915f7"
 
 S = "${WORKDIR}/gst-plugins-base-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 11/45] gstreamer1.0-plugins-good: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (8 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 10/45] gstreamer1.0-plugins-base: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 12/45] gstreamer1.0-plugins-ugly: " Wang Mingyu
                   ` (33 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-good_1.26.1.bb => gstreamer1.0-plugins-good_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.26.1.bb => gstreamer1.0-plugins-good_1.26.2.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.2.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.2.bb
index ea1322a5e3..467ccd9893 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.26.2.bb
@@ -6,7 +6,7 @@ BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "fcdcb2f77620a599557b2843d1c6c55c2b660f5fc28222b542847d11d9ca982f"
+SRC_URI[sha256sum] = "d864b9aec28c3a80895468c909dd303e5f22f92d6e2b1137f80e2a1454584339"
 
 S = "${WORKDIR}/gst-plugins-good-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 12/45] gstreamer1.0-plugins-ugly: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (9 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 11/45] gstreamer1.0-plugins-good: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 13/45] gstreamer1.0-python: " Wang Mingyu
                   ` (32 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ugins-ugly_1.26.1.bb => gstreamer1.0-plugins-ugly_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.26.1.bb => gstreamer1.0-plugins-ugly_1.26.2.bb} (94%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.2.bb
similarity index 94%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.2.bb
index 0d35abf2c6..106fea361c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.26.2.bb
@@ -15,7 +15,7 @@ SRC_URI = " \
             https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.xz \
             "
 
-SRC_URI[sha256sum] = "34d9bcec8e88b008839d8de33fb043ae75eb04e466df74066fd66ee487a8ec4f"
+SRC_URI[sha256sum] = "ec2d7556c6b8c2694f9b918ab9c4c6c998fb908c6b6a6ad57441702dad14ce73"
 
 S = "${WORKDIR}/gst-plugins-ugly-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 13/45] gstreamer1.0-python: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (10 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 12/45] gstreamer1.0-plugins-ugly: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 14/45] gstreamer1.0-rtsp-server: " Wang Mingyu
                   ` (31 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...reamer1.0-python_1.26.1.bb => gstreamer1.0-python_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.26.1.bb => gstreamer1.0-python_1.26.2.bb} (91%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.2.bb
similarity index 91%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.2.bb
index 6afd286d38..50ff21c1ef 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.26.2.bb
@@ -8,7 +8,7 @@ LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "2dce1ecc8a80ce8e0b6f0e0cb3fad3bcd5d65ebe0622ed28eaae97b4559a6a85"
+SRC_URI[sha256sum] = "757ae964c16a542d60708bcb8a67c56c5be83785c0d1c534b9b9366bf676746e"
 
 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject gstreamer1.0-plugins-bad"
 RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject"
-- 
2.43.0



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

* [OE-core] [PATCH 14/45] gstreamer1.0-rtsp-server: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (11 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 13/45] gstreamer1.0-python: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 15/45] gstreamer1.0: " Wang Mingyu
                   ` (30 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...rtsp-server_1.26.1.bb => gstreamer1.0-rtsp-server_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.26.1.bb => gstreamer1.0-rtsp-server_1.26.2.bb} (90%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.2.bb
similarity index 90%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.2.bb
index 76f6dac25d..85b5615550 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.26.2.bb
@@ -10,7 +10,7 @@ PNREAL = "gst-rtsp-server"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "253fdfec78320c2f67486cd3797a0253c06982c3a8d5160f795b4257fadab301"
+SRC_URI[sha256sum] = "f942b2a499ed6d161222868db0e80de45297b4777ff189c6fb890bde698c2dc3"
 
 S = "${WORKDIR}/${PNREAL}-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 15/45] gstreamer1.0: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (12 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 14/45] gstreamer1.0-rtsp-server: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 16/45] gstreamer1.0-vaapi: " Wang Mingyu
                   ` (29 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{gstreamer1.0_1.26.1.bb => gstreamer1.0_1.26.2.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.26.1.bb => gstreamer1.0_1.26.2.bb} (97%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.2.bb
similarity index 97%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.2.bb
index e4579d7342..d288236abc 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.26.2.bb
@@ -22,7 +22,7 @@ SRC_URI = "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.x
            file://0003-tests-use-a-dictionaries-for-environment.patch \
            file://0004-tests-add-helper-script-to-run-the-installed_tests.patch \
            "
-SRC_URI[sha256sum] = "30a4c4a5e48345583eb596aa265d0f53c0feb93011d93a6aaa70dd6e3c519dc4"
+SRC_URI[sha256sum] = "f75334a3dff497c240844304a60015145792ecc3b6b213ac19841ccbd6fdf0ad"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
                    check \
-- 
2.43.0



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

* [OE-core] [PATCH 16/45] gstreamer1.0-vaapi: upgrade 1.26.1 -> 1.26.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (13 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 15/45] gstreamer1.0: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 17/45] harfbuzz: upgrade 11.2.0 -> 11.2.1 Wang Mingyu
                   ` (28 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...streamer1.0-vaapi_1.26.1.bb => gstreamer1.0-vaapi_1.26.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.26.1.bb => gstreamer1.0-vaapi_1.26.2.bb} (95%)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.2.bb
similarity index 95%
rename from meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.1.bb
rename to meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.2.bb
index e922815162..7079641bc4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.26.2.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "https://gstreamer.freedesktop.org/src/${REALPN}/${REALPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "1fc779690cd8d6c5ef3cd84e5a552f864815ea8d9c269370c8d21e0b6d5337c9"
+SRC_URI[sha256sum] = "0e24194236ed3b7f06f90e90efdf17f3f5ee39132e20081189a6c7690601051a"
 
 S = "${WORKDIR}/${REALPN}-${PV}"
 DEPENDS = "libva gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
-- 
2.43.0



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

* [OE-core] [PATCH 17/45] harfbuzz: upgrade 11.2.0 -> 11.2.1
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (14 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 16/45] gstreamer1.0-vaapi: " Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 18/45] hwdata: upgrade 0.394 -> 0.395 Wang Mingyu
                   ` (27 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch
refreshed for 11.2.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...se-Os-to-compile-hb-subset-plan-layout.cc.patch | 14 +++++++-------
 .../{harfbuzz_11.2.0.bb => harfbuzz_11.2.1.bb}     |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_11.2.0.bb => harfbuzz_11.2.1.bb} (95%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch
index 299843797b..38ff58fce5 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz/0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch
@@ -1,4 +1,4 @@
-From 8d876ea19579ee6b687668921c17be423cf7d6c2 Mon Sep 17 00:00:00 2001
+From a4325b6f6ddbebf3ecaee8f3825a2f03096adb6d Mon Sep 17 00:00:00 2001
 From: Khem Raj <raj.khem@gmail.com>
 Date: Sun, 27 Apr 2025 15:26:09 -0700
 Subject: [PATCH] Use -Os to compile hb-subset-plan-layout.cc
@@ -17,10 +17,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
  1 file changed, 12 insertions(+), 3 deletions(-)
 
 diff --git a/src/meson.build b/src/meson.build
-index 3d1c00d..fded728 100644
+index cbe5d9e..d7fc764 100644
 --- a/src/meson.build
 +++ b/src/meson.build
-@@ -393,7 +393,6 @@ hb_subset_sources = files(
+@@ -398,7 +398,6 @@ hb_subset_sources = files(
    'hb-subset-instancer-solver.hh',
    'hb-subset-instancer-solver.cc',
    'hb-subset-plan.cc',
@@ -28,7 +28,7 @@ index 3d1c00d..fded728 100644
    'hb-subset-plan-var.cc',
    'hb-subset-plan.hh',
    'hb-subset-plan-member-list.hh',
-@@ -410,6 +409,10 @@ hb_subset_sources = files(
+@@ -415,6 +414,10 @@ hb_subset_sources = files(
    'hb-subset.hh',
  )
  
@@ -39,7 +39,7 @@ index 3d1c00d..fded728 100644
  hb_subset_headers = files(
    'hb-subset.h',
    'hb-subset-serialize.h'
-@@ -618,6 +621,12 @@ endif
+@@ -629,6 +632,12 @@ endif
  
  darwin_versions = [hb_version_int, '@0@.0.0'.format(hb_version_int)]
  
@@ -52,7 +52,7 @@ index 3d1c00d..fded728 100644
  libharfbuzz = library('harfbuzz', hb_sources,
    include_directories: incconfig,
    dependencies: harfbuzz_deps,
-@@ -645,7 +654,7 @@ defs_list += [harfbuzz_subset_def]
+@@ -656,7 +665,7 @@ defs_list += [harfbuzz_subset_def]
  libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources,
    include_directories: incconfig,
    dependencies: [m_dep],
@@ -61,7 +61,7 @@ index 3d1c00d..fded728 100644
    cpp_args: cpp_args + extra_hb_cpp_args,
    soversion: hb_so_version,
    version: version,
-@@ -657,7 +666,7 @@ libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources,
+@@ -668,7 +677,7 @@ libharfbuzz_subset = library('harfbuzz-subset', hb_subset_sources,
  custom_target('harfbuzz-subset.cc',
    build_by_default: true,
    output: 'harfbuzz-subset.cc',
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb
similarity index 95%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb
index db5a04486c..71eada7f28 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_11.2.1.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b98429b8e8e3c2a67cfef01e99e4893d \
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BPN}-${PV}.tar.xz"
 SRC_URI += "file://0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch"
-SRC_URI[sha256sum] = "50f7d0a208367e606dbf6eecc5cfbecc01a47be6ee837ae7aff2787e24b09b45"
+SRC_URI[sha256sum] = "093714c8548a285094685f0bdc999e202d666b59eeb3df2ff921ab68b8336a49"
 
 DEPENDS += "glib-2.0-native"
 
-- 
2.43.0



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

* [OE-core] [PATCH 18/45] hwdata: upgrade 0.394 -> 0.395
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (15 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 17/45] harfbuzz: upgrade 11.2.0 -> 11.2.1 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 19/45] iproute2: upgrade 6.14.0 -> 6.15.0 Wang Mingyu
                   ` (26 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/hwdata/{hwdata_0.394.bb => hwdata_0.395.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/hwdata/{hwdata_0.394.bb => hwdata_0.395.bb} (93%)

diff --git a/meta/recipes-support/hwdata/hwdata_0.394.bb b/meta/recipes-support/hwdata/hwdata_0.395.bb
similarity index 93%
rename from meta/recipes-support/hwdata/hwdata_0.394.bb
rename to meta/recipes-support/hwdata/hwdata_0.395.bb
index 54edcecc2c..73b846b181 100644
--- a/meta/recipes-support/hwdata/hwdata_0.394.bb
+++ b/meta/recipes-support/hwdata/hwdata_0.395.bb
@@ -8,7 +8,7 @@ LICENSE = "GPL-2.0-or-later | X11"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https;tag=v${PV}"
-SRCREV = "fa1ccf4e4944bdb4110025c5c40e4fee8c8de29b"
+SRCREV = "95c1de6c4a0d40415867b29c0791480fb8ad3cdb"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [OE-core] [PATCH 19/45] iproute2: upgrade 6.14.0 -> 6.15.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (16 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 18/45] hwdata: upgrade 0.394 -> 0.395 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 20/45] kbd: upgrade 2.7.1 -> 2.8.0 Wang Mingyu
                   ` (25 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../iproute2/{iproute2_6.14.0.bb => iproute2_6.15.0.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_6.14.0.bb => iproute2_6.15.0.bb} (97%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.14.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.15.0.bb
similarity index 97%
rename from meta/recipes-connectivity/iproute2/iproute2_6.14.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_6.15.0.bb
index a32ac34245..592e3e15af 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_6.14.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_6.15.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] = "a6d23588150096591c3d00fc27a324a82ee71d7a1a9eea78df5df17ad9b8461f"
+SRC_URI[sha256sum] = "8041854a882583ad5263466736c9c8c68c74b1a35754ab770d23343f947528fb"
 
 inherit update-alternatives bash-completion pkgconfig
 
-- 
2.43.0



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

* [OE-core] [PATCH 20/45] kbd: upgrade 2.7.1 -> 2.8.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (17 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 19/45] iproute2: upgrade 6.14.0 -> 6.15.0 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:44 ` [OE-core] [PATCH 21/45] libadwaita: upgrade 1.7.2 -> 1.7.4 Wang Mingyu
                   ` (24 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-core/kbd/{kbd_2.7.1.bb => kbd_2.8.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/kbd/{kbd_2.7.1.bb => kbd_2.8.0.bb} (96%)

diff --git a/meta/recipes-core/kbd/kbd_2.7.1.bb b/meta/recipes-core/kbd/kbd_2.8.0.bb
similarity index 96%
rename from meta/recipes-core/kbd/kbd_2.7.1.bb
rename to meta/recipes-core/kbd/kbd_2.8.0.bb
index 9b9066e7b0..ababa09918 100644
--- a/meta/recipes-core/kbd/kbd_2.7.1.bb
+++ b/meta/recipes-core/kbd/kbd_2.8.0.bb
@@ -26,7 +26,7 @@ RCONFLICTS:${PN} = "console-tools"
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/${BP}.tar.xz \
            "
 
-SRC_URI[sha256sum] = "f167d899d92b56ccf12f6f49355173f93870a95f15d8aeebf5fdcd28a621aca8"
+SRC_URI[sha256sum] = "01f5806da7d1d34f594b7b2a6ae1ab23215344cf1064e8edcd3a90fef9776a11"
 
 # 'gzip -n' is set due to https://github.com/legionus/kbd/issues/124
 EXTRA_OECONF = "--disable-tests --enable-compress='gzip -n'"
-- 
2.43.0



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

* [OE-core] [PATCH 21/45] libadwaita: upgrade 1.7.2 -> 1.7.4
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (18 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 20/45] kbd: upgrade 2.7.1 -> 2.8.0 Wang Mingyu
@ 2025-06-04  8:44 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0 Wang Mingyu
                   ` (23 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:44 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libadwaita/{libadwaita_1.7.2.bb => libadwaita_1.7.4.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libadwaita/{libadwaita_1.7.2.bb => libadwaita_1.7.4.bb} (88%)

diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.7.4.bb
similarity index 88%
rename from meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb
rename to meta/recipes-gnome/libadwaita/libadwaita_1.7.4.bb
index 4dc583ab39..e2bfb0984e 100644
--- a/meta/recipes-gnome/libadwaita/libadwaita_1.7.2.bb
+++ b/meta/recipes-gnome/libadwaita/libadwaita_1.7.4.bb
@@ -11,7 +11,7 @@ DEPENDS = " \
 
 inherit gnomebase gobject-introspection gi-docgen vala features_check
 
-SRC_URI[archive.sha256sum] = "28ee2ff589c6debe47af9da7a56e37c97d6849e003918a4b223f690d25f960be"
+SRC_URI[archive.sha256sum] = "a012bef97ac0d726b969b18099f75fc5eee9e92c012af9672b827350d53ae970"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 REQUIRED_DISTRO_FEATURES = "opengl"
-- 
2.43.0



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

* [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (19 preceding siblings ...)
  2025-06-04  8:44 ` [OE-core] [PATCH 21/45] libadwaita: upgrade 1.7.2 -> 1.7.4 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-05  6:52   ` Mathieu Dubois-Briand
  2025-06-04  8:45 ` [OE-core] [PATCH 23/45] libmodulemd: upgrade 2.15.0 -> 2.15.1 Wang Mingyu
                   ` (22 subsequent siblings)
  43 siblings, 1 reply; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
   file in public domain changed from
   libarchive/archive_getdate.c to libarchive/archive_parse_date.c

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libarchive/{libarchive_3.7.9.bb => libarchive_3.8.0.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/libarchive/{libarchive_3.7.9.bb => libarchive_3.8.0.bb} (93%)

diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb
similarity index 93%
rename from meta/recipes-extended/libarchive/libarchive_3.7.9.bb
rename to meta/recipes-extended/libarchive/libarchive_3.8.0.bb
index d70cdb3d83..0722f26f9f 100644
--- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
+++ b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "C library and command-line tools for reading and writing tar, cpi
 HOMEPAGE = "http://www.libarchive.org/"
 SECTION = "devel"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7ce08437ff7f5e24d72e666313ae4084"
 
 DEPENDS = "e2fsprogs-native"
 
@@ -31,7 +31,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
 
 SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
+SRC_URI[sha256sum] = "191b5b24811499d5c2e5efa3248975fa6daa5e6a227700cc7b8e54d6d7c06eef"
 
 inherit autotools update-alternatives pkgconfig
 
-- 
2.43.0



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

* [OE-core] [PATCH 23/45] libmodulemd: upgrade 2.15.0 -> 2.15.1
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (20 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 24/45] libslirp: upgrade 4.9.0 -> 4.9.1 Wang Mingyu
                   ` (21 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
index d3bef83306..0c73032923 100644
--- a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
+++ b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb"
 
 SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main"
 
-PV = "2.15.0"
-SRCREV = "bfde7f2d04fbb22e26c9eb843e4ccc478762dd8d"
+PV = "2.15.1"
+SRCREV = "e7f179eeeb6eee1403f090fc43a3c80bb08b5bfd"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [OE-core] [PATCH 24/45] libslirp: upgrade 4.9.0 -> 4.9.1
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (21 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 23/45] libmodulemd: upgrade 2.15.0 -> 2.15.1 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 25/45] libucontext: upgrade 1.2 -> 1.3.2 Wang Mingyu
                   ` (20 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../slirp/{libslirp_4.9.0.bb => libslirp_4.9.1.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/slirp/{libslirp_4.9.0.bb => libslirp_4.9.1.bb} (91%)

diff --git a/meta/recipes-connectivity/slirp/libslirp_4.9.0.bb b/meta/recipes-connectivity/slirp/libslirp_4.9.1.bb
similarity index 91%
rename from meta/recipes-connectivity/slirp/libslirp_4.9.0.bb
rename to meta/recipes-connectivity/slirp/libslirp_4.9.1.bb
index a159ed7c67..568bac389f 100644
--- a/meta/recipes-connectivity/slirp/libslirp_4.9.0.bb
+++ b/meta/recipes-connectivity/slirp/libslirp_4.9.1.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause & MIT"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
 
 SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
-SRCREV = "c32a8a1ccaae8490142e67e078336a95c5ffc956"
+SRCREV = "9c744e1e52aa0d9646ed91d789d588696292c21e"
 
 S = "${WORKDIR}/git"
 
-- 
2.43.0



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

* [OE-core] [PATCH 25/45] libucontext: upgrade 1.2 -> 1.3.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (22 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 24/45] libslirp: upgrade 4.9.0 -> 4.9.1 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 26/45] libunwind: upgrade 1.8.1 -> 1.8.2 Wang Mingyu
                   ` (19 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../musl/{libucontext_1.2.bb => libucontext_1.3.2.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/musl/{libucontext_1.2.bb => libucontext_1.3.2.bb} (97%)

diff --git a/meta/recipes-core/musl/libucontext_1.2.bb b/meta/recipes-core/musl/libucontext_1.3.2.bb
similarity index 97%
rename from meta/recipes-core/musl/libucontext_1.2.bb
rename to meta/recipes-core/musl/libucontext_1.3.2.bb
index 4e34df1439..65ee77d06e 100644
--- a/meta/recipes-core/musl/libucontext_1.2.bb
+++ b/meta/recipes-core/musl/libucontext_1.3.2.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ebea527af0602d509b7f4c49533fb1bd"
 SECTION = "libs"
 DEPENDS = ""
 
-SRCREV = "4dde3417b4bb4b1b1545bd913be337680b5e28c3"
+SRCREV = "a0323579ac50b9a9d4033754d089f1fed0f59a00"
 SRC_URI = "git://github.com/kaniini/libucontext;branch=master;protocol=https \
            "
 
-- 
2.43.0



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

* [OE-core] [PATCH 26/45] libunwind: upgrade 1.8.1 -> 1.8.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (23 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 25/45] libucontext: upgrade 1.2 -> 1.3.2 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 27/45] liburcu: upgrade 0.15.2 -> 0.15.3 Wang Mingyu
                   ` (18 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0003-Fixed-miscompilation-of-unw_getcontext-on-ARM.patch
0004-Rework-inline-aarch64-as-for-setcontext.patch
removed since they're included in 1.8.2

libatomic.patch
malloc.patch
refreshed for 1.8.2

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...compilation-of-unw_getcontext-on-ARM.patch |  27 ---
 ...ork-inline-aarch64-as-for-setcontext.patch | 163 ------------------
 .../libunwind/libunwind/libatomic.patch       |   6 +-
 .../libunwind/libunwind/malloc.patch          |  10 +-
 ...{libunwind_1.8.1.bb => libunwind_1.8.2.bb} |   4 +-
 5 files changed, 9 insertions(+), 201 deletions(-)
 delete mode 100644 meta/recipes-support/libunwind/libunwind/0003-Fixed-miscompilation-of-unw_getcontext-on-ARM.patch
 delete mode 100644 meta/recipes-support/libunwind/libunwind/0004-Rework-inline-aarch64-as-for-setcontext.patch
 rename meta/recipes-support/libunwind/{libunwind_1.8.1.bb => libunwind_1.8.2.bb} (90%)

diff --git a/meta/recipes-support/libunwind/libunwind/0003-Fixed-miscompilation-of-unw_getcontext-on-ARM.patch b/meta/recipes-support/libunwind/libunwind/0003-Fixed-miscompilation-of-unw_getcontext-on-ARM.patch
deleted file mode 100644
index 19bdd858f7..0000000000
--- a/meta/recipes-support/libunwind/libunwind/0003-Fixed-miscompilation-of-unw_getcontext-on-ARM.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e5216c3fb1fa8d60a18c68e4749a3ff902f6678b Mon Sep 17 00:00:00 2001
-From: Ian Zborovsky <ian@veego.io>
-Date: Mon, 6 May 2024 02:01:19 +0300
-Subject: [PATCH 3/4] Fixed miscompilation of unw_getcontext() on ARM
-
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- include/libunwind-arm.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/libunwind-arm.h b/include/libunwind-arm.h
-index 6cfa577d..6643a185 100644
---- a/include/libunwind-arm.h
-+++ b/include/libunwind-arm.h
-@@ -288,7 +288,7 @@ unw_tdep_context_t;
-     "mov r0, #0\n\t"                                                                            \
-     "stmia %[base]!, {r0-r15}\n\t"                                                              \
-     VSTMIA                                                                                      \
--    : [r0] "=r" (r0) : [base] "r" (unw_base) : "memory");                                       \
-+    : [r0] "=r" (r0), [base] "+r" (unw_base) : : "memory");                                     \
-   (int)r0; })
- #else /* __thumb__ */
- #define unw_tdep_getcontext(uc) ({                                        \
--- 
-2.34.1
-
diff --git a/meta/recipes-support/libunwind/libunwind/0004-Rework-inline-aarch64-as-for-setcontext.patch b/meta/recipes-support/libunwind/libunwind/0004-Rework-inline-aarch64-as-for-setcontext.patch
deleted file mode 100644
index 005a077028..0000000000
--- a/meta/recipes-support/libunwind/libunwind/0004-Rework-inline-aarch64-as-for-setcontext.patch
+++ /dev/null
@@ -1,163 +0,0 @@
-From a832070f3665d29a8a06652c15f94d144c24ac69 Mon Sep 17 00:00:00 2001
-From: Stephen Webb <swebb@blackberry.com>
-Date: Mon, 22 Apr 2024 15:56:54 -0400
-Subject: [PATCH 4/5] Rework inline aarch64 as for setcontext
-
-Modern GC and clang were barfing on the inline asm constraints for the
-aarch64-linux setcontext() replacement. Reformulated the asm code to
-reduce the required constraints.
-
-Upstream-Status: Backport
-Signed-off-by: Ross Burton <ross.burton@arm.com>
----
- src/aarch64/Gos-linux.c | 115 +++++++++++++++++++++-------------------
- 1 file changed, 61 insertions(+), 54 deletions(-)
-
-diff --git a/src/aarch64/Gos-linux.c b/src/aarch64/Gos-linux.c
-index 7cd8c879..1e494962 100644
---- a/src/aarch64/Gos-linux.c
-+++ b/src/aarch64/Gos-linux.c
-@@ -2,6 +2,7 @@
-    Copyright (C) 2008 CodeSourcery
-    Copyright (C) 2011-2013 Linaro Limited
-    Copyright (C) 2012 Tommi Rantala <tt.rantala@gmail.com>
-+   Copyright 2024 Stephen M. Webb  <swebb@blackberry.com>
- 
- This file is part of libunwind.
- 
-@@ -28,6 +29,28 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
- 
- #ifndef UNW_REMOTE_ONLY
- 
-+/* Magic constants generated from gen-offsets.c */
-+#define SC_R0_OFF   "8"
-+#define SC_R2_OFF   "24"
-+#define SC_R18_OFF  "152"
-+#define SC_R20_OFF  "168"
-+#define SC_R22_OFF  "184"
-+#define SC_R24_OFF  "200"
-+#define SC_R26_OFF  "216"
-+#define SC_R28_OFF  "232"
-+#define SC_R30_OFF  "248"
-+
-+#define FP_R08_OFF "80"
-+#define FP_R09_OFF "88"
-+#define FP_R10_OFF "96"
-+#define FP_R11_OFF "104"
-+#define FP_R12_OFF "112"
-+#define FP_R13_OFF "120"
-+#define FP_R14_OFF "128"
-+#define FP_R15_OFF "136"
-+
-+#define SC_SP_OFF   "0x100"
-+
- HIDDEN int
- aarch64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg)
- {
-@@ -36,65 +59,49 @@ aarch64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg)
- 
-   if (c->sigcontext_format == AARCH64_SCF_NONE)
-     {
-+
-+      /*
-+       * This is effectively the old POSIX setcontext().
-+       *
-+       * This inline asm is broken up to use local scratch registers for the
-+       * uc_mcontext.regs and FPCTX base addresses because newer versions of GCC
-+       * and clang barf on too many constraints (gh-702) when the C array
-+       * elements are used directly.
-+       *
-+       * Clobbers aren't required for the inline asm because they just convince
-+       * the compiler to save those registers and they never get restored
-+       * becauise the asm ends with a plain ol' ret.
-+       */
-+      register void* uc_mcontext __asm__ ("x5") = (void*) &uc->uc_mcontext;
-+      register void* fpctx __asm__ ("x4") = (void*) GET_FPCTX(uc);
-+
-       /* Since there are no signals involved here we restore EH and non scratch
-          registers only.  */
-       __asm__ __volatile__ (
--        "ldr x0,  %[x0]\n\t"
--        "ldr x1,  %[x1]\n\t"
--        "ldr x2,  %[x2]\n\t"
--        "ldr x3,  %[x3]\n\t"
--        "ldr x19, %[x19]\n\t"
--        "ldr x20, %[x20]\n\t"
--        "ldr x21, %[x21]\n\t"
--        "ldr x22, %[x22]\n\t"
--        "ldr x23, %[x23]\n\t"
--        "ldr x24, %[x24]\n\t"
--        "ldr x25, %[x25]\n\t"
--        "ldr x26, %[x26]\n\t"
--        "ldr x27, %[x27]\n\t"
--        "ldr x28, %[x28]\n\t"
--        "ldr x29, %[x29]\n\t"
--        "ldr x30, %[x30]\n\t"
--        "ldr d8,  %[d8]\n\t"
--        "ldr d9,  %[d9]\n\t"
--        "ldr d10, %[d10]\n\t"
--        "ldr d11, %[d11]\n\t"
--        "ldr d12, %[d12]\n\t"
--        "ldr d13, %[d13]\n\t"
--        "ldr d14, %[d14]\n\t"
--        "ldr d15, %[d15]\n\t"
--        "ldr x5,  %[sp]\n\t"
-+        "ldp x0,  x1,  [x5, " SC_R0_OFF  "]\n\t"
-+        "ldp x2,  x3,  [x5, " SC_R2_OFF  "]\n\t"
-+        "ldp x18, x19, [x5, " SC_R18_OFF "]\n\t"
-+        "ldp x20, x21, [x5, " SC_R20_OFF "]\n\t"
-+        "ldp x22, x23, [x5, " SC_R22_OFF "]\n\t"
-+        "ldp x24, x25, [x5, " SC_R24_OFF "]\n\t"
-+        "ldp x26, x27, [x5, " SC_R26_OFF "]\n\t"
-+        "ldp x28, x29, [x5, " SC_R28_OFF "]\n\t"
-+        "ldr x30, [x5, " SC_R30_OFF "]\n\t"
-+        "ldr d8,  [x4, " FP_R08_OFF "]\n\t"
-+        "ldr d9,  [x4, " FP_R09_OFF "]\n\t"
-+        "ldr d10, [x4, " FP_R10_OFF "]\n\t"
-+        "ldr d11, [x4, " FP_R11_OFF "]\n\t"
-+        "ldr d12, [x4, " FP_R12_OFF "]\n\t"
-+        "ldr d13, [x4, " FP_R13_OFF "]\n\t"
-+        "ldr d14, [x4, " FP_R14_OFF "]\n\t"
-+        "ldr d15, [x4, " FP_R15_OFF "]\n\t"
-+        "ldr x5,  [x5, " SC_SP_OFF "]\n\t"
-         "mov sp, x5\n\t"
-         "ret\n"
--        :
--        : [x0]  "m"(uc->uc_mcontext.regs[0]),
--		  [x1]  "m"(uc->uc_mcontext.regs[1]),
--		  [x2]  "m"(uc->uc_mcontext.regs[2]),
--		  [x3]  "m"(uc->uc_mcontext.regs[3]),
--		  [x19] "m"(uc->uc_mcontext.regs[19]),
--		  [x20] "m"(uc->uc_mcontext.regs[20]),
--		  [x21] "m"(uc->uc_mcontext.regs[21]),
--		  [x22] "m"(uc->uc_mcontext.regs[22]),
--		  [x23] "m"(uc->uc_mcontext.regs[23]),
--		  [x24] "m"(uc->uc_mcontext.regs[24]),
--		  [x25] "m"(uc->uc_mcontext.regs[25]),
--		  [x26] "m"(uc->uc_mcontext.regs[26]),
--		  [x27] "m"(uc->uc_mcontext.regs[27]),
--		  [x28] "m"(uc->uc_mcontext.regs[28]),
--		  [x29] "m"(uc->uc_mcontext.regs[29]), /* FP */
--		  [x30] "m"(uc->uc_mcontext.regs[30]), /* LR */
--		  [d8]  "m"(GET_FPCTX(uc)->vregs[8]),
--		  [d9]  "m"(GET_FPCTX(uc)->vregs[9]),
--		  [d10] "m"(GET_FPCTX(uc)->vregs[10]),
--		  [d11] "m"(GET_FPCTX(uc)->vregs[11]),
--		  [d12] "m"(GET_FPCTX(uc)->vregs[12]),
--		  [d13] "m"(GET_FPCTX(uc)->vregs[13]),
--		  [d14] "m"(GET_FPCTX(uc)->vregs[14]),
--		  [d15] "m"(GET_FPCTX(uc)->vregs[15]),
--          [sp]  "m"(uc->uc_mcontext.sp)
--		: "x0",   "x1",  "x2",  "x3", "x19", "x20", "x21", "x22", "x23", "x24",
--		  "x25", "x26", "x27", "x28", "x29", "x30"
--	  );
-+        : 
-+        : [uc_mcontext] "r"(uc_mcontext),
-+          [fpctx] "r"(fpctx)
-+      );
-     }
-   else
-     {
--- 
-2.34.1
-
diff --git a/meta/recipes-support/libunwind/libunwind/libatomic.patch b/meta/recipes-support/libunwind/libunwind/libatomic.patch
index f39e92f2ee..e783128e2c 100644
--- a/meta/recipes-support/libunwind/libunwind/libatomic.patch
+++ b/meta/recipes-support/libunwind/libunwind/libatomic.patch
@@ -1,4 +1,4 @@
-From d6a0d8ce07c761e51b9dc7c5d16a9b06c3e93560 Mon Sep 17 00:00:00 2001
+From a331e3a63981427724d2d9cfdcb4a456153299b5 Mon Sep 17 00:00:00 2001
 From: Stephen Webb <swebb@blackberry.com>
 Date: Mon, 18 Mar 2024 10:22:26 -0400
 Subject: [PATCH] configure.ac: detect if -latomic is required
@@ -14,10 +14,10 @@ Signed-off-by: Ross Burton <ross.burton@arm.com>
  1 file changed, 12 insertions(+)
 
 diff --git a/configure.ac b/configure.ac
-index 758a27d19..d0ef5f3d9 100644
+index eaa0ddc..d5f1d4a 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -94,6 +94,18 @@ dnl Checks for library functions.
+@@ -93,6 +93,18 @@ dnl Checks for library functions.
  AC_CHECK_FUNCS(dl_iterate_phdr dl_phdr_removals_counter dlmodinfo getunwind \
  		ttrace mincore pipe2 sigaltstack execvpe)
  
diff --git a/meta/recipes-support/libunwind/libunwind/malloc.patch b/meta/recipes-support/libunwind/libunwind/malloc.patch
index 026a56f155..cfcef1ccdc 100644
--- a/meta/recipes-support/libunwind/libunwind/malloc.patch
+++ b/meta/recipes-support/libunwind/libunwind/malloc.patch
@@ -1,4 +1,4 @@
-From b67d508a93bf1ba231c18dce3894cfee25c16e0d Mon Sep 17 00:00:00 2001
+From 8fd3e0c24fdfed64e0642ec0334548f16a2a9390 Mon Sep 17 00:00:00 2001
 From: Stephen Webb <swebb@blackberry.com>
 Date: Wed, 12 Feb 2025 12:08:07 -0500
 Subject: [PATCH] Fix bad prototype for malloc() in test
@@ -23,7 +23,7 @@ Signed-off-by: Ross Burton <ross.burton@arm.com>
  create mode 100644 tests/unw_test.h
 
 diff --git a/tests/Gtest-nomalloc.c b/tests/Gtest-nomalloc.c
-index 5b97fc709..e770ff614 100644
+index 5b97fc7..e770ff6 100644
 --- a/tests/Gtest-nomalloc.c
 +++ b/tests/Gtest-nomalloc.c
 @@ -1,78 +1,92 @@
@@ -188,10 +188,10 @@ index 5b97fc709..e770ff614 100644
 +  exit (UNW_TEST_EXIT_PASS);
  }
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index adc34ac63..60f3f3adc 100644
+index e2b07bc..844105a 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -214,7 +214,7 @@ endif
+@@ -200,7 +200,7 @@ endif
  
  noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_cdep) \
  	$(noinst_PROGRAMS_arch)
@@ -202,7 +202,7 @@ index adc34ac63..60f3f3adc 100644
                      -e 's,[@]XFAIL_TESTS[@],$(XFAIL_TESTS),g' \
 diff --git a/tests/unw_test.h b/tests/unw_test.h
 new file mode 100644
-index 000000000..9ae86dce1
+index 0000000..9ae86dc
 --- /dev/null
 +++ b/tests/unw_test.h
 @@ -0,0 +1,47 @@
diff --git a/meta/recipes-support/libunwind/libunwind_1.8.1.bb b/meta/recipes-support/libunwind/libunwind_1.8.2.bb
similarity index 90%
rename from meta/recipes-support/libunwind/libunwind_1.8.1.bb
rename to meta/recipes-support/libunwind/libunwind_1.8.2.bb
index 10714ea247..6f7168b5df 100644
--- a/meta/recipes-support/libunwind/libunwind_1.8.1.bb
+++ b/meta/recipes-support/libunwind/libunwind_1.8.2.bb
@@ -10,14 +10,12 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \
            file://mips-byte-order.patch \
            file://0001-tests-Garm64-test-sve-signal-check-that-SVE-is-prese.patch \
            file://0002-coredump-use-glibc-or-musl-register-names-as-appropr.patch \
-           file://0003-Fixed-miscompilation-of-unw_getcontext-on-ARM.patch \
-           file://0004-Rework-inline-aarch64-as-for-setcontext.patch \
            file://0005-Handle-musl-on-PPC32.patch \
            file://libatomic.patch \
            file://malloc.patch \
            "
 
-SRC_URI[sha256sum] = "ddf0e32dd5fafe5283198d37e4bf9decf7ba1770b6e7e006c33e6df79e6a6157"
+SRC_URI[sha256sum] = "7f262f1a1224f437ede0f96a6932b582c8f5421ff207c04e3d9504dfa04c8b82"
 
 inherit autotools multilib_header github-releases
 
-- 
2.43.0



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

* [OE-core] [PATCH 27/45] liburcu: upgrade 0.15.2 -> 0.15.3
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (24 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 26/45] libunwind: upgrade 1.8.1 -> 1.8.2 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 28/45] libusb1: upgrade 1.0.28 -> 1.0.29 Wang Mingyu
                   ` (17 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../liburcu/{liburcu_0.15.2.bb => liburcu_0.15.3.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/liburcu/{liburcu_0.15.2.bb => liburcu_0.15.3.bb} (91%)

diff --git a/meta/recipes-support/liburcu/liburcu_0.15.2.bb b/meta/recipes-support/liburcu/liburcu_0.15.3.bb
similarity index 91%
rename from meta/recipes-support/liburcu/liburcu_0.15.2.bb
rename to meta/recipes-support/liburcu/liburcu_0.15.3.bb
index 93d6a6551f..fb4e457719 100644
--- a/meta/recipes-support/liburcu/liburcu_0.15.2.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.15.3.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=c2a92498b6e88e276f986877995425b8 \
 
 SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
 
-SRC_URI[sha256sum] = "59f36f2b8bda1b7620a7eced2634f26c549444818a8313025a3bb09c0766a61d"
+SRC_URI[sha256sum] = "26687ec84e3e114759454c884a08abeaf79dec09b041895ddf4c45ec150acb6d"
 
 S = "${WORKDIR}/userspace-rcu-${PV}"
 inherit autotools multilib_header
-- 
2.43.0



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

* [OE-core] [PATCH 28/45] libusb1: upgrade 1.0.28 -> 1.0.29
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (25 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 27/45] liburcu: upgrade 0.15.2 -> 0.15.3 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 29/45] libxkbcommon: upgrade 1.9.2 -> 1.10.0 Wang Mingyu
                   ` (16 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libusb/{libusb1_1.0.28.bb => libusb1_1.0.29.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libusb/{libusb1_1.0.28.bb => libusb1_1.0.29.bb} (93%)

diff --git a/meta/recipes-support/libusb/libusb1_1.0.28.bb b/meta/recipes-support/libusb/libusb1_1.0.29.bb
similarity index 93%
rename from meta/recipes-support/libusb/libusb1_1.0.28.bb
rename to meta/recipes-support/libusb/libusb1_1.0.29.bb
index 51287499b7..bae5e2c09f 100644
--- a/meta/recipes-support/libusb/libusb1_1.0.28.bb
+++ b/meta/recipes-support/libusb/libusb1_1.0.29.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] = "966bb0d231f94a474eaae2e67da5ec844d3527a1f386456394ff432580634b29"
+SRC_URI[sha256sum] = "5977fc950f8d1395ccea9bd48c06b3f808fd3c2c961b44b0c2e6e29fc3a70a85"
 
 S = "${WORKDIR}/libusb-${PV}"
 
-- 
2.43.0



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

* [OE-core] [PATCH 29/45] libxkbcommon: upgrade 1.9.2 -> 1.10.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (26 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 28/45] libusb1: upgrade 1.0.28 -> 1.0.29 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 30/45] meson: upgrade 1.8.0 -> 1.8.1 Wang Mingyu
                   ` (15 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libxkbcommon_1.9.2.bb => libxkbcommon_1.10.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libxkbcommon_1.9.2.bb => libxkbcommon_1.10.0.bb} (96%)

diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb
similarity index 96%
rename from meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
rename to meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb
index 77ee8ce500..e10bbf7af0 100644
--- a/meta/recipes-graphics/xorg-lib/libxkbcommon_1.9.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_1.10.0.bb
@@ -9,7 +9,7 @@ DEPENDS = "flex-native bison-native"
 
 SRC_URI = "git://github.com/xkbcommon/libxkbcommon;protocol=https;branch=master;tag=xkbcommon-${PV}"
 
-SRCREV = "dd642359f8d43c09968e34ca7f1eb1121b2dfd70"
+SRCREV = "7888474d0296dcad50c9ba4adfdfdf2be02d35e1"
 S = "${WORKDIR}/git"
 
 inherit meson pkgconfig bash-completion
-- 
2.43.0



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

* [OE-core] [PATCH 30/45] meson: upgrade 1.8.0 -> 1.8.1
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (27 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 29/45] libxkbcommon: upgrade 1.9.2 -> 1.10.0 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 31/45] msmtp: upgrade 1.8.28 -> 1.8.30 Wang Mingyu
                   ` (14 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-Make-CPU-family-warnings-fatal.patch
0001-python-module-do-not-manipulate-the-environment-when.patch
refreshed for 1.8.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 6 +++---
 ...on-module-do-not-manipulate-the-environment-when.patch | 8 ++++----
 .../meson/{meson_1.8.0.bb => meson_1.8.1.bb}              | 2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-devtools/meson/{meson_1.8.0.bb => meson_1.8.1.bb} (98%)

diff --git a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
index b5d0546967..98ca08c2ca 100644
--- a/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
+++ b/meta/recipes-devtools/meson/meson/0001-Make-CPU-family-warnings-fatal.patch
@@ -1,4 +1,4 @@
-From a503c007d3db87acf711d110c01e11c2d087f99c Mon Sep 17 00:00:00 2001
+From c01e5e29953e0302988f2d60adc50ebfa0e5d670 Mon Sep 17 00:00:00 2001
 From: Ross Burton <ross.burton@intel.com>
 Date: Tue, 3 Jul 2018 13:59:09 +0100
 Subject: [PATCH] Make CPU family warnings fatal
@@ -26,10 +26,10 @@ index 43fad0c..27be871 100644
          endian = literal['endian']
          if endian not in ('little', 'big'):
 diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
-index f322cda..53a0ac0 100644
+index 2a9cf16..6b2bd6b 100644
 --- a/mesonbuild/environment.py
 +++ b/mesonbuild/environment.py
-@@ -429,10 +429,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
+@@ -436,10 +436,8 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
          if compilers and not any_compiler_has_define(compilers, '__mips64'):
              trial = 'mips'
  
diff --git a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
index 85a93c8e7a..f654447013 100644
--- a/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
+++ b/meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
@@ -1,4 +1,4 @@
-From 859711f99ea9b183a1dffb9b97de09ad0fe9803b Mon Sep 17 00:00:00 2001
+From 6c3734f533ee7ad493188c8fc17bb1c65b65f0bd Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Mon, 19 Nov 2018 14:24:26 +0100
 Subject: [PATCH] python module: do not manipulate the environment when calling
@@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
  1 file changed, 1 insertion(+), 5 deletions(-)
 
 diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py
-index 3dab31c..b9307fc 100644
+index ab040b5..a34b271 100644
 --- a/mesonbuild/dependencies/python.py
 +++ b/mesonbuild/dependencies/python.py
-@@ -410,9 +410,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
+@@ -412,9 +412,6 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
                      empty.name = 'python'
                      return empty
  
@@ -25,7 +25,7 @@ index 3dab31c..b9307fc 100644
                  try:
                      return PythonPkgConfigDependency(name, env, kwargs, installation, True)
                  finally:
-@@ -421,8 +418,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
+@@ -423,8 +420,7 @@ def python_factory(env: 'Environment', for_machine: 'MachineChoice',
                              os.environ[name] = value
                          elif name in os.environ:
                              del os.environ[name]
diff --git a/meta/recipes-devtools/meson/meson_1.8.0.bb b/meta/recipes-devtools/meson/meson_1.8.1.bb
similarity index 98%
rename from meta/recipes-devtools/meson/meson_1.8.0.bb
rename to meta/recipes-devtools/meson/meson_1.8.1.bb
index 78e0a0ed80..af4bc9fecd 100644
--- a/meta/recipes-devtools/meson/meson_1.8.0.bb
+++ b/meta/recipes-devtools/meson/meson_1.8.1.bb
@@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/meson-${PV}.tar.gz \
            file://0001-Make-CPU-family-warnings-fatal.patch \
            file://0002-Support-building-allarch-recipes-again.patch \
            "
-SRC_URI[sha256sum] = "0a9b23311271519bd03dca12d7d8b0eab582c3a2c5da433d465b6e519dc88e2f"
+SRC_URI[sha256sum] = "b4e3b80e8fa633555abf447a95a700aba1585419467b2710d5e5bf88df0a7011"
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 inherit python_setuptools_build_meta github-releases
-- 
2.43.0



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

* [OE-core] [PATCH 31/45] msmtp: upgrade 1.8.28 -> 1.8.30
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (28 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 30/45] meson: upgrade 1.8.0 -> 1.8.1 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 32/45] ofono: upgrade 2.16 -> 2.17 Wang Mingyu
                   ` (13 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-extended/msmtp/{msmtp_1.8.28.bb => msmtp_1.8.30.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/msmtp/{msmtp_1.8.28.bb => msmtp_1.8.30.bb} (91%)

diff --git a/meta/recipes-extended/msmtp/msmtp_1.8.28.bb b/meta/recipes-extended/msmtp/msmtp_1.8.30.bb
similarity index 91%
rename from meta/recipes-extended/msmtp/msmtp_1.8.28.bb
rename to meta/recipes-extended/msmtp/msmtp_1.8.30.bb
index 48c597de24..83ec83f326 100644
--- a/meta/recipes-extended/msmtp/msmtp_1.8.28.bb
+++ b/meta/recipes-extended/msmtp/msmtp_1.8.30.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 UPSTREAM_CHECK_URI = "https://marlam.de/msmtp/download/"
 
 SRC_URI = "https://marlam.de/${BPN}/releases/${BP}.tar.xz"
-SRC_URI[sha256sum] = "3a57f155f54e4860f7dd42138d9bea1af615b99dfab5ab4cd728fc8c09a647a4"
+SRC_URI[sha256sum] = "f826a3c500c4dfeed814685097cead9b2b3dca5a2ec3897967cb9032570fa9ab"
 
 inherit gettext autotools update-alternatives pkgconfig
 
-- 
2.43.0



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

* [OE-core] [PATCH 32/45] ofono: upgrade 2.16 -> 2.17
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (29 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 31/45] msmtp: upgrade 1.8.28 -> 1.8.30 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 33/45] python3-beartype: upgrade 0.20.2 -> 0.21.0 Wang Mingyu
                   ` (12 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-connectivity/ofono/{ofono_2.16.bb => ofono_2.17.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/ofono/{ofono_2.16.bb => ofono_2.17.bb} (95%)

diff --git a/meta/recipes-connectivity/ofono/ofono_2.16.bb b/meta/recipes-connectivity/ofono/ofono_2.17.bb
similarity index 95%
rename from meta/recipes-connectivity/ofono/ofono_2.16.bb
rename to meta/recipes-connectivity/ofono/ofono_2.17.bb
index ea3120974c..36bbe9439a 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.16.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.17.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] = "6fa2e168e74e1d1879008806537eff2f0b3c86eb5412fbc093f4236e2a15c9ef"
+SRC_URI[sha256sum] = "70bb50997d3a7657edf133355677f8e04b2158bcb031118a67b296107f6ea73e"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
 
-- 
2.43.0



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

* [OE-core] [PATCH 33/45] python3-beartype: upgrade 0.20.2 -> 0.21.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (30 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 32/45] ofono: upgrade 2.16 -> 2.17 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 34/45] python3-click: upgrade 8.1.8 -> 8.2.1 Wang Mingyu
                   ` (11 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-beartype_0.20.2.bb => python3-beartype_0.21.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-beartype_0.20.2.bb => python3-beartype_0.21.0.bb} (78%)

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



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

* [OE-core] [PATCH 34/45] python3-click: upgrade 8.1.8 -> 8.2.1
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (31 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 33/45] python3-beartype: upgrade 0.20.2 -> 0.21.0 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04 17:16   ` Mathieu Dubois-Briand
  2025-06-04  8:45 ` [OE-core] [PATCH 35/45] python3-cython: upgrade 3.1.0 -> 3.1.1 Wang Mingyu
                   ` (10 subsequent siblings)
  43 siblings, 1 reply; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-click_8.1.8.bb => python3-click_8.2.1.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-click_8.1.8.bb => python3-click_8.2.1.bb} (90%)

diff --git a/meta/recipes-devtools/python/python3-click_8.1.8.bb b/meta/recipes-devtools/python/python3-click_8.2.1.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-click_8.1.8.bb
rename to meta/recipes-devtools/python/python3-click_8.2.1.bb
index 7be3d73546..05be963309 100644
--- a/meta/recipes-devtools/python/python3-click_8.1.8.bb
+++ b/meta/recipes-devtools/python/python3-click_8.2.1.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1fa98232fd645608937a0fdc82e999b8"
 
-SRC_URI[sha256sum] = "ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"
+SRC_URI[sha256sum] = "27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"
 
 inherit pypi python_flit_core ptest-python-pytest
 
-- 
2.43.0



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

* [OE-core] [PATCH 35/45] python3-cython: upgrade 3.1.0 -> 3.1.1
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (32 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 34/45] python3-click: upgrade 8.1.8 -> 8.2.1 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 36/45] python3-hypothesis: upgrade 6.131.14 -> 6.132.0 Wang Mingyu
                   ` (9 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-cython_3.1.0.bb => python3-cython_3.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-cython_3.1.0.bb => python3-cython_3.1.1.bb} (93%)

diff --git a/meta/recipes-devtools/python/python3-cython_3.1.0.bb b/meta/recipes-devtools/python/python3-cython_3.1.1.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-cython_3.1.0.bb
rename to meta/recipes-devtools/python/python3-cython_3.1.1.bb
index f93135b94b..1bc6eda4ac 100644
--- a/meta/recipes-devtools/python/python3-cython_3.1.0.bb
+++ b/meta/recipes-devtools/python/python3-cython_3.1.1.bb
@@ -7,7 +7,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=61c3ee8961575861fa86c7e62bc9f69c"
 
-SRC_URI[sha256sum] = "1097dd60d43ad0fff614a57524bfd531b35c13a907d13bee2cc2ec152e6bf4a1"
+SRC_URI[sha256sum] = "505ccd413669d5132a53834d792c707974248088c4f60c497deb1b416e366397"
 
 inherit pypi setuptools3 cython
 
-- 
2.43.0



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

* [OE-core] [PATCH 36/45] python3-hypothesis: upgrade 6.131.14 -> 6.132.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (33 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 35/45] python3-cython: upgrade 3.1.0 -> 3.1.1 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 37/45] python3-jsonschema: upgrade 4.23.0 -> 4.24.0 Wang Mingyu
                   ` (8 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...on3-hypothesis_6.131.14.bb => python3-hypothesis_6.132.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.131.14.bb => python3-hypothesis_6.132.0.bb} (91%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb b/meta/recipes-devtools/python/python3-hypothesis_6.132.0.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb
rename to meta/recipes-devtools/python/python3-hypothesis_6.132.0.bb
index 269ed936b6..52688b8765 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_6.131.14.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_6.132.0.bb
@@ -13,7 +13,7 @@ SRC_URI += " \
     file://test_rle.py \
     "
 
-SRC_URI[sha256sum] = "347edc46cfe9bfcfb0598c4c927ed8fd573edfc8bacd2162023c4cf16accb702"
+SRC_URI[sha256sum] = "55868060add41baa6176ed9c3456655678d140c74e3514bdf03381dae6391403"
 
 RDEPENDS:${PN} += " \
     python3-attrs \
-- 
2.43.0



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

* [OE-core] [PATCH 37/45] python3-jsonschema: upgrade 4.23.0 -> 4.24.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (34 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 36/45] python3-hypothesis: upgrade 6.131.14 -> 6.132.0 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 38/45] python3-pdm: upgrade 2.24.1 -> 2.24.2 Wang Mingyu
                   ` (7 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

d71f96a6523875c9694fcdf468c9f458323d07f2.patch
removed since it's included in 4.24.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...96a6523875c9694fcdf468c9f458323d07f2.patch | 44 -------------------
 ...4.23.0.bb => python3-jsonschema_4.24.0.bb} |  4 +-
 2 files changed, 1 insertion(+), 47 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-jsonschema/d71f96a6523875c9694fcdf468c9f458323d07f2.patch
 rename meta/recipes-devtools/python/{python3-jsonschema_4.23.0.bb => python3-jsonschema_4.24.0.bb} (88%)

diff --git a/meta/recipes-devtools/python/python3-jsonschema/d71f96a6523875c9694fcdf468c9f458323d07f2.patch b/meta/recipes-devtools/python/python3-jsonschema/d71f96a6523875c9694fcdf468c9f458323d07f2.patch
deleted file mode 100644
index 65cc2b4cf0..0000000000
--- a/meta/recipes-devtools/python/python3-jsonschema/d71f96a6523875c9694fcdf468c9f458323d07f2.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From d71f96a6523875c9694fcdf468c9f458323d07f2 Mon Sep 17 00:00:00 2001
-From: Julian Berman <Julian@GrayVines.com>
-Date: Thu, 17 Oct 2024 09:36:35 -0400
-Subject: [PATCH] Fix the annotation for validator_for's default.
-
-This still doesn't seem to satisfy mypy, so tell it to be quiet.
-
-Upstream-Status: Backport [https://github.com/python-jsonschema/jsonschema/commit/d71f96a6523875c9694fcdf468c9f458323d07f2]
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
----
- jsonschema/validators.py | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/jsonschema/validators.py b/jsonschema/validators.py
-index 85c39160..b8ca3bd4 100644
---- a/jsonschema/validators.py
-+++ b/jsonschema/validators.py
-@@ -857,7 +857,7 @@ def extend(
-     version="draft2020-12",
- )
- 
--_LATEST_VERSION = Draft202012Validator
-+_LATEST_VERSION: type[Validator] = Draft202012Validator
- 
- 
- class _RefResolver:
-@@ -1334,7 +1334,7 @@ def validate(instance, schema, cls=None, *args, **kwargs):  # noqa: D417
- 
- def validator_for(
-     schema,
--    default: Validator | _utils.Unset = _UNSET,
-+    default: type[Validator] | _utils.Unset = _UNSET,
- ) -> type[Validator]:
-     """
-     Retrieve the validator class appropriate for validating the given schema.
-@@ -1396,7 +1396,7 @@ class is returned:
-     DefaultValidator = _LATEST_VERSION if default is _UNSET else default
- 
-     if schema is True or schema is False or "$schema" not in schema:
--        return DefaultValidator
-+        return DefaultValidator  # type: ignore[return-value]
-     if schema["$schema"] not in _META_SCHEMAS and default is _UNSET:
-         warn(
-             (
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.23.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb
similarity index 88%
rename from meta/recipes-devtools/python/python3-jsonschema_4.23.0.bb
rename to meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb
index 82b7bb23ed..7a5f4a09a6 100644
--- a/meta/recipes-devtools/python/python3-jsonschema_4.23.0.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema_4.24.0.bb
@@ -4,9 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \
                     file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"
 
-SRC_URI += "file://d71f96a6523875c9694fcdf468c9f458323d07f2.patch"
-
-SRC_URI[sha256sum] = "d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"
+SRC_URI[sha256sum] = "0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196"
 
 inherit pypi python_hatchling
 
-- 
2.43.0



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

* [OE-core] [PATCH 38/45] python3-pdm: upgrade 2.24.1 -> 2.24.2
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (35 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 37/45] python3-jsonschema: upgrade 4.23.0 -> 4.24.0 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 39/45] python3-pycryptodome: upgrade 3.22.0 -> 3.23.0 Wang Mingyu
                   ` (6 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pdm_2.24.1.bb => python3-pdm_2.24.2.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pdm_2.24.1.bb => python3-pdm_2.24.2.bb} (82%)

diff --git a/meta/recipes-devtools/python/python3-pdm_2.24.1.bb b/meta/recipes-devtools/python/python3-pdm_2.24.2.bb
similarity index 82%
rename from meta/recipes-devtools/python/python3-pdm_2.24.1.bb
rename to meta/recipes-devtools/python/python3-pdm_2.24.2.bb
index 3f251c7f0f..d24e03d650 100644
--- a/meta/recipes-devtools/python/python3-pdm_2.24.1.bb
+++ b/meta/recipes-devtools/python/python3-pdm_2.24.2.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2eb31a2cc1a758c34b499f287dd04ef2"
 
-SRC_URI[sha256sum] = "fc8adf011caa4ee2b0f25dabf890152aa4153cc21599ea67fe0c14e533dcd6d9"
+SRC_URI[sha256sum] = "ce0d5e9005fe26238b8ba5cf0e37ac00acab2fb90f904bf0219a5e8445849dfb"
 
 inherit pypi python_setuptools_build_meta
 
-- 
2.43.0



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

* [OE-core] [PATCH 39/45] python3-pycryptodome: upgrade 3.22.0 -> 3.23.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (36 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 38/45] python3-pdm: upgrade 2.24.1 -> 2.24.2 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 40/45] python3-pycryptodomex: " Wang Mingyu
                   ` (5 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb | 5 -----
 meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb
 create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb

diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb
deleted file mode 100644
index c65b2a71fc..0000000000
--- a/meta/recipes-devtools/python/python3-pycryptodome_3.22.0.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require python-pycryptodome.inc
-inherit python_setuptools_build_meta
-
-SRC_URI[sha256sum] = "fd7ab568b3ad7b77c908d7c3f7e167ec5a8f035c64ff74f10d47a4edd043d723"
-
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb
new file mode 100644
index 0000000000..2528162ff8
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pycryptodome_3.23.0.bb
@@ -0,0 +1,5 @@
+require python-pycryptodome.inc
+inherit python_setuptools_build_meta
+
+SRC_URI[sha256sum] = "447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef"
+
-- 
2.43.0



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

* [OE-core] [PATCH 40/45] python3-pycryptodomex: upgrade 3.22.0 -> 3.23.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (37 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 39/45] python3-pycryptodome: upgrade 3.22.0 -> 3.23.0 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 41/45] python3-ruamel-yaml: upgrade 0.18.10 -> 0.18.12 Wang Mingyu
                   ` (4 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-pycryptodomex_3.22.0.bb => python3-pycryptodomex_3.23.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pycryptodomex_3.22.0.bb => python3-pycryptodomex_3.23.0.bb} (71%)

diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb
similarity index 71%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb
index 5cc37d81c2..43dba3faa3 100644
--- a/meta/recipes-devtools/python/python3-pycryptodomex_3.22.0.bb
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.23.0.bb
@@ -1,7 +1,7 @@
 require python-pycryptodome.inc
 inherit python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "a1da61bacc22f93a91cbe690e3eb2022a03ab4123690ab16c46abb693a9df63d"
+SRC_URI[sha256sum] = "71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da"
 
 FILES:${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \
-- 
2.43.0



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

* [OE-core] [PATCH 41/45] python3-ruamel-yaml: upgrade 0.18.10 -> 0.18.12
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (38 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 40/45] python3-pycryptodomex: " Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 42/45] python3-setuptools: upgrade 80.8.0 -> 80.9.0 Wang Mingyu
                   ` (3 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-ruamel-yaml_0.18.10.bb => python3-ruamel-yaml_0.18.12.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-ruamel-yaml_0.18.10.bb => python3-ruamel-yaml_0.18.12.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb
rename to meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb
index 02b04e3c0c..3b136b3b58 100644
--- a/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.10.bb
+++ b/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.12.bb
@@ -9,7 +9,7 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "20c86ab29ac2153f80a428e1254a8adf686d3383df04490514ca3b79a362db58"
+SRC_URI[sha256sum] = "5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2"
 
 RDEPENDS:${PN} += "\
     python3-shell \
-- 
2.43.0



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

* [OE-core] [PATCH 42/45] python3-setuptools: upgrade 80.8.0 -> 80.9.0
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (39 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 41/45] python3-ruamel-yaml: upgrade 0.18.10 -> 0.18.12 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 43/45] repo: upgrade 2.54 -> 2.55 Wang Mingyu
                   ` (2 subsequent siblings)
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch
refreshed for 80.9.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...tutils-sysconfig.py-make-it-possible-to-substite.patch | 8 ++++----
 ...-setuptools_80.8.0.bb => python3-setuptools_80.9.0.bb} | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/python/{python3-setuptools_80.8.0.bb => python3-setuptools_80.9.0.bb} (94%)

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 8ccffeef1d..39153883b0 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 c3d2c40e10f24724ab2e3d5f236823f3076c7aec Mon Sep 17 00:00:00 2001
+From e2eab8c254f16c461de25123f6859b8a18db5cd8 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,7 +20,7 @@ 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 e5facae..0932f6f 100644
+index 7ddc869..01a06af 100644
 --- a/setuptools/_distutils/sysconfig.py
 +++ b/setuptools/_distutils/sysconfig.py
 @@ -134,6 +134,8 @@ def get_python_inc(plat_specific: bool = False, prefix: str | None = None) -> st
@@ -32,7 +32,7 @@ index e5facae..0932f6f 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
-@@ -256,7 +258,13 @@ def get_python_lib(
+@@ -246,7 +248,13 @@ def get_python_lib(
  
      early_prefix = prefix
  
@@ -47,7 +47,7 @@ index e5facae..0932f6f 100644
          if standard_lib:
              prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX
          else:
-@@ -271,7 +279,7 @@ def get_python_lib(
+@@ -261,7 +269,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_80.8.0.bb b/meta/recipes-devtools/python/python3-setuptools_80.9.0.bb
similarity index 94%
rename from meta/recipes-devtools/python/python3-setuptools_80.8.0.bb
rename to meta/recipes-devtools/python/python3-setuptools_80.9.0.bb
index 327eff5700..533d8ce3d4 100644
--- a/meta/recipes-devtools/python/python3-setuptools_80.8.0.bb
+++ b/meta/recipes-devtools/python/python3-setuptools_80.9.0.bb
@@ -11,7 +11,7 @@ CVE_PRODUCT = "python3-setuptools python:setuptools"
 SRC_URI += " \
             file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
 
-SRC_URI[sha256sum] = "49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257"
+SRC_URI[sha256sum] = "f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c"
 
 DEPENDS += "python3"
 
-- 
2.43.0



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

* [OE-core] [PATCH 43/45] repo: upgrade 2.54 -> 2.55
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (40 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 42/45] python3-setuptools: upgrade 80.8.0 -> 80.9.0 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 44/45] ruby: upgrade 3.4.3 -> 3.4.4 Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 45/45] taglib: upgrade 2.0.2 -> 2.1 Wang Mingyu
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-devtools/repo/{repo_2.54.bb => repo_2.55.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/repo/{repo_2.54.bb => repo_2.55.bb} (94%)

diff --git a/meta/recipes-devtools/repo/repo_2.54.bb b/meta/recipes-devtools/repo/repo_2.55.bb
similarity index 94%
rename from meta/recipes-devtools/repo/repo_2.54.bb
rename to meta/recipes-devtools/repo/repo_2.55.bb
index 07ee583172..5fea49abb3 100644
--- a/meta/recipes-devtools/repo/repo_2.54.bb
+++ b/meta/recipes-devtools/repo/repo_2.55.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.googlesource.com/git-repo.git;protocol=https;branch=main;tag=v${PV} \
            "
-SRCREV = "97dc5c1bd9527c2abe2183b16a4b7ef037dc34a7"
+SRCREV = "08815ad3eb245872700201e03c47cb504d1dc3f9"
 
 MIRRORS += "git://gerrit.googlesource.com/git-repo.git git://github.com/GerritCodeReview/git-repo.git"
 
-- 
2.43.0



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

* [OE-core] [PATCH 44/45] ruby: upgrade 3.4.3 -> 3.4.4
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (41 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 43/45] repo: upgrade 2.54 -> 2.55 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  2025-06-04  8:45 ` [OE-core] [PATCH 45/45] taglib: upgrade 2.0.2 -> 2.1 Wang Mingyu
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
refreshed for 3.4.4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch    | 6 +++---
 ...Mark-Gemspec-reproducible-change-fixing-784225-too.patch | 6 +++---
 meta/recipes-devtools/ruby/{ruby_3.4.3.bb => ruby_3.4.4.bb} | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
 rename meta/recipes-devtools/ruby/{ruby_3.4.3.bb => ruby_3.4.4.bb} (98%)

diff --git a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
index bb67df0f40..84fe9aee3d 100644
--- a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
+++ b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
@@ -1,4 +1,4 @@
-From 7e2337d8b0daf264785cb06d1d6c7d61e428a11b Mon Sep 17 00:00:00 2001
+From 2625f6c155105d352d6a1ff3a722e7896431ff91 Mon Sep 17 00:00:00 2001
 From: Christopher Larson <chris_larson@mentor.com>
 Date: Thu, 5 May 2016 10:59:07 -0700
 Subject: [PATCH] Obey LDFLAGS for the link of libruby
@@ -10,10 +10,10 @@ Upstream-Status: Pending
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/template/Makefile.in b/template/Makefile.in
-index 05432cd..41a05bb 100644
+index 8f996b8..c708b64 100644
 --- a/template/Makefile.in
 +++ b/template/Makefile.in
-@@ -119,7 +119,7 @@ ENABLE_SHARED = @ENABLE_SHARED@
+@@ -120,7 +120,7 @@ ENABLE_SHARED = @ENABLE_SHARED@
  LDSHARED = @LIBRUBY_LDSHARED@
  DLDSHARED = @DLDSHARED@
  XDLDFLAGS = @DLDFLAGS@
diff --git a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
index eda45dd862..190eb7d728 100644
--- a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
+++ b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
@@ -1,4 +1,4 @@
-From ff25f6dddcfbbb7b0464485bb5132458866ab51a Mon Sep 17 00:00:00 2001
+From 97051be9cb9317d2c4d61a82d6d953809e962f13 Mon Sep 17 00:00:00 2001
 From: Lucas Kanashiro <kanashiro@debian.org>
 Date: Fri, 1 Nov 2019 15:25:17 -0300
 Subject: [PATCH] Make gemspecs reproducible
@@ -12,10 +12,10 @@ Upstream-Status: Backport [debian]
  1 file changed, 3 insertions(+), 1 deletion(-)
 
 diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
-index 8f353ae..095125f 100644
+index 0b905a7..a102e3c 100644
 --- a/lib/rubygems/specification.rb
 +++ b/lib/rubygems/specification.rb
-@@ -1711,7 +1711,9 @@ class Gem::Specification < Gem::BasicSpecification
+@@ -1709,7 +1709,9 @@ class Gem::Specification < Gem::BasicSpecification
                  raise(Gem::InvalidSpecificationException,
                        "invalid date format in specification: #{date.inspect}")
                end
diff --git a/meta/recipes-devtools/ruby/ruby_3.4.3.bb b/meta/recipes-devtools/ruby/ruby_3.4.4.bb
similarity index 98%
rename from meta/recipes-devtools/ruby/ruby_3.4.3.bb
rename to meta/recipes-devtools/ruby/ruby_3.4.4.bb
index 45047b8859..39e86fdd28 100644
--- a/meta/recipes-devtools/ruby/ruby_3.4.3.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.4.4.bb
@@ -48,7 +48,7 @@ do_configure:prepend() {
 
 DEPENDS:append:libc-musl = " libucontext"
 
-SRC_URI[sha256sum] = "55a4cd1dcbe5ca27cf65e89a935a482c2bb2284832939266551c0ec68b437f46"
+SRC_URI[sha256sum] = "a0597bfdf312e010efd1effaa8d7f1d7833146fdc17950caa8158ffa3dcbfa85"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
-- 
2.43.0



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

* [OE-core] [PATCH 45/45] taglib: upgrade 2.0.2 -> 2.1
  2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
                   ` (42 preceding siblings ...)
  2025-06-04  8:45 ` [OE-core] [PATCH 44/45] ruby: upgrade 3.4.3 -> 3.4.4 Wang Mingyu
@ 2025-06-04  8:45 ` Wang Mingyu
  43 siblings, 0 replies; 48+ messages in thread
From: Wang Mingyu @ 2025-06-04  8:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta/recipes-support/taglib/{taglib_2.0.2.bb => taglib_2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/taglib/{taglib_2.0.2.bb => taglib_2.1.bb} (95%)

diff --git a/meta/recipes-support/taglib/taglib_2.0.2.bb b/meta/recipes-support/taglib/taglib_2.1.bb
similarity index 95%
rename from meta/recipes-support/taglib/taglib_2.0.2.bb
rename to meta/recipes-support/taglib/taglib_2.1.bb
index 254119268c..a337af74d0 100644
--- a/meta/recipes-support/taglib/taglib_2.0.2.bb
+++ b/meta/recipes-support/taglib/taglib_2.1.bb
@@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp"
 
 SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = "0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737"
+SRC_URI[sha256sum] = "95b788b39eaebab41f7e6d1c1d05ceee01a5d1225e4b6d11ed8976e96ba90b0c"
 
 UPSTREAM_CHECK_URI = "https://taglib.org/"
 UPSTREAM_CHECK_REGEX = "taglib-(?P<pver>\d+(\.\d+)+)\.tar"
-- 
2.43.0



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

* Re: [OE-core] [PATCH 34/45] python3-click: upgrade 8.1.8 -> 8.2.1
  2025-06-04  8:45 ` [OE-core] [PATCH 34/45] python3-click: upgrade 8.1.8 -> 8.2.1 Wang Mingyu
@ 2025-06-04 17:16   ` Mathieu Dubois-Briand
  0 siblings, 0 replies; 48+ messages in thread
From: Mathieu Dubois-Briand @ 2025-06-04 17:16 UTC (permalink / raw)
  To: wangmy, openembedded-core

On Wed Jun 4, 2025 at 10:45 AM CEST, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---

Hi Wang,

Thanks for your patch.

It looks like we have some failing ptests with click:

Failed ptests:
{'python3-click': ['tests/test_utils.py:test_echo_via_pager[test0-cat]',
                   'tests/test_utils.py:test_echo_via_pager[test0-cat_]',
                   'tests/test_utils.py:test_echo_via_pager[test0-_cat_]',
...


https://autobuilder.yoctoproject.org/valkyrie/#/builders/61/builds/1633
https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/1632

Ptest details can be found there:

https://valkyrie.yocto.io/pub/non-release/20250604-83/testresults/qemux86-64-ptest/core-image-ptest-python3-click/
https://valkyrie.yocto.io/pub/non-release/20250604-83/testresults/qemuarm64-ptest/core-image-ptest-python3-click/

Can you have a look at these failures please?

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



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

* Re: [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0
  2025-06-04  8:45 ` [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0 Wang Mingyu
@ 2025-06-05  6:52   ` Mathieu Dubois-Briand
  2025-06-05 16:36     ` Khem Raj
  0 siblings, 1 reply; 48+ messages in thread
From: Mathieu Dubois-Briand @ 2025-06-05  6:52 UTC (permalink / raw)
  To: wangmy, openembedded-core, Joshua Watt

On Wed Jun 4, 2025 at 10:45 AM CEST, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> License-Update:
>    file in public domain changed from
>    libarchive/archive_getdate.c to libarchive/archive_parse_date.c
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../libarchive/{libarchive_3.7.9.bb => libarchive_3.8.0.bb}   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-extended/libarchive/{libarchive_3.7.9.bb => libarchive_3.8.0.bb} (93%)
>
> diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb
> similarity index 93%
> rename from meta/recipes-extended/libarchive/libarchive_3.7.9.bb
> rename to meta/recipes-extended/libarchive/libarchive_3.8.0.bb
> index d70cdb3d83..0722f26f9f 100644
> --- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
> +++ b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "C library and command-line tools for reading and writing tar, cpi
>  HOMEPAGE = "http://www.libarchive.org/"
>  SECTION = "devel"
>  LICENSE = "BSD-2-Clause"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=7ce08437ff7f5e24d72e666313ae4084"
>  
>  DEPENDS = "e2fsprogs-native"
>  
> @@ -31,7 +31,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
>  
>  SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
>  
> -SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
> +SRC_URI[sha256sum] = "191b5b24811499d5c2e5efa3248975fa6daa5e6a227700cc7b8e54d6d7c06eef"
>  
>  inherit autotools update-alternatives pkgconfig
>  

Hi Joshua,

Adding you to the discussion. I believe this patch will require a fix on
meta-mingw side, as the build appears broken on the autobuilder.

ERROR: nativesdk-libarchive-3.8.0-r0 do_compile: oe_runmake failed
ERROR: nativesdk-libarchive-3.8.0-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/i686-nativesdk-mingw32-w64-mingw32/nativesdk-libarchive/3.8.0/temp/run.do_compile.581979' failed with exit code 1
...
| ../libarchive-3.8.0/libarchive/archive_version_details.c: In function 'archive_wincrypt_version':
| ../libarchive-3.8.0/libarchive/archive_version_details.c:443:50: error: passing argument 3 of 'CryptGetProvParam' from incompatible pointer type [-Wincompatible-pointer-types]
|   443 |         if (!CryptGetProvParam(prov, PP_VERSION, &version, &length, 0)) {
|       |                                                  ^~~~~~~~
|       |                                                  |
|       |                                                  DWORD * {aka long unsigned int *}
| In file included from ../libarchive-3.8.0/libarchive/archive_digest_private.h:179,
|                  from ../libarchive-3.8.0/libarchive/archive_version_details.c:86:
| /srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/i686-nativesdk-mingw32-w64-mingw32/nativesdk-libarchive/3.8.0/recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-w64-mingw32/usr/include/wincrypt.h:826:84: note: expected 'BYTE *' {aka 'unsigned char *'} but argument is of type 'DWORD *' {aka 'long unsigned int *'}
|   826 |   WINIMPM WINBOOL WINAPI CryptGetProvParam (HCRYPTPROV hProv, DWORD dwParam, BYTE *pbData, DWORD *pdwDataLen, DWORD dwFlags);
|       |

https://autobuilder.yoctoproject.org/valkyrie/#/builders/7/builds/1815

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



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

* Re: [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0
  2025-06-05  6:52   ` Mathieu Dubois-Briand
@ 2025-06-05 16:36     ` Khem Raj
  0 siblings, 0 replies; 48+ messages in thread
From: Khem Raj @ 2025-06-05 16:36 UTC (permalink / raw)
  To: mathieu.dubois-briand, wangmy, openembedded-core, Joshua Watt



On 6/4/25 11:52 PM, Mathieu Dubois-Briand via lists.openembedded.org wrote:
> On Wed Jun 4, 2025 at 10:45 AM CEST, wangmy via lists.openembedded.org wrote:
>> From: Wang Mingyu <wangmy@fujitsu.com>
>>
>> License-Update:
>>     file in public domain changed from
>>     libarchive/archive_getdate.c to libarchive/archive_parse_date.c
>>
>> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
>> ---
>>   .../libarchive/{libarchive_3.7.9.bb => libarchive_3.8.0.bb}   | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta/recipes-extended/libarchive/{libarchive_3.7.9.bb => libarchive_3.8.0.bb} (93%)
>>
>> diff --git a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb
>> similarity index 93%
>> rename from meta/recipes-extended/libarchive/libarchive_3.7.9.bb
>> rename to meta/recipes-extended/libarchive/libarchive_3.8.0.bb
>> index d70cdb3d83..0722f26f9f 100644
>> --- a/meta/recipes-extended/libarchive/libarchive_3.7.9.bb
>> +++ b/meta/recipes-extended/libarchive/libarchive_3.8.0.bb
>> @@ -3,7 +3,7 @@ DESCRIPTION = "C library and command-line tools for reading and writing tar, cpi
>>   HOMEPAGE = "http://www.libarchive.org/"
>>   SECTION = "devel"
>>   LICENSE = "BSD-2-Clause"
>> -LIC_FILES_CHKSUM = "file://COPYING;md5=d499814247adaee08d88080841cb5665"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=7ce08437ff7f5e24d72e666313ae4084"
>>   
>>   DEPENDS = "e2fsprogs-native"
>>   
>> @@ -31,7 +31,7 @@ EXTRA_OECONF += "--enable-largefile --without-iconv"
>>   
>>   SRC_URI = "https://libarchive.org/downloads/libarchive-${PV}.tar.gz"
>>   
>> -SRC_URI[sha256sum] = "aa90732c5a6bdda52fda2ad468ac98d75be981c15dde263d7b5cf6af66fd009f"
>> +SRC_URI[sha256sum] = "191b5b24811499d5c2e5efa3248975fa6daa5e6a227700cc7b8e54d6d7c06eef"
>>   
>>   inherit autotools update-alternatives pkgconfig
>>   
> 
> Hi Joshua,
> 
> Adding you to the discussion. I believe this patch will require a fix on
> meta-mingw side, as the build appears broken on the autobuilder.
> 
> ERROR: nativesdk-libarchive-3.8.0-r0 do_compile: oe_runmake failed
> ERROR: nativesdk-libarchive-3.8.0-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/i686-nativesdk-mingw32-w64-mingw32/nativesdk-libarchive/3.8.0/temp/run.do_compile.581979' failed with exit code 1
> ...
> | ../libarchive-3.8.0/libarchive/archive_version_details.c: In function 'archive_wincrypt_version':
> | ../libarchive-3.8.0/libarchive/archive_version_details.c:443:50: error: passing argument 3 of 'CryptGetProvParam' from incompatible pointer type [-Wincompatible-pointer-types]
> |   443 |         if (!CryptGetProvParam(prov, PP_VERSION, &version, &length, 0)) {
> |       |                                                  ^~~~~~~~
> |       |                                                  |
> |       |                                                  DWORD * {aka long unsigned int *}
> | In file included from ../libarchive-3.8.0/libarchive/archive_digest_private.h:179,
> |                  from ../libarchive-3.8.0/libarchive/archive_version_details.c:86:
> | /srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/i686-nativesdk-mingw32-w64-mingw32/nativesdk-libarchive/3.8.0/recipe-sysroot/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-w64-mingw32/usr/include/wincrypt.h:826:84: note: expected 'BYTE *' {aka 'unsigned char *'} but argument is of type 'DWORD *' {aka 'long unsigned int *'}
> |   826 |   WINIMPM WINBOOL WINAPI CryptGetProvParam (HCRYPTPROV hProv, DWORD dwParam, BYTE *pbData, DWORD *pdwDataLen, DWORD dwFlags);
> |       |
> 
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/7/builds/1815

I think it could be due to  32-bit systems to have 64bit time

Does this help ?
CFLAGS += " -D__MINGW_USE_VC2005_COMPAT"

> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#217988): https://lists.openembedded.org/g/openembedded-core/message/217988
> Mute This Topic: https://lists.openembedded.org/mt/113462781/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



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

end of thread, other threads:[~2025-06-05 16:36 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-04  8:44 [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 02/45] barebox-tools: upgrade 2025.04.0 -> 2025.05.0 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 03/45] dhcpcd: upgrade 10.2.2 -> 10.2.4 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 04/45] enchant2: upgrade 2.8.4 -> 2.8.6 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 05/45] gpgme: upgrade 1.24.2 -> 1.24.3 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 06/45] gst-devtools: upgrade 1.26.1 -> 1.26.2 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 07/45] gst-examples: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 08/45] gstreamer1.0-libav: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 09/45] gstreamer1.0-plugins-bad: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 10/45] gstreamer1.0-plugins-base: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 11/45] gstreamer1.0-plugins-good: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 12/45] gstreamer1.0-plugins-ugly: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 13/45] gstreamer1.0-python: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 14/45] gstreamer1.0-rtsp-server: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 15/45] gstreamer1.0: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 16/45] gstreamer1.0-vaapi: " Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 17/45] harfbuzz: upgrade 11.2.0 -> 11.2.1 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 18/45] hwdata: upgrade 0.394 -> 0.395 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 19/45] iproute2: upgrade 6.14.0 -> 6.15.0 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 20/45] kbd: upgrade 2.7.1 -> 2.8.0 Wang Mingyu
2025-06-04  8:44 ` [OE-core] [PATCH 21/45] libadwaita: upgrade 1.7.2 -> 1.7.4 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0 Wang Mingyu
2025-06-05  6:52   ` Mathieu Dubois-Briand
2025-06-05 16:36     ` Khem Raj
2025-06-04  8:45 ` [OE-core] [PATCH 23/45] libmodulemd: upgrade 2.15.0 -> 2.15.1 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 24/45] libslirp: upgrade 4.9.0 -> 4.9.1 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 25/45] libucontext: upgrade 1.2 -> 1.3.2 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 26/45] libunwind: upgrade 1.8.1 -> 1.8.2 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 27/45] liburcu: upgrade 0.15.2 -> 0.15.3 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 28/45] libusb1: upgrade 1.0.28 -> 1.0.29 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 29/45] libxkbcommon: upgrade 1.9.2 -> 1.10.0 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 30/45] meson: upgrade 1.8.0 -> 1.8.1 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 31/45] msmtp: upgrade 1.8.28 -> 1.8.30 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 32/45] ofono: upgrade 2.16 -> 2.17 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 33/45] python3-beartype: upgrade 0.20.2 -> 0.21.0 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 34/45] python3-click: upgrade 8.1.8 -> 8.2.1 Wang Mingyu
2025-06-04 17:16   ` Mathieu Dubois-Briand
2025-06-04  8:45 ` [OE-core] [PATCH 35/45] python3-cython: upgrade 3.1.0 -> 3.1.1 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 36/45] python3-hypothesis: upgrade 6.131.14 -> 6.132.0 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 37/45] python3-jsonschema: upgrade 4.23.0 -> 4.24.0 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 38/45] python3-pdm: upgrade 2.24.1 -> 2.24.2 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 39/45] python3-pycryptodome: upgrade 3.22.0 -> 3.23.0 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 40/45] python3-pycryptodomex: " Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 41/45] python3-ruamel-yaml: upgrade 0.18.10 -> 0.18.12 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 42/45] python3-setuptools: upgrade 80.8.0 -> 80.9.0 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 43/45] repo: upgrade 2.54 -> 2.55 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 44/45] ruby: upgrade 3.4.3 -> 3.4.4 Wang Mingyu
2025-06-04  8:45 ` [OE-core] [PATCH 45/45] taglib: upgrade 2.0.2 -> 2.1 Wang Mingyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox