From patchwork Wed Jun 4 08:44:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64212 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33470C71134 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.11711.1749026731936099184 for ; Wed, 04 Jun 2025 01:45:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ax1qph0d; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026732; x=1780562732; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/5geFiDlwW/wLa/cYZTzVRCwCcioTsY5iKKWE4zeqfI=; b=ax1qph0dvTfD/WphE2Hgpccui0ks08BhN9kH4Pa6/89hdhbvTF0Wmdux 7H3kp+voQrzVFC59V+0/I0kbKDv4As+rXZjWclil7MvmIGUkXBIURTknq whp8nxoIYAgGPU1Y4MNdKU2NuDylbch2VHHe0WCHXOUmOqHdloVeTPAeM GIQ0QjrRBSZo4eeNvBVrhzcJbvxjbJL1opnDaf4uqaCrD9GlXMSDA1u77 h8BoD4sbhwK3bHAw6h2QvnKrn9dtD3VKPI4Dh1xCiAak6atJ5QzhfFvTa lzLbvy1EqmnXirOu2Bk05YXA0v0MQLM4tNX1O3UWmxrhXJdrn1H1us6RA Q==; X-CSE-ConnectionGUID: 8FNU9Bp5SsyjimQuhBbanw== X-CSE-MsgGUID: vXeuVV8lS9+4zuTk9cchig== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="180576683" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="180576683" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:29 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 3CC117C0FD for ; Wed, 4 Jun 2025 17:45:27 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id DFE58BF3C1 for ; Wed, 4 Jun 2025 17:45:26 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3386F1A0078; Wed, 4 Jun 2025 16:45:26 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 01/45] apr: upgrade 1.7.5 -> 1.7.6 Date: Wed, 4 Jun 2025 16:44:39 +0800 Message-ID: <20250604084524.864-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217848 From: Wang Mingyu 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 --- ...-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 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 - --- configure.in | 6 ++++++ include/apr.h.in | 1 + @@ -17,10 +16,10 @@ Signed-off-by: Jeremy Puhlman 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 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 - --- 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 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 - --- 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 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 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 From patchwork Wed Jun 4 08:44:40 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64201 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D4895C5B552 for ; Wed, 4 Jun 2025 08:45:38 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DRNhrqu2; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026733; x=1780562733; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8klZwSi57NG5b5SAYhLkz3e/DwGROSVMl6i76QgBwFA=; b=DRNhrqu2nsSxfQiubwvmhLmktqzaS2G1YJM8cPQUlDP6yHnb9PDf5DDL O2Ssj/VtdocH1Sb0JA35cVqftP44eTD5GfgV81JVT7+obZvxfyb6+q+0s b/yAWWgh+5jkQRrwBlkGxVkRwnt2QDMTlw2cQWn/lRDLLyi85IDGlQF+n sBu11EtXAEVmKFAT9uiWBPJT4N36rhmxEcmbd/vd3FuVIHAabqnhErlZM /svKaqg0JsyyNQ77iyar5A9JTLH3Z5/LLQymZ56Vsjdl1I4Wx2oMbhnIG s6mpjmolEM0A/xJgSSHyWNbNUSd6FQOzXHZGqktAPztSRGZHdr/vIgeul Q==; X-CSE-ConnectionGUID: nzkWP5z2TTeJdUUneMUQMg== X-CSE-MsgGUID: KzOIIo8ISZG3kXdT2FVtCw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182724" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182724" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:30 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id E9034D5051 for ; Wed, 4 Jun 2025 17:45:27 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id A0516CFA44 for ; Wed, 4 Jun 2025 17:45:27 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 197511A0078; Wed, 4 Jun 2025 16:45:27 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 02/45] barebox-tools: upgrade 2025.04.0 -> 2025.05.0 Date: Wed, 4 Jun 2025 16:44:40 +0800 Message-ID: <20250604084524.864-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217849 From: Wang Mingyu Signed-off-by: Wang Mingyu --- 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" From patchwork Wed Jun 4 08:44:41 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64202 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E56C7C5B555 for ; Wed, 4 Jun 2025 08:45:38 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.11714.1749026734027549999 for ; Wed, 04 Jun 2025 01:45:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=trJroGTr; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026735; x=1780562735; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=66kkX9GkjYXctRC+PoE5q3gUm4/qGFPTT3rJ1fy+uc0=; b=trJroGTrwYZDOGIsRVuFBVfIVpRudHdJFcEc2KjHkI/CohMuQj5LOJWf En5N4DnOA3iuMgUQcEQjzhQtY+BBpX//myTDoIFk+rI8qw67fOB79O3iA 6xaN7fC10pkAe8/6RPJClTsJ2XeGNtLeUcG2v2eXYmXwIH4Yf1G5V8m+x o7XTd5Ye2OxLHMLeyMUzKp7+5taVmKhDePv/b66LSg2BjCKyLC9hDDnCJ ijlbrG2Rk4lX9WTBCpT7z3mFMudDnBP5Qbe+c0RZnCoHnF7BXI42T3FlS fjWHp7OvrwhVlxnRlt2Cu1eJonsfdiW1FqpQoWQh4lrZuY58fcjEgzh26 g==; X-CSE-ConnectionGUID: QjdViyYcTkaguCN/4e5T/Q== X-CSE-MsgGUID: MrKCltYSRD+wUjohn/lDwA== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201724453" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201724453" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:31 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 9C1C7D6861 for ; Wed, 4 Jun 2025 17:45:28 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 586CF296E7E for ; Wed, 4 Jun 2025 17:45:28 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D174E1A0078; Wed, 4 Jun 2025 16:45:27 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 03/45] dhcpcd: upgrade 10.2.2 -> 10.2.4 Date: Wed, 4 Jun 2025 16:44:41 +0800 Message-ID: <20250604084524.864-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217852 From: Wang Mingyu 0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch refreshed for 10.2.4 Signed-off-by: Wang Mingyu --- .../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 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 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() { From patchwork Wed Jun 4 08:44:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64211 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A4DDC71133 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.11713.1749026733689315424 for ; Wed, 04 Jun 2025 01:45:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jmS2fmqm; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026733; x=1780562733; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Dgu1FrPoD5CzVX3rH7N2w4Zklq5hDTwvh5JiIZnCY8g=; b=jmS2fmqm6oXYsopWHUnB0k+wQQVD/MFX0OtEPBom/AhqRcnIol35DaqD E46+8xxrIwJfVfiWtXgDxO+81A3+bQd9cHWFDrW+dleATJYzmvW187huH IYSM2VI1whWaNHKs0BEM1D56rLKAH/skXDJ1HTaqIRYVBdl+Pv6tMY0EF YlS7g32vCLwZV3mE/srZMeEDeWk3eKtXCyTd37bEMbJi6p5rF+TLU0uNA KDiu2FMtldlDBNPqqBXRTOoI20VwsJIVyxjGf89H08jFBMVjuc6xQjl7s gwhgvvyhD4fr/peOQhk1oP985k1ncXTtcll9EoIS3SB1H30RtwtwTQqdg A==; X-CSE-ConnectionGUID: SQrKt9CGT22BNnq/OpMCCw== X-CSE-MsgGUID: aVWNeQNLSieHVtpH2qzctw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="202109471" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="202109471" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:31 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 74F08E0ABD for ; Wed, 4 Jun 2025 17:45:29 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 27BF3D4C15 for ; Wed, 4 Jun 2025 17:45:29 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9A3BC1A0078; Wed, 4 Jun 2025 16:45:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 04/45] enchant2: upgrade 2.8.4 -> 2.8.6 Date: Wed, 4 Jun 2025 16:44:42 +0800 Message-ID: <20250604084524.864-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217851 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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" From patchwork Wed Jun 4 08:44:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64210 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32480C67861 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.11716.1749026735210979061 for ; Wed, 04 Jun 2025 01:45:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Fx56KE0W; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026735; x=1780562735; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=JDHc/VQ2nsgb86DIfFdDogyoBrq92Ry+LoJymEvkZSE=; b=Fx56KE0WrpxfmwSGsRuuCwzRq/d8I/XagJhfKaSaDh4zmVdv478jC+uR 2PM9xXKrZ2blOomGYTL26ToUSO/+/E1AxEIqYX7xS87EsbGbbKhgyRSZ9 TY6BrxgHJmcwg223hEziRFzQw3Oe8OnwOkrKnYklkbzBj7qQf74nJynsq myZONjgFSv1eaC8WlYvb67KFyfVHVw49rZLAY9Leh+3ztFW9Ik2OatrvL I2IdpJKFo6sXNfKCy50D9kEizgde0Q6mqWUbTOFlSmhIvynMTyLFZ2JQk di6KEb0uzzbVikhS6C8tDNM6Z4gaTO8wmKyjpjGZwm5a6es7jV6cKPV1/ A==; X-CSE-ConnectionGUID: lc1ziwjDSaK+MVxieRjDzQ== X-CSE-MsgGUID: utSyRTe1Qt+9jMtWgYeQVg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="189666622" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="189666622" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:32 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 0A7892AB73 for ; Wed, 4 Jun 2025 17:45:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id C09C8D7734 for ; Wed, 4 Jun 2025 17:45:29 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3A8FD1A009B; Wed, 4 Jun 2025 16:45:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 05/45] gpgme: upgrade 1.24.2 -> 1.24.3 Date: Wed, 4 Jun 2025 16:44:43 +0800 Message-ID: <20250604084524.864-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217854 From: Wang Mingyu Signed-off-by: Wang Mingyu --- 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)}" From patchwork Wed Jun 4 08:44:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64216 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57177C71135 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.11711.1749026731936099184 for ; Wed, 04 Jun 2025 01:45:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=OE1+iQ+F; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026733; x=1780562733; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=o13nzGBUiU7U9Prlmig4k/Fb9j3xznc2HQICrix699w=; b=OE1+iQ+FtQ1TYJXCWUKocq/hCfwN1pS14706LdT+cZeOr1m1pDsEGwm/ 9hiMMVpRFvKbwjfZd25ddcLLhQp/vOe0vsCNP7DfMzs67FCX+BQVymJAo LpDmoqmBnncHsdydxu7rMEtiAyciWxp5SZKFK8NhOnt2D7TaZrLyUGgO5 4OwzVRabsZfIuXlzfLbwY33dQZ4AtWXUhgRdYRwvX1ZD1dvOWwt4s0bvB C5u+mEw14TBpkjl4mLblzxZlqAnhDRC/2S2T2XC5O8OpSwrnfAfWGLv4g JbMHlSfIyWAsXGi226wUhiKZkEGnwOVhYzGB3EyVZ+3mWn0GNuIKX8z16 g==; X-CSE-ConnectionGUID: 1qJcucDLR0GrrRY9u9Vvpg== X-CSE-MsgGUID: S5QkVA59RYyW4uBaQPPhvg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="180576688" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="180576688" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:32 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 8B9D2E0ABD for ; Wed, 4 Jun 2025 17:45:30 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 47B1DD4F40 for ; Wed, 4 Jun 2025 17:45:30 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B96001A0078; Wed, 4 Jun 2025 16:45:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 06/45] gst-devtools: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:44 +0800 Message-ID: <20250604084524.864-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217850 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{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" From patchwork Wed Jun 4 08:44:45 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64209 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32835C71132 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hjZ1KCXU; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026735; x=1780562735; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cOjaC7ViM2tkpeWihG1Kp6GG8M5zLhcrOfHRjyILk+s=; b=hjZ1KCXUILHKdx/ti4jGZ8SSYlSaRQPN/IrQERYpWKY0FICR/YV+OUOr M/ABQG+tcU+ps4wic6eBEX29k2wejne3tr3ulv4wLDisfWtuNuo/aGKQQ AcvmsAv6jiKIOuk7ILMY7bFZL3PhWyx4VErwkYH+w37sMLmA+hUlhkjW+ 1HK6J8EtUFRUicEBANdntjLo1/9fq2QZxJDVYIT1dXVyR5OQVutdqBMiv Ac452cZmTQSnQ5MSzdmlPstI4GFQQD1J7uuMh4P3gR62hRUdMS8Z6yOXY uB7KF4QwRNTfxHo+iUEUekMjEH47++W6x6xZjovMd2uqtMwfJ3nnE3s/u A==; X-CSE-ConnectionGUID: P9Njr8yISvuLXvHfxBf+8A== X-CSE-MsgGUID: 2fMmKwTJStOW87MzJB7jPQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182731" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182731" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:33 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 03037C13CA for ; Wed, 4 Jun 2025 17:45:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id AA5D2D4C15 for ; Wed, 4 Jun 2025 17:45:30 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2B3DA1A009A; Wed, 4 Jun 2025 16:45:30 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 07/45] gst-examples: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:45 +0800 Message-ID: <20250604084524.864-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217853 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{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" From patchwork Wed Jun 4 08:44:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64207 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2639EC678DF for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.11717.1749026735736243848 for ; Wed, 04 Jun 2025 01:45:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CZh6V2yz; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026736; x=1780562736; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mofJxguE3x5DYIL+cSi1RIBn50FgoMAK4CFs3gfJuR0=; b=CZh6V2yzaQD+MSE6qg6alVO+adKeYCXhfYjGseFS1wyiQQiDVuH73UcR epMMiWAfSUKL0FxNozdtUsNp2va4CnLV5xoUwnpZGf7/l+5CJlB+ZL5Az aTYmqe2E/lB9DZl08uoFcykQ0MHBKFAyAgl8IHT5wNb8hY5O4T/MH7034 cJ24FpPNBJJgzgp1TBF9RpttAJKksUtD+f6Y9GnWlG6DdInGjNaPuF6Pf ZINEHDtcnYt4XR1CL8RoLFqhr6E+Ih7sAJ1zsokjv/gTVd/wYRK2OH/Zv DYvy0enpbPSfP5v1rujNNUENVFhkZ91knxtwMwfzR8zUjheS1J01HX1Jc w==; X-CSE-ConnectionGUID: aAym1/rjTqCOqcaGQxyu+w== X-CSE-MsgGUID: pnt8SdSOQmmkc01+kos6Mw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="200884747" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="200884747" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:34 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 6230CDBBD4 for ; Wed, 4 Jun 2025 17:45:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 1E461D7527 for ; Wed, 4 Jun 2025 17:45:31 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 954B51A0078; Wed, 4 Jun 2025 16:45:30 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 08/45] gstreamer1.0-libav: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:46 +0800 Message-ID: <20250604084524.864-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217855 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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}" From patchwork Wed Jun 4 08:44:47 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64206 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C4FFC677C4 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web11.11717.1749026735736243848 for ; Wed, 04 Jun 2025 01:45:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=TZ9AXdTO; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026737; x=1780562737; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nWqiiGuGhLNYyRJVpQrfoVvNIFSwkgojwxWfKjHZ4OM=; b=TZ9AXdTOBbSyhQ9GCEcOfLfuE7cAZWZIkZkf18IONXgKqxhh8c0PLpEA Jjo4Sa9qSF9TXq5kxnkEagoKqviie9L4DG7aYmLh6JWYdWUZ1PtPZmFpo yUmHYWKuLK/U8bA6+JfGl02oS2noqt9gnPWh+IAUvPZZVotoUd4uhPql8 Rs/eUi9Me0AwStWlFKOnRCOFCQ3xl+TfGnBY/thz4lhe9IxV/yT2lpGk/ TA0J9Q7Vwo8zVhuS/6vR7gbB/ngw5D/k6L4UGxvPuBjJSk8RIY/sQpA/l O/0f4VToU1MOwUm+PM8ec2KPWgve2JT95MkPbDSd6ZZv7mqw50HZtjT5i Q==; X-CSE-ConnectionGUID: YIYRI7gCSu6+RZAbxP2oAw== X-CSE-MsgGUID: NcONeedEQLaoVEetYJpgsQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="200884748" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="200884748" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:34 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id BB5E2D6861 for ; Wed, 4 Jun 2025 17:45:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 77A6ECFA44 for ; Wed, 4 Jun 2025 17:45:31 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id ED8BF1A009A; Wed, 4 Jun 2025 16:45:30 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 09/45] gstreamer1.0-plugins-bad: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:47 +0800 Message-ID: <20250604084524.864-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217858 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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}" From patchwork Wed Jun 4 08:44:48 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64203 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00A0DC61DB8 for ; Wed, 4 Jun 2025 08:45:38 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.11719.1749026736796839147 for ; Wed, 04 Jun 2025 01:45:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iFrQSzjM; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026738; x=1780562738; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=j589YulOv88pHEv18Kn/jaPAMrE+R/AVWpBQ51SwM4Y=; b=iFrQSzjM3ATkQoZ2Op5ZD5BnDmni4pvvnvHnL04tDy4MFBb6AJtqmaCI +Ipte3wwdjNkLcf7HJ4YmD1fQONOQQU9GkD35FLcjl1oILOW/hGhGC6w9 J5T+domt80tFc0Fsp2NnhgbvM2AeTRQC4DgREXHjAyg8k7aXWVjOFzrF5 SZNMwvr4axhQblQgiR6lW8+wQHFgGhsmsq79XN0E1Ddi909phBENepodr 0qJE/xvQ/QxmcKq2so62htZVVjvxZgVdKOogY2qlINqDLdn5HlrBd6WLB qTVwYLYJ1fUovoCA2IElKVBnrqNsyHVQUvq7g/bQkc6ZqLqfA7oiToXXG g==; X-CSE-ConnectionGUID: /he74+FHQu+BiKavnMTFjg== X-CSE-MsgGUID: BeXxGZzlTtC3EneYI6PgeA== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201658002" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201658002" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:35 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id DD6EFE0ABD for ; Wed, 4 Jun 2025 17:45:31 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 989E4D7527 for ; Wed, 4 Jun 2025 17:45:31 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4EEE61A0078; Wed, 4 Jun 2025 16:45:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 10/45] gstreamer1.0-plugins-base: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:48 +0800 Message-ID: <20250604084524.864-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217859 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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}" From patchwork Wed Jun 4 08:44:49 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64208 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26402C71131 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=KVFb3ytp; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026736; x=1780562736; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=mIE8EzjMCe8cC1lqnC6EwO4+2mm//df20sgW5xVFvdY=; b=KVFb3ytpLLiX1ip1ho3MPwfDRDjsupq4Nd/RYUXMFUl9pXcpdS12ZmMh cqiy0/biAG9qrIHKhNbTevKSElQJI1zgRlP/d9ePD7I3d2QVUKPOyKiAG 7gnV205vISsvHs53HifY/adOol9Cq3+UCOL/rVvTMbEgpOHYmGrLFK4F8 CEO3c183R7xCaZ3IZOgyqSnq4FsLYFD+GfaglOvduzui17pD/pzMRUHdA q6Ud2bmTDpk5uUe4DU6uOaZFx03e7U8IoVCAwjF9AnhgnwsjjTZsvpsfX mExdrLr7MvxBGvgamrU0adJStWYLMWzb4OIzuNngw6gMafvGq1h75zih4 g==; X-CSE-ConnectionGUID: QOnoRtfHSU6YzudPYcbQ9g== X-CSE-MsgGUID: bxT3SEOJTR+qahCQawxgew== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182732" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182732" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:35 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 74253E0ABD for ; Wed, 4 Jun 2025 17:45:32 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 2801CBF3C1 for ; Wed, 4 Jun 2025 17:45:32 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 9E0671A009A; Wed, 4 Jun 2025 16:45:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 11/45] gstreamer1.0-plugins-good: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:49 +0800 Message-ID: <20250604084524.864-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217856 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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}" From patchwork Wed Jun 4 08:44:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64205 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18463C678DA for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.11714.1749026734027549999 for ; Wed, 04 Jun 2025 01:45:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Jb7/jYKL; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026737; x=1780562737; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=CBOTPVfavNUc9FsyMwh8KU97FhGrtdWeWdqtgHOC9D4=; b=Jb7/jYKL9a4T+WM2tg7x16UAUjYSSLlv64XqtWn2X1zEHO4xT6TP6QfT G/6aFkQoUhJEQBDoPQH2fbuqhHg9m1rqqfj+kwiahERpvB126Yi15JlWT k5ugtDyKC6E+b/DzX3XCWsbuyNCjQxEHBrHlcsa9Sx5MP5xJcwQ3QQWqS z1hCLb8U6OiEwrTGlF1zqCVVsNdQbgrGx0N7LQKvj2UG7h17hQyAORA6z v9YW6Cu72Mzms0UvVsCV3N0hjMWuidFgQJeig/6ylC4+his63FF/pB3CU ylXPFqApDizkxhrGkjnx8hpC64GBHzT/A2GEaMpN4SGou444zaJsNRwBP g==; X-CSE-ConnectionGUID: 3+vMDuT9SgyiFBA/PoKldw== X-CSE-MsgGUID: guf2kKCXTbqaxn35zInK8g== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201724463" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201724463" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:36 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id CB393D5051 for ; Wed, 4 Jun 2025 17:45:32 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 839DED50A9 for ; Wed, 4 Jun 2025 17:45:32 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 066281A0078; Wed, 4 Jun 2025 16:45:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 12/45] gstreamer1.0-plugins-ugly: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:50 +0800 Message-ID: <20250604084524.864-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217857 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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}" From patchwork Wed Jun 4 08:44:51 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64200 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6193C61DB2 for ; Wed, 4 Jun 2025 08:45:38 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.11651.1749026737185652181 for ; Wed, 04 Jun 2025 01:45:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VJFwHHJ0; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026738; x=1780562738; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2ugE72TTQcAeHqb1Zxb3PNwOKaQ9wZHQBFgxrBxZae0=; b=VJFwHHJ0cN3n9maPKB9GGc2NviQbIY6qnhKz2Y8oeMOCfjOX2P/PLCH1 yoLeYa7RlyH2e7RP2JV38oiTzH+Iw6TMHuR36N9nDNd70aaiKyY4puZ/c ppZJfVKoxcVrKJejr1u8kfJHHqpkpJj2PAOYBrj0CZALpuvl3nVesProL mY29RBdQ093GKMyMpLrJEVkwLuYw2KqpQ7YNEAIw49TBU8kUiroNFBd/c yfNT0/qNOemEbUiaNQ3wHe/xsrKXfbQT/89dZ/Km7w4PXIA19Y0oJvNo5 LqI6Gg90qAzlNtWAEYCezeM5/3aezuKJBj0eoS0zBaj36gWCJMThr4kQ0 g==; X-CSE-ConnectionGUID: v8RrguVTRHuYmtXcc71lAQ== X-CSE-MsgGUID: NDZs7FePRVa2wuP0e+kIFQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="204701651" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="204701651" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:35 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 02D30D4C2C for ; Wed, 4 Jun 2025 17:45:33 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id B0A50D7527 for ; Wed, 4 Jun 2025 17:45:32 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5FD981A009A; Wed, 4 Jun 2025 16:45:32 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 13/45] gstreamer1.0-python: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:51 +0800 Message-ID: <20250604084524.864-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217861 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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" From patchwork Wed Jun 4 08:44:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64198 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7526C61CE7 for ; Wed, 4 Jun 2025 08:45:38 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.11651.1749026737185652181 for ; Wed, 04 Jun 2025 01:45:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WqTb3RZx; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026738; x=1780562738; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=0VvNA+5FtwH/xvyjAXQCeiu91dt13Cvh5WTqR5zHev8=; b=WqTb3RZxFVhKm+8jJLoRFYe7qtr4UQq1i4Hw63TJ99I0VR3uPhF0to+5 yC/nSGvyK5mj+f2k70G5DBzrL+ZlFlcURC5YkNmNCKyFtjI5pSt9yMHG7 z/WAnJmbgT1RJJuUgtUeFKA6OW5H8AIrSobMHyH2lAaWKkqACaBOfZc0x viZ3oMx4FijUU1IF7RfNWmFvMX9A5cWyN1TSkHV51YaSQYJ/koeJjff6u AFQnoJ0GrgoFQ4owpea7UCUInwQYvyEGfngdlpKEC78Jzs7USDdxfPF8y Y+7PDbmKnVPRixAKn6SGKzcrU1vYmkBA6iIFUJI0vN23+5hg8EJ4BWytg g==; X-CSE-ConnectionGUID: SkksunhKRgWAeFkpnH6QpQ== X-CSE-MsgGUID: OttE2LXmT7KtslDO+cAFgg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="204701652" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="204701652" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:36 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 977E2D4C2C for ; Wed, 4 Jun 2025 17:45:33 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 454F4D7527 for ; Wed, 4 Jun 2025 17:45:33 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B8AC51A0078; Wed, 4 Jun 2025 16:45:32 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 14/45] gstreamer1.0-rtsp-server: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:52 +0800 Message-ID: <20250604084524.864-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217863 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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}" From patchwork Wed Jun 4 08:44:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64199 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5E66C5B543 for ; Wed, 4 Jun 2025 08:45:38 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=ni17RM58; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026737; x=1780562737; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Zh/04X6acWy5/AUGUGPDGVxo4hrnoLyMdYMQmTy6xLo=; b=ni17RM58bzdeDu+/D2suJaijxhoSq79STqOflFS0aAsLhcjeNd2+6OBo w4PYvZAQGKd3+3odadDCUC8KwOjny5udSa4hLyOF5mrs8k1vHvCVeB2yK 002rLPFqFHHjgRljqGkUip8d4paYEy3wx/5RjOS2v6/rrtd6UMmPM+TnB Qts+cnMSzVph1V+9MRh7+Pa8avFIkFSinpgACfLuPfsUCY/QXe/skGZsr x3mL8GKxqm4mvIBClGwU5Uyo16fYloohhr9jrR1MuGeF5lfRZbyqH5jV2 l/u/702BJQjseAMjz5I57Rvs+8/MuCjAQTQLOSg3GbJ42MX3MFRvpvMyf Q==; X-CSE-ConnectionGUID: pz17mHIhRUmwLULipbxfrQ== X-CSE-MsgGUID: H9/h9dgdRxWzvYBRExurMg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182736" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182736" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:36 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id D8514D6EDD for ; Wed, 4 Jun 2025 17:45:33 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 91465CFA44 for ; Wed, 4 Jun 2025 17:45:33 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2555B1A009A; Wed, 4 Jun 2025 16:45:33 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 15/45] gstreamer1.0: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:53 +0800 Message-ID: <20250604084524.864-15-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217862 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{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 \ From patchwork Wed Jun 4 08:44:54 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64204 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB82AC61CE8 for ; Wed, 4 Jun 2025 08:45:38 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.11713.1749026733689315424 for ; Wed, 04 Jun 2025 01:45:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=aWuqz8vz; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026737; x=1780562737; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Pnss3QW+Ia2bQ1GfV3q9R7ZOLCKJrJ/GBdjpZ8fcoSQ=; b=aWuqz8vzHhrC+vgYgovfTXdAhkphkbiytLiUiV7o2Sm6Kzf8TLfLSmhp dO8OWi+m/RGXi0iy9LhMM+P1KTq1Z50YmGHKfwsGeComyh+dG8lwGrtbK OezTTAMgrquabL4kCjB6doofBqkOxOFcbmPmXf30U41PJ+mBM93Cc1xS1 br4oDsuIggGSPHJJYDvHKFoqdHgEvoLRABv0T8CBAhA+VX/Ex+maKy+SC kvu2gxVRV0DFTrpru3/BifZllqGmnyKffrcM2Z3102eWdkxBvMjhYlqj2 vqWICd6iEjlcCz3CZn23Csj9PVlGwg9+YvwVplZ6WqOxBgmmmyiATbxpF g==; X-CSE-ConnectionGUID: tGColuUhTDOtz4b0D2YD5g== X-CSE-MsgGUID: JKdjHAO5RQyr/KgmbktQMg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="202109479" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="202109479" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:35 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 18B63DBBCA for ; Wed, 4 Jun 2025 17:45:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id C4F68D7527 for ; Wed, 4 Jun 2025 17:45:33 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6DC8D1A0078; Wed, 4 Jun 2025 16:45:33 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 16/45] gstreamer1.0-vaapi: upgrade 1.26.1 -> 1.26.2 Date: Wed, 4 Jun 2025 16:44:54 +0800 Message-ID: <20250604084524.864-16-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:38 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217860 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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" From patchwork Wed Jun 4 08:44:55 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64214 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64685C71136 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=NiUyBX4Y; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026739; x=1780562739; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yt3Idb43IkRZXJQhmsHvQQOQ2xYu8ScSOnAXYvn7Tg8=; b=NiUyBX4YWvcekI7IT0iQ4HRRZbob5yveKZdheSJt/pMJ5FcAMItEWR3b ac8ps2ofpPCNaFF/wNV0yZlKsWmW+5rjxJAZwzirt4CpGMA7MuF9S5V5b L5Aplz+B4Pz/ebGBSI+Rze86ZHKLZ3ua8xfquRPsMeOejBc2g/wQ4sKI7 1iis2Sn9tp7ap+J3McAHWXGLfaLtspyNDGQC3cv5ao73q1XbxsNE3tfWk tCSTIuAiQHRvKfeIXwLcSjEOEeDY0weJ2+XTySnBg21vw/pVjhZjuc67d DLwBd5GLYKjPmIHpqTDl0SgfGq54dFbV6nYvE/CGGrat4vx0HMAQPtJKU A==; X-CSE-ConnectionGUID: t1HrnbxNQpOGFW/Hvv/Xyw== X-CSE-MsgGUID: JproecHCQbiSJlvTnNQK2A== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182737" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182737" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:37 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 9314CD5051 for ; Wed, 4 Jun 2025 17:45:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 5168BD96C9 for ; Wed, 4 Jun 2025 17:45:34 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id CB5551A009A; Wed, 4 Jun 2025 16:45:33 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 17/45] harfbuzz: upgrade 11.2.0 -> 11.2.1 Date: Wed, 4 Jun 2025 16:44:55 +0800 Message-ID: <20250604084524.864-17-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217864 From: Wang Mingyu 0001-Use-Os-to-compile-hb-subset-plan-layout.cc.patch refreshed for 11.2.1 Signed-off-by: Wang Mingyu --- ...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 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 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" From patchwork Wed Jun 4 08:44:56 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64215 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64739C7113C for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.11719.1749026736796839147 for ; Wed, 04 Jun 2025 01:45:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=j/99+mM6; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026740; x=1780562740; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=asEtNvaDV/9SZET/YtZmW+TnFMbWmZXLw/3ukUxAteQ=; b=j/99+mM6iRNAluEOPStrenbFBLEacr+FIFBsjzY2UK4zwMP+dgqY29fa OtaJnaJn9McUnttksHdegWGPMA9DtkPiUtd9VugfBCbKj99Ews7Mbgrh4 P2L4O3ZlaCMzw4gZ/6CCFVbStQ6w5LVyswlbMpSuIdi2/cnWtwx9AnRLp Wt8NnHJBAXP/luGPWN20HC63/PX184txu42GrZoj9NEPQXbNvSIJCHN7T XbJt384XW00HBH7PBWbSb7tGqi2It5SzCsMvLgQ5CKOfMq5GgiMH3VG9Z tceQBEYd2VzGFkwABlOH6llWO/gUOUHIcjHtQhje10mDEWncddcBzmwfS Q==; X-CSE-ConnectionGUID: 65CkaUvgQJ+xnnE/2wxTMw== X-CSE-MsgGUID: 79b3ZBuHTRuhWnOaRUWeow== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201658007" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201658007" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:38 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id F05961583D for ; Wed, 4 Jun 2025 17:45:34 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id B12E0D7527 for ; Wed, 4 Jun 2025 17:45:34 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2E3CA1A0078; Wed, 4 Jun 2025 16:45:34 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 18/45] hwdata: upgrade 0.394 -> 0.395 Date: Wed, 4 Jun 2025 16:44:56 +0800 Message-ID: <20250604084524.864-18-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217865 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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" From patchwork Wed Jun 4 08:44:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64213 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 714CAC71137 for ; Wed, 4 Jun 2025 08:45:39 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web11.11716.1749026735210979061 for ; Wed, 04 Jun 2025 01:45:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=JG/icWda; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026738; x=1780562738; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2fejSV9m9aeflTy7lysQq4vUrWzRIwNqL5wg0EWtedM=; b=JG/icWda3wtw+QjqXlX15N7iuw8EoEw784JAI6mtUWTwmK5F7SiOXyCp NLe0dHC3QLWYMk/C+bUz77lwa+M1q+l7eNLADaqPDJFgoFaKw7APcA2R/ ooaiwEMBBpeEFLUadZuaP+wSFOkULMDZPew4MQ87jkr95RSsOm+8jqu7d 4g+mcsl3TJNna2oP5hBbQWRXr5h5ihzBlpvzl4Ea29pKstsmKE1VaYTe3 XXLDwA3EliMM2ZMCaN7Ax9wmQlo0irTPsiz3/1oR1N0+lvm9/Eb7MHaad QBKMiMJW8Wbt8GMdpLQgsTv4en997OBGOPDyklhOm/He5oUacv0LNIy+Y g==; X-CSE-ConnectionGUID: 1dqKX9o7QKiazq0TjCK6Pg== X-CSE-MsgGUID: fzlfcyB1TaezufSyx/Yxhg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="189666626" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="189666626" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:37 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 2A04AC13CA for ; Wed, 4 Jun 2025 17:45:35 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id E0905D753E for ; Wed, 4 Jun 2025 17:45:34 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8BE891A009A; Wed, 4 Jun 2025 16:45:34 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 19/45] iproute2: upgrade 6.14.0 -> 6.15.0 Date: Wed, 4 Jun 2025 16:44:57 +0800 Message-ID: <20250604084524.864-19-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217866 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:44:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64238 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F54DC71141 for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=O8Ji6+dM; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026739; x=1780562739; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3SibBGdqBCZU+0efw+YNkbF5JcvYrWdENNCItuCnAbo=; b=O8Ji6+dM+LwWVguOH6WFgM+halIdozOLwl91b2uJPEwHrLEUcr0IzddB Rfq5C1ohWNyaCoM/mPGDNejRPSYa1QHnjhF6Edk3vJormf1OuiJiBnHWT p99YBf1ENaezMf6CXT2BTOu2OOlnJsXsFvj0HbhzwF5uxLSNkzTwnWKpO Di87d+nZMN1EllVh+UMRWWl3AtiCEayBcEbImG4gEZeFkk7VeIpWumzVH 9n/nGPueR87hJm2ZUJC9Zf6ZFE89CkdU6MW4LKkVDzZkyCKZtazCGJP0g KH8cc0Cx1QMgFiiXN6OS43GiuuTZ4UObu8b07oKVL9iuqYDpA8Mvj+uMU A==; X-CSE-ConnectionGUID: lTOG8RRBSBi5/URIM0V0kg== X-CSE-MsgGUID: 7KfdLna4RZ6GQbdJ1L+pnw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182739" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182739" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:38 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id BA369D5004 for ; Wed, 4 Jun 2025 17:45:35 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 71659D50A9 for ; Wed, 4 Jun 2025 17:45:35 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E59BC1A0078; Wed, 4 Jun 2025 16:45:34 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 20/45] kbd: upgrade 2.7.1 -> 2.8.0 Date: Wed, 4 Jun 2025 16:44:58 +0800 Message-ID: <20250604084524.864-20-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217868 From: Wang Mingyu Signed-off-by: Wang Mingyu --- 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'" From patchwork Wed Jun 4 08:44:59 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64232 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDDD2C71135 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa2.hc1455-7.c3s2.iphmx.com (esa2.hc1455-7.c3s2.iphmx.com [207.54.90.48]) by mx.groups.io with SMTP id smtpd.web11.11724.1749026743023722759 for ; Wed, 04 Jun 2025 01:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=enyBftem; spf=pass (domain: fujitsu.com, ip: 207.54.90.48, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026744; x=1780562744; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=T6mJ0eGUcLyFvpt1K2FKHAFGGHYY4fbkitF/rK3izZ4=; b=enyBftemrgm9cpHAd/cSkr1kDw/ih4cS+w8Ouxfo+h0PU/7V8Gw017wK Snrkedkz89272CK2eoTtsKOdgzDEESDzU6y2Sx3MU6syMV9cpUFeZGsvf 42xnl6Tu4Tuw8g6ro3cg3qemKDuzkUQzSWIdFJ4FCUBP9ucx4YG2t3qp4 O5dk4f0tb4SfdHoo9U7PVOTiX7Tmz81FmhUMIFylRHvL3eMvqyprSkfaS PHA2W+jWzC5iLoALEmHPjFeVRHkqbdANm8kTKD5xhZkZMAxPdW5T5FnH9 zt3C4+EKwSbBoD7Z+dSdotkI4NoyON7B0MNsu+cHPJKqG10UDrT0W7CSf w==; X-CSE-ConnectionGUID: n5xlMCEoRT28SS+O/ooGGQ== X-CSE-MsgGUID: TxHJbEYVRSeBxUnIMyUlJQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201662309" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201662309" Received: from unknown (HELO yto-r2.gw.nic.fujitsu.com) ([218.44.52.218]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:41 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 19AF8C68FB for ; Wed, 4 Jun 2025 17:45:36 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id CDAE4C8BF5 for ; Wed, 4 Jun 2025 17:45:35 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4B5D21A009A; Wed, 4 Jun 2025 16:45:35 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 21/45] libadwaita: upgrade 1.7.2 -> 1.7.4 Date: Wed, 4 Jun 2025 16:44:59 +0800 Message-ID: <20250604084524.864-21-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217875 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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" From patchwork Wed Jun 4 08:45:00 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64217 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64CD3C5B552 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.11713.1749026733689315424 for ; Wed, 04 Jun 2025 01:45:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jt6JFC11; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026739; x=1780562739; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ExZ3mB+xT2EM1eGS4rZbIn9H9gpVX6QdBF+bpNfGbJM=; b=jt6JFC11JkSKkZSoTcV6lGk1EzZqI2QgewFjk0NRpN7J/pv4Akdx51aI V96uwzavRCo8SO09+kQq/dex+2EuydpWiN+pj9KcTR8gk05ER2RXwp2Qt z7RhBqfJnqgV6wD2PwEMJ+9jRMHrIjdkTYTeM0VXtTZC72XCja7cj2/eN 4XG2HrR+NzIVHCfHuJpkSHNI0e2emDjn9H8iBdNUJzF20jVLJXr13Kvq3 IxPD/1TzrSteWwvY0pf+0XkuhzZhxPWC+yPejN43+OMwXNUyezgDcHhay i8IMwNVMN7izvUQ8jKF7IHkrJtTkJv9gRL4oJYu98F6C5NEdrMr2qHKqP Q==; X-CSE-ConnectionGUID: eG0v5P3wTae/2oCN6i1e8Q== X-CSE-MsgGUID: y2fvpqVwTy2tLxogZUG5UQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="202109483" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="202109483" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:38 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 499C1E0ABE for ; Wed, 4 Jun 2025 17:45:36 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 04F27D746A for ; Wed, 4 Jun 2025 17:45:36 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A92E01A0078; Wed, 4 Jun 2025 16:45:35 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 22/45] libarchive: upgrade 3.7.9 -> 3.8.0 Date: Wed, 4 Jun 2025 16:45:00 +0800 Message-ID: <20250604084524.864-22-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217867 From: Wang Mingyu License-Update: file in public domain changed from libarchive/archive_getdate.c to libarchive/archive_parse_date.c Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64220 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B0E9C61CE7 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.11723.1749026741228461368 for ; Wed, 04 Jun 2025 01:45:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=l71q74bJ; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026741; x=1780562741; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=srvuJXAPCSmA82HU63gRGqHoN3gchPlEKrnTK0awiI0=; b=l71q74bJF9xFQQH19Q73jtnnY+VSuNKqjqxhLLqrmBKbXzXyfIY9+xh8 Ip1FuSXmCLFQnHJ4wDWMtvazQl2IlZT4xcMJB9kG1ufqfu628ZKeaYp1A nzsx1+UOC+ktmAiaCNr5jmqa8Nyhb17DAgAaAil6yrqYArDjTPx9HtKel lblPPHvBxbNPesgE6DdQqykV0+QOmg2uLnzQMTMB9COYD6ire4i74uPvq dheU4I/BAAat81l5wPqKQhDk0vjhmHGVXxRo+S8Puw+JXuME16NFMV2jK 32Q+qaM4eX9qvRy4iTtcGM0H5cI0SYxZe+dtatsajLIw8poI6H+Q/gtjf w==; X-CSE-ConnectionGUID: kIYnT4XFQ/Kw9mnGTIkAUQ== X-CSE-MsgGUID: 9rfept1UTYGW+hNoJf7OFQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="180576703" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="180576703" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:39 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id D26A8D5051 for ; Wed, 4 Jun 2025 17:45:36 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 8D2DCCFA46 for ; Wed, 4 Jun 2025 17:45:36 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 09D5D1A009A; Wed, 4 Jun 2025 16:45:35 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 23/45] libmodulemd: upgrade 2.15.0 -> 2.15.1 Date: Wed, 4 Jun 2025 16:45:01 +0800 Message-ID: <20250604084524.864-23-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217871 From: Wang Mingyu Signed-off-by: Wang Mingyu --- 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" From patchwork Wed Jun 4 08:45:02 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64237 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1C748C71136 for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Q2iXOTrn; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026741; x=1780562741; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wRkoieCO/dm6MfVv7OuYohffS+AtU7PAst93w/sl9t4=; b=Q2iXOTrni4nSGS+A5ET+u9lA3BVf9fddSDucKD73kPEMsRFN1SCTnYzF k9XY5+E1G72dxRHMcGU7hShgb0FOcpvItpOSyXQNbX2uUbzfzqwC726u+ 1ROi1mWPkRa7ml3D6uvZ1V8p/j8DvsSdDPFWQJhbJhlxojWj6U9J4fVoA J5oQgyH+oAsYUkTQd1acIOc0gAXQx0Hbg6Tg/MYWErGk6rKC+4RzYutob 5d0yXm7BJg1yw9JGTEHHv4K2zpezVagGN6Z33etjVC1KOIuGEg7DBiBVW SYG0FdrhxJLyhypVdrG2FebsrhwQqvHgDvmcrs9fjwOZYSbyMFfNfUS90 g==; X-CSE-ConnectionGUID: C6ShVumIS5mzX5x7VcR7Jw== X-CSE-MsgGUID: HnY1DGGkRUK3ZMKBL2E/SQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182744" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182744" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:39 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 381507C0FD for ; Wed, 4 Jun 2025 17:45:37 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id E6949BF3C1 for ; Wed, 4 Jun 2025 17:45:36 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 64D151A0078; Wed, 4 Jun 2025 16:45:36 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 24/45] libslirp: upgrade 4.9.0 -> 4.9.1 Date: Wed, 4 Jun 2025 16:45:02 +0800 Message-ID: <20250604084524.864-24-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217870 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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" From patchwork Wed Jun 4 08:45:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64240 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 29CDDC71143 for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.11713.1749026733689315424 for ; Wed, 04 Jun 2025 01:45:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=rWOlpo3f; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026740; x=1780562740; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=y3rd17UYzyXRvWOUkkq4WGgX3uymspYRqeJVN4hL75M=; b=rWOlpo3fOMbrfaJPOr7+OcU/B85spuMjCatnBiXQZ91XJTR7ACfWHPsV t88TkzNjjZV6SWEHrNgVt5bjzSwJKV1a5J0AlV18gxbjuj9GPbL3uLBdh XtxUjLICkJG4GN6wbpQRBX2ZoGWakA6X5ZrzJLH/mrtfBdlvEFgIc4pJp lTN3w786dyyfqAH/Tg3p2/+lLuhpBv/ICePKlRFdVD3ezGwcgm2X7BVs+ v05rifw7HwOxEqX99oVwplncNYKKKS3zguASSWSEt1tB4KiS+3ICEjveF vk699fq8Cp+IJtYbt9QwwMFEfT6OnV01eRoBi518Shp1UfK4+Ujg7fGaa Q==; X-CSE-ConnectionGUID: NcHFHpEbS++fTmEt7izP8A== X-CSE-MsgGUID: OBwGvxmESnSN+c0yrpz9dQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="202109486" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="202109486" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:39 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 6424D1FD94 for ; Wed, 4 Jun 2025 17:45:37 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 22120D746A for ; Wed, 4 Jun 2025 17:45:37 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C08831A009A; Wed, 4 Jun 2025 16:45:36 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 25/45] libucontext: upgrade 1.2 -> 1.3.2 Date: Wed, 4 Jun 2025 16:45:03 +0800 Message-ID: <20250604084524.864-25-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217869 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 \ " From patchwork Wed Jun 4 08:45:04 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64239 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00016C7113C for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.11719.1749026736796839147 for ; Wed, 04 Jun 2025 01:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=hT0rQasf; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026743; x=1780562743; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KN9Ll5COIG2Lr3XhH91FqxeY+Lne54i1pXeNTQHJ4nU=; b=hT0rQasfqYADAJMCZNe4lNUw9YNaeWWbeW6Cs1MrneJaR6xm9NPZb8/F flmSiCxhbYXPKjvhjGbNVELtuD9N/zadfTMaGfmKHmPeF8zElKXa38zrx 5OSGL5T7IL4GV6OZutzH8np3YShsa3YRqvb3yWznFlo8k7lrLpZJfWKOw 9X48k3O5zvYpTWryltLGldjca/dwShEaSVSk94ASqv59e/0bXoVhjfVWj i3+h6rrueyqlK2Jib/0KcIxsgOdcibuDhdyuLJpKkAqPNYDYtLJEwaHCg 9+B09p1Ger7EgSBgq1obL2xZT3p02eUiV1UHQSVG6HE18IlRQzIbReEN6 w==; X-CSE-ConnectionGUID: HozjoRsBTAi69GRs5gp0+Q== X-CSE-MsgGUID: sjls2hfWSZelpmgJTQXJTA== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201658011" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201658011" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:41 +0900 Received: from yto-m1.gw.nic.fujitsu.com (yto-nat-yto-m1.gw.nic.fujitsu.com [192.168.83.64]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id EEEEBD6EE2 for ; Wed, 4 Jun 2025 17:45:37 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 9D145CFA44 for ; Wed, 4 Jun 2025 17:45:37 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 27FCD1A0078; Wed, 4 Jun 2025 16:45:37 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 26/45] libunwind: upgrade 1.8.1 -> 1.8.2 Date: Wed, 4 Jun 2025 16:45:04 +0800 Message-ID: <20250604084524.864-26-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217874 From: Wang Mingyu 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 --- ...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 -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 ---- - 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 -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 ---- - 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 -+ Copyright 2024 Stephen M. Webb - - 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 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 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 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 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 From patchwork Wed Jun 4 08:45:05 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64229 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCF2BC67861 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa6.hc1455-7.c3s2.iphmx.com (esa6.hc1455-7.c3s2.iphmx.com [68.232.139.139]) by mx.groups.io with SMTP id smtpd.web10.11651.1749026737185652181 for ; Wed, 04 Jun 2025 01:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jrnLVulZ; spf=pass (domain: fujitsu.com, ip: 68.232.139.139, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026742; x=1780562742; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=8anpbQ/ZYdVPaJIMQto135UG6dVxmg4KVilbwagGFs0=; b=jrnLVulZPqjQ7fn1FRB36//7QY1tGlOK2IrEHHMdAQcKe5R3y4yCp1RX AXOG1lTbDedOsWGuFF5u6rfOdieL0d9WlPcLfxcZXFz4tVEh91eXs0JyJ Qc5WCMCq+mNWGNZDj9Nmg7QmnTgAjHHab0KOtkKJ0hYrsv1nhhEBsujrt YikVya9mvH+Hxv1ap0Emiy10pQ2BJQd6QWKxACdAo5/HVI8e+C7QwzVWJ XQc6gE+bNAke0ykSBNkIsp0FVbeSrYSHwnz+C+xisYa8MGGp4itBEgtmC VIrokiz5herEN2Yi7vd0nTJ0limCTaAX98s/JO46qveXJmja9rITA/gi+ g==; X-CSE-ConnectionGUID: ahSSX7QrRRyYR6Ai6H75Uw== X-CSE-MsgGUID: 9mTlAySGRC2ioWcI0+1p2Q== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="204701656" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="204701656" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:41 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 4DDACD5004 for ; Wed, 4 Jun 2025 17:45:38 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 043CBD50A9 for ; Wed, 4 Jun 2025 17:45:38 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 76E781A009A; Wed, 4 Jun 2025 16:45:37 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 27/45] liburcu: upgrade 0.15.2 -> 0.15.3 Date: Wed, 4 Jun 2025 16:45:05 +0800 Message-ID: <20250604084524.864-27-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217872 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:06 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64228 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9C61C71132 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web10.11656.1749026743546473093 for ; Wed, 04 Jun 2025 01:45:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=cChG8Nt+; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026744; x=1780562744; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=sHPiVbqPvurSKQ2/j/8MaD/GJzNDrsl6pDV7bN1b5s4=; b=cChG8Nt+1UhREA2VjuCz6/LxoH2LLNJWKULg3HQ58qBZ+EmTsMSi58vF YvF0CR5OYhaDmxWF8T/I0zi6gYy52c1SozemhvbBAgS1FmluPiZD9YxVb pVuotR27IFiN0f1GJfJefMx6xuPufQLF6La2tF8nwpmqdC6Zqo2h/JI3x VMFiue0M5oM34LqEcEcRAIylBP+mlKASe5E46Hgs090vJytqS9WTslc4x MExp7aQ54nYHb2S7lBtWl7vMpX0VUFDm0kKzOFct+wvZt4ZO2axvsud7h ejjyerCcQgE2eWA1UfLGI1/xBUm4+ZlGsOwAL5KyQQohAHwb12qLdgDeg g==; X-CSE-ConnectionGUID: qWnokIHYRQq8myiBBxRhLQ== X-CSE-MsgGUID: 3z8ZgWVxSmOqbmtUPA5K0g== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201724469" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201724469" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:41 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 7F03ACA26B for ; Wed, 4 Jun 2025 17:45:38 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 31725D746A for ; Wed, 4 Jun 2025 17:45:38 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D0C911A009B; Wed, 4 Jun 2025 16:45:37 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 28/45] libusb1: upgrade 1.0.28 -> 1.0.29 Date: Wed, 4 Jun 2025 16:45:06 +0800 Message-ID: <20250604084524.864-28-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217877 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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\d+(\.\d+)+)$" -SRC_URI[sha256sum] = "966bb0d231f94a474eaae2e67da5ec844d3527a1f386456394ff432580634b29" +SRC_URI[sha256sum] = "5977fc950f8d1395ccea9bd48c06b3f808fd3c2c961b44b0c2e6e29fc3a70a85" S = "${WORKDIR}/libusb-${PV}" From patchwork Wed Jun 4 08:45:07 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64236 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04E4BC7113E for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.11723.1749026741228461368 for ; Wed, 04 Jun 2025 01:45:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jN2SKs9w; spf=pass (domain: fujitsu.com, ip: 139.138.37.100, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026742; x=1780562742; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=xlXbPy9UFpsIMzwm/sDp7eAfYRPAsISz+wBAFs706q8=; b=jN2SKs9wsPXaidzP6xb0QxwrB92GiYMjSOzbQIIPgYfL4j7A3e5/ih3T ni2uBAMJm7J8GVJ3kTKNBARnBR5XPo6h0QlODCx3jJOV0BqhOKO/AhYxw YbHkn49FC0QOsLjhikFWdtA1IEJ8Ofa5C/ayXw9hH9+lyeuQbtenAsdup dEBH1LV0AFnadRBsHi2xU6aswwPD6cQO9yRIpghCqTsqQKfdrdBj7dDjv tmmdbdkEnew55n8kZ0TQNk4SsW7AmFp2t18fYgxW/AhmL4o+ojZ2wmVBg 6wFv447TP5H7avn5cyszBcO+FAkC18Mh8FaSq6Q/JS6E76kShcZIAKK6h Q==; X-CSE-ConnectionGUID: 9ZeO/FHZTg20/rwCXfK0+g== X-CSE-MsgGUID: nNabbATnTkq9AnFNE6J4NQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="180576709" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="180576709" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:41 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 13596E8FDB for ; Wed, 4 Jun 2025 17:45:39 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id C2B66D4C15 for ; Wed, 4 Jun 2025 17:45:38 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 37F8D1A009A; Wed, 4 Jun 2025 16:45:38 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 29/45] libxkbcommon: upgrade 1.9.2 -> 1.10.0 Date: Wed, 4 Jun 2025 16:45:07 +0800 Message-ID: <20250604084524.864-29-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217873 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64234 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2DC9C71134 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RzrT6y8V; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026743; x=1780562743; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jN15J3nIMZTzLVwdUNbU2jgfSZZwaEpAo+bgD5SrbUs=; b=RzrT6y8VP9pbVOUJZx/CAQLFRHSx9WYQqIZZBgmaC8zIxIsuGKjoxUzC sH3x/Ocf4c8xA/ilmkUK2APnQcpDwPhNbNWZB+1NZ3TM11BUUxY3I0NDc 08BYOo7uvFLDhBlk7Ztj3cFHoEcgdnqGHXd15+BcBs6DuSCAK60mT6jWH tupafnT3jj3kX8M5y1oglhSYBSWhmtMf13qMSs6BDKKRdzd0CKXu+ve4s UJ5Atjga8wX8+cd7RUOPDOTtoNewf99D0t+aEXQ+bqT94HJFTSyY668XM nTD8BNA0QTY3yLW5Um+mXWeVvGB1K6HzZtm8F3uKI3XH7tFy3p4SJvxvt w==; X-CSE-ConnectionGUID: AU9+XOwLRo6QAQmL9Ky6pw== X-CSE-MsgGUID: JebUPx71RxKNnNUzdfMCkw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182746" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182746" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:42 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 4A6B9D4C2B for ; Wed, 4 Jun 2025 17:45:39 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id F0DFFD746A for ; Wed, 4 Jun 2025 17:45:38 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A1C241A0078; Wed, 4 Jun 2025 16:45:38 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 30/45] meson: upgrade 1.8.0 -> 1.8.1 Date: Wed, 4 Jun 2025 16:45:08 +0800 Message-ID: <20250604084524.864-30-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217876 From: Wang Mingyu 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 --- .../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 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 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 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\d+(\.\d+)+)$" inherit python_setuptools_build_meta github-releases From patchwork Wed Jun 4 08:45:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64226 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3B3EC678DF for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa1.hc1455-7.c3s2.iphmx.com (esa1.hc1455-7.c3s2.iphmx.com [207.54.90.47]) by mx.groups.io with SMTP id smtpd.web11.11725.1749026744007325605 for ; Wed, 04 Jun 2025 01:45:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SF+b2JiI; spf=pass (domain: fujitsu.com, ip: 207.54.90.47, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026745; x=1780562745; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=yyQyU65Iuy/hCarw8a7lVlbgfxBxHO5OvaQ+en2hQW4=; b=SF+b2JiIL8BJoB9+zmasY4zzdkqDfeQVi1/ldkM+PmYeNJf1uz/qO+cx WKc/0ys6bHBIk2jj9ByPubEDPpv44Da3UYGGL1jssiJMwRzwgWQW32ctB 7oXSREN1mcn7yPBQf3RbAYod3/MBCOfpoqGYIlXkDU7nRp3IbM0a8t73I WkoqT5TJNRaGZugspXyKTjnAVZilFM0Y9y3WWYlkcfSDM0FCW6uOvOep4 77YZSYhvy6iJT4ttvI7x2O+A10j0IMsBUfJqDZ59DOjaK1kHo3wnAfhPU FPqXCKyxTRCFERNABYAo4ba9yqdLUB8Fmjtidp2oVe0FaYCbrXcpWjGud w==; X-CSE-ConnectionGUID: bVs5vQvrQTCY/nqr0lWByQ== X-CSE-MsgGUID: fsK7r7/cRiGgrlBtj5OLdQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201724472" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201724472" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:43 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id C39FDE8FDB for ; Wed, 4 Jun 2025 17:45:39 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 7F36ED4C15 for ; Wed, 4 Jun 2025 17:45:39 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 01E231A009A; Wed, 4 Jun 2025 16:45:38 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 31/45] msmtp: upgrade 1.8.28 -> 1.8.30 Date: Wed, 4 Jun 2025 16:45:09 +0800 Message-ID: <20250604084524.864-31-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217878 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64224 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB7F1C677C4 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web11.11726.1749026744437654212 for ; Wed, 04 Jun 2025 01:45:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XdJ1lZgl; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026744; x=1780562744; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Stj9Cn1QlVhSZGHJR6PzoGsGbfkTd+ia79Lwd9lc1Vk=; b=XdJ1lZglQRhtqMntGHEtjg9PS55DeneUBk+DsFKsL73b0NIzpGDPvCfN qBclJ6ytiTdY8OEOLI+fsVtMzULjKgxL3G4h7ksW34WFFpXz6lbGCCYy0 VnvwtGvp//Z5TgYEqhav5UkEqSTi0H4s1LgZCFzOLkMShKto4sGmKbvVO +b3IZa4Zh7jtP+iXmWkxrsWZ5kFKT2kUhzGzO8aUGCblrmeKAF/VizVgW UqFWiLXBUn6qo0JU6RhkBXybPDRJP13DnQ6caESDMOv3+TIZjbQSUde5K flPkYTIX7EkzjTDwm/oJiPkCx+WjefoZHOwCagWyAx8nkpRChezlUI0HX Q==; X-CSE-ConnectionGUID: faI2/E3vRl2PY+5YwXl0tQ== X-CSE-MsgGUID: fRMBpvg9Rz+q5fWOd9xqbQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="190102937" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="190102937" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:42 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 2DBE2E4960 for ; Wed, 4 Jun 2025 17:45:40 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id DD3ACD4C15 for ; Wed, 4 Jun 2025 17:45:39 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 5A8971A0078; Wed, 4 Jun 2025 16:45:39 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 32/45] ofono: upgrade 2.16 -> 2.17 Date: Wed, 4 Jun 2025 16:45:10 +0800 Message-ID: <20250604084524.864-32-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217881 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:11 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64222 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id AF285C61DB8 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa11.hc1455-7.c3s2.iphmx.com (esa11.hc1455-7.c3s2.iphmx.com [207.54.90.137]) by mx.groups.io with SMTP id smtpd.web10.11649.1749026733202619838 for ; Wed, 04 Jun 2025 01:45:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LI8cEcZS; spf=pass (domain: fujitsu.com, ip: 207.54.90.137, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026744; x=1780562744; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=I9hOUGymOBjlghnVSmSXonieIGhjq9xnfcfEV3koYZo=; b=LI8cEcZSgC/dP1H0XPS3P52Km3SnvdQ9KOB0huwhRLgGCcqlvO5JBcO7 nQcAoiZNA6on9tTlMI0/aLGObHcabHSGua3S0Fl+5hA+VGKAxsD/fuFWR 3o421g+HtqXPeFXy2Rs8G2ILB3+d60LXsZGVWp4rR8t05MFtCtv/TA6xp BrKvLSRspCp5eAhMK2v4VSUwf0aON+UNoK5cgv1nx7tl/aMvEBNZxCuUQ 0Zkv6Ug/ucOPA94QgeVnU/aSh84JDsRa+7TwjDZlGtuMecQK4qQBrMTB7 JpB95ePB8ChVg2OWaTfWeBtAO2NoADLHIw+UFdRALXTLPT5hCF1eyPX7P w==; X-CSE-ConnectionGUID: q2vEF1YAQ0GU2WuBgZjbRw== X-CSE-MsgGUID: DKxY4X92SK64MoPzKZp8OQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="181182748" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="181182748" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa11.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:43 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 5BA67D4C2B for ; Wed, 4 Jun 2025 17:45:40 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 198ECD4C19 for ; Wed, 4 Jun 2025 17:45:40 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B6CBC1A009A; Wed, 4 Jun 2025 16:45:39 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 33/45] python3-beartype: upgrade 0.20.2 -> 0.21.0 Date: Wed, 4 Jun 2025 16:45:11 +0800 Message-ID: <20250604084524.864-33-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217879 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{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 From patchwork Wed Jun 4 08:45:12 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64225 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFF53C678DA for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.11713.1749026733689315424 for ; Wed, 04 Jun 2025 01:45:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=r3A1ehWN; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026744; x=1780562744; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=OutwICHqzhrQLoFbFBvVdjD5QqaY7BhJCofXUyfIAPc=; b=r3A1ehWNsj8ijNAIsUPqsJZR1VOj7aMdU+ksz2764gq3ZxUlhtw/9Q6F cB1ADNtGiXxtzut0CB1YpJqbQIlbjPUlZN9Xpa0JYgBOj7uZCDKNsMTcq tKyYvRuRiiHCj0+JpZRlzPjCq5XHhK2uiKJFUg26jZrOWTn1CMWiuaJhw rbPyUPVK3vVfhFYgIh4HhTAtRxlGRU43B32mfYiv7BHdHpPPROAV7sdt6 QJo1BVrQuqy1dWiXHYdn5nNEzUa4iuraPYcwUaVOobaQkod2jfy1FVhWV vZeWkTzU/+V7mIlivmtygAYnJBoC5b6fQ8Pvx1vJpJZ5nHJlWdVNI3ZC0 w==; X-CSE-ConnectionGUID: i5Efg1UPSAeW4OgctWNFXA== X-CSE-MsgGUID: ySUJ8UO+S0+/vL9OJhFCbQ== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="202109492" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="202109492" Received: from unknown (HELO yto-r4.gw.nic.fujitsu.com) ([218.44.52.220]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:42 +0900 Received: from yto-m2.gw.nic.fujitsu.com (yto-nat-yto-m2.gw.nic.fujitsu.com [192.168.83.65]) by yto-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id E80F3D5004 for ; Wed, 4 Jun 2025 17:45:40 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id A0691D50A9 for ; Wed, 4 Jun 2025 17:45:40 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 1F3551A0078; Wed, 4 Jun 2025 16:45:40 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 34/45] python3-click: upgrade 8.1.8 -> 8.2.1 Date: Wed, 4 Jun 2025 16:45:12 +0800 Message-ID: <20250604084524.864-34-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217880 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64235 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0EF02C71140 for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web11.11726.1749026744437654212 for ; Wed, 04 Jun 2025 01:45:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fb0O6NNQ; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026745; x=1780562745; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=onA+ay+pjyxJCf0s5FXQcUOoXgWqpQltkl+Xed8D8JE=; b=fb0O6NNQmv4f5fmA0pmYbTZECIZ+TmlS/sAGQ+0iIc/9sqyvy+kdvZFx DYEaq06jKPvVnur+2bzbsijX5R+G0+D/fRhLGW9NGwFLgpkBBRjE09g7v z7yw6NXamf4QiAnh5tinCAQnnrmoFYHbL9TwQ23U/+7lbvEURRUTHieeL iTdrctZD1RyiLuYHrpfvoc7Wh8r8l2cTF3fYTQ2uCyItdljRAv8ujpZ2b Db0aR6TKzcsSmcNfsPI+MyP9en8OVWZXWy3nGEVqeERHQ7rP6ALQ3zzvE 438KBbI8pDcmW+D2oQNf6o0tjdRQaDNZ1AX8IQNbndSFja5wQ0jlBS47e A==; X-CSE-ConnectionGUID: XA9pkZK5RqqPBb/7dWZAmw== X-CSE-MsgGUID: TpzGSx5jTMWYR6O8O/ucOg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="190102941" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="190102941" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:43 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 4BDD4D5051 for ; Wed, 4 Jun 2025 17:45:41 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 04CA9C8BF5 for ; Wed, 4 Jun 2025 17:45:41 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 7812D1A009A; Wed, 4 Jun 2025 16:45:40 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 35/45] python3-cython: upgrade 3.1.0 -> 3.1.1 Date: Wed, 4 Jun 2025 16:45:13 +0800 Message-ID: <20250604084524.864-35-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217882 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:14 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64221 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96C93C61DB2 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web10.11660.1749026746197751398 for ; Wed, 04 Jun 2025 01:45:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=VExWHnv7; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026746; x=1780562746; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ActsipXF6SBIztkd94lYGgTXT+P6AyjkR1GIq2lAtuw=; b=VExWHnv7YjQz9gjmN/en09PIIVPqR4haaQ/qY61AZvbKLpxQdhhTo5Eq tlr7VEMdbtyDrxwGEjZi5a9bdjAMKxDP/2gtmanB5T1SnUSqMdGyngVI0 yvy2M6FyrYNVHcqR75aGpNExBJgkGJbJKxpilpelVkUvkH8dlOtCN76Qa JUYvDcxRj/NLHuoRBQx1v7q0wGDq2zDTtsMnzhLGz0IzcWBCN0b1JmCJN jAyXluOWVzsOid0GOvxXYOIx1deMzHojdCkzOgyv2g4uVS3RKtv9b18eE JntWjiJKNqurIbScTgtRR/c/3PgwOpgDrcTHlmhV1qsH6jXG4Efk6VqID Q==; X-CSE-ConnectionGUID: ryaZnqQOSnCNz6+yf2jZtA== X-CSE-MsgGUID: ULzW6Ax2T9uqgHre/ZeBvg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="189666635" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="189666635" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:43 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 7A0E32AB73 for ; Wed, 4 Jun 2025 17:45:41 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 36B33D4C15 for ; Wed, 4 Jun 2025 17:45:41 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id D26971A0078; Wed, 4 Jun 2025 16:45:40 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 36/45] python3-hypothesis: upgrade 6.131.14 -> 6.132.0 Date: Wed, 4 Jun 2025 16:45:14 +0800 Message-ID: <20250604084524.864-36-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217885 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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 \ From patchwork Wed Jun 4 08:45:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64233 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04D04C7113D for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.11719.1749026736796839147 for ; Wed, 04 Jun 2025 01:45:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=i+qR21/x; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026747; x=1780562747; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nwjvmp5MU20zDsEzyrY55ueAoEQEHGgyvQPrjOrXLOY=; b=i+qR21/xMT7VryyF34KShf/cptccsgufqh0tn8yKctDuE5IP+IedpK7B VK5ijK4fza/vhQJWZlpofWA+lTUeXV0UAB3dwHAYXCczR/XcEEH3wSvGv 0vls4YfgQ0XbHmnBrHxKhmTaST6I+lDtC61OREBThToz8kZczGGuv8DO7 c5BVqQJk8fNPxLxobUKvYbb9KvOPqi7ITSc8NBs4GJJMs2/Ieo5gnwAdo EARRkaVprxEcga027DX6r1jKdxFcl4NMUV/XHUWalF8UcRz2tEDTFPUxw ibjBvUqyp6Gp0jLdc/zyjoBxNKUnwSwaMoZyEgI96a6E8zYQPerObx2dY w==; X-CSE-ConnectionGUID: /fm8KmSqTQ6ru0R09md4zg== X-CSE-MsgGUID: hwYCgZ8GQzi8Gks+i77Rlg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201658015" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201658015" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:45 +0900 Received: from oym-m1.gw.nic.fujitsu.com (oym-nat-oym-m1.gw.nic.fujitsu.com [192.168.87.58]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 083D3D4C2B for ; Wed, 4 Jun 2025 17:45:42 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id B9F17D4F40 for ; Wed, 4 Jun 2025 17:45:41 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3D8541A009B; Wed, 4 Jun 2025 16:45:41 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 37/45] python3-jsonschema: upgrade 4.23.0 -> 4.24.0 Date: Wed, 4 Jun 2025 16:45:15 +0800 Message-ID: <20250604084524.864-37-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217884 From: Wang Mingyu d71f96a6523875c9694fcdf468c9f458323d07f2.patch removed since it's included in 4.24.0 Signed-off-by: Wang Mingyu --- ...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 -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 ---- - 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 From patchwork Wed Jun 4 08:45:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64219 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E3F3C5B555 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.11729.1749026746926071789 for ; Wed, 04 Jun 2025 01:45:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=UqG0Jz7p; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026747; x=1780562747; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Vqh2MhVQaNaFcgE5P5JjY/7zTUw09ZVq93PvI4s9kbc=; b=UqG0Jz7pVvhjdfsvZLJLFXDHNNbi8CjVeHRMkkTBwYio7Bq/HfjY88fl itqfgsJGem4IrzuHrUHpy2NJtXQJQYu22HnftOCpLqeAB75goTnbrG09A PMdnReAgqmOzv5pZrbGBgCJt6sFZQJfJQvkzKKLcgM5+4a1nxVo8XQS9v 5jNhTjcffFmo/j4CH+fE37n47ZmfxAjnp+emHULZdMzV/SjQ8nHt/zabk UGfPEfZ6raRXdelCnNIuyO4VGY1of7JIWGD2j58jtRoe4PaINIHLDGFsz oa6PdjB4JJbCdB709ISH/ZwHCRBZxnXIhTIBHv1H3mWbosy1ASFgZHcgu w==; X-CSE-ConnectionGUID: nApkwjP2Q2GpsV6CeWqyQQ== X-CSE-MsgGUID: utURNzrBT5yyVM2LD5rnGw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="189040718" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="189040718" Received: from unknown (HELO yto-r1.gw.nic.fujitsu.com) ([218.44.52.217]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:44 +0900 Received: from yto-m3.gw.nic.fujitsu.com (yto-nat-yto-m3.gw.nic.fujitsu.com [192.168.83.66]) by yto-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 61199D6861 for ; Wed, 4 Jun 2025 17:45:42 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 217AF296E7E for ; Wed, 4 Jun 2025 17:45:42 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 956061A0078; Wed, 4 Jun 2025 16:45:41 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 38/45] python3-pdm: upgrade 2.24.1 -> 2.24.2 Date: Wed, 4 Jun 2025 16:45:16 +0800 Message-ID: <20250604084524.864-38-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217887 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../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 From patchwork Wed Jun 4 08:45:17 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64223 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A48B0C61CE8 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web11.11728.1749026745768639669 for ; Wed, 04 Jun 2025 01:45:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fKKkjuOx; spf=pass (domain: fujitsu.com, ip: 139.138.36.223, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026746; x=1780562746; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lwRosKZsPW6I+ddPtEJtpvRv0lAOUdjJ20XV4kZhk7I=; b=fKKkjuOxWt/sqja4uWcloAIbzvuou6kJGarSu6aPEzhf9EfxQjCxLsNP c9cMi5vMP5kNkonOc3oWPbB5HOnWSII5PZBZ0DuPl/NSIac0V2e1T0B5t V7PkW2griMNwUuYGE0Te706SZPAbBzhU4qmiuBjTLOYwWZXygHnBdvJTP fpJ5VBMITdeVzz1YZ8gGrFnXdZslA1Z0d0bofnV+QZgyNNUHytx+z0zg3 J2u08SsKUEh4qGuJ8FswrMsAb636Z+K5ZTxn2RYctGR0mMgv/0he/AIC9 V0DdoZTt/02KTS8fyKDWs+r9dJLLZkHOGtlWRCl6S/MalfHvTLnl7uRUu g==; X-CSE-ConnectionGUID: E3eOzCPNTa6Gaj5PRr8xUg== X-CSE-MsgGUID: nA2AnFFlShu8oLzSfAcQ/Q== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="190102945" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="190102945" Received: from unknown (HELO oym-r1.gw.nic.fujitsu.com) ([210.162.30.89]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:44 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r1.gw.nic.fujitsu.com (Postfix) with ESMTP id 9E892C13CA for ; Wed, 4 Jun 2025 17:45:42 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 5163DD4C19 for ; Wed, 4 Jun 2025 17:45:42 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id ED7F11A009A; Wed, 4 Jun 2025 16:45:41 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 39/45] python3-pycryptodome: upgrade 3.22.0 -> 3.23.0 Date: Wed, 4 Jun 2025 16:45:17 +0800 Message-ID: <20250604084524.864-39-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217883 From: Wang Mingyu Signed-off-by: Wang Mingyu --- 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" + From patchwork Wed Jun 4 08:45:18 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64218 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 727B4C5B543 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa10.hc1455-7.c3s2.iphmx.com (esa10.hc1455-7.c3s2.iphmx.com [139.138.36.225]) by mx.groups.io with SMTP id smtpd.web11.11729.1749026746926071789 for ; Wed, 04 Jun 2025 01:45:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=S2VxbkE2; spf=pass (domain: fujitsu.com, ip: 139.138.36.225, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026747; x=1780562747; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kfRjmFrW/5hf6jjMnQUst9w4yttVdmh8tgzD4lTXtmI=; b=S2VxbkE2HXUGpbH8/qY2Dv6x9zLxf+2z1PrHxz+kZ1SHXYYN8cLGhgfG PsaeY2Vo0b9rFva0duGJtr7MmnFAwL1kUvWsiDQtzZvmATLvkLA7X19aF cB2rattH13Wtq0P5MSsPoHavka1ONS5RXHPSwjdUEXPJ7ghg4/cZckjdZ QslM+aRMMQh964S3lIP7nEmJlf6UkSJrj8gNuhe00PNI7RNwpUEgDRmKK jOLknFhzchgrGLm0YgvccQINkbpE0bERF3QT8OKeVuZHy/oo2+d7SiQje ZpcfGfyjrsyVI8H3RQG+MId6Zo/htLPDzsO0DJr1s/6gBY3CCTu9crogP w==; X-CSE-ConnectionGUID: fN8P8OXQQsSglz7PQ1QNUw== X-CSE-MsgGUID: hkLUzTTiQjq2ppt46Au1bg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="189040719" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="189040719" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:45 +0900 Received: from oym-m2.gw.nic.fujitsu.com (oym-nat-oym-m2.gw.nic.fujitsu.com [192.168.87.59]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 29D54D4C2B for ; Wed, 4 Jun 2025 17:45:43 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id D7252BF3C1 for ; Wed, 4 Jun 2025 17:45:42 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 564031A0078; Wed, 4 Jun 2025 16:45:42 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 40/45] python3-pycryptodomex: upgrade 3.22.0 -> 3.23.0 Date: Wed, 4 Jun 2025 16:45:18 +0800 Message-ID: <20250604084524.864-40-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217889 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...-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/ \ From patchwork Wed Jun 4 08:45:19 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64231 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EDE13C71137 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.11713.1749026733689315424 for ; Wed, 04 Jun 2025 01:45:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=q8khd96q; spf=pass (domain: fujitsu.com, ip: 68.232.139.117, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026746; x=1780562746; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=SE7IBd5z6pWO7jTIE0zfHJSqNhwfawFutiu/Sjgl4Tc=; b=q8khd96q+l41vFKoo6V6LuIrt8QWXoNW3S4qiGaYmCC9eNHi1aLQobsn kd0GudRMBfKivaN0R3L42flsjMKL/zxbPGewwn/Oywih1ln6b3FsPQd/5 YnCyAPHNelMlFtUNMQB01z5j0AMbvXUprurdH8IhQuCMRJAuBpNBU/u8a u6CURklozV1mbCzZR3+FpiPdGK+L69ed0O58gvlAILP6YJNFPVjlGFLhD BmPk64pWc9WFkXzFbdQIGMa1w1goh+GTS8RID2TCFL9195kro5DVU/Jtm F8t+jkORVYHqa4SHLFOWtHHvLtnU/vKgvYfyIiq0qyIpWMxVxp5xikKFG Q==; X-CSE-ConnectionGUID: i3JffNfQRV6uznjobWuraw== X-CSE-MsgGUID: TkKA4J56TU6sR7e7Ob/sjw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="202109495" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="202109495" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:45 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id 8FA82DBBCA for ; Wed, 4 Jun 2025 17:45:43 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 3F48DD4C15 for ; Wed, 4 Jun 2025 17:45:43 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B1D641A009A; Wed, 4 Jun 2025 16:45:42 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 41/45] python3-ruamel-yaml: upgrade 0.18.10 -> 0.18.12 Date: Wed, 4 Jun 2025 16:45:19 +0800 Message-ID: <20250604084524.864-41-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217886 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...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 \ From patchwork Wed Jun 4 08:45:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64230 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7719C71133 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa8.hc1455-7.c3s2.iphmx.com (esa8.hc1455-7.c3s2.iphmx.com [139.138.61.253]) by mx.groups.io with SMTP id smtpd.web10.11660.1749026746197751398 for ; Wed, 04 Jun 2025 01:45:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DJGgdN/G; spf=pass (domain: fujitsu.com, ip: 139.138.61.253, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026747; x=1780562747; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=azUUb91TkFZ25JzXz9TUNSADWynb3VYozCWM+i9CAJ4=; b=DJGgdN/G5xXuIsLNHj91FdTeXOQiMNe/CT6ectty7XXfnLrZQM6HMYk+ FIst/fBN1pgsaXQ60hLZvdO9v+Vuu1t8lBVGnqtesce98TxXSgob8cemA g+J2gxcsMSDlRLnFcBTzZ94uyKWs1rvCehHT6xU7KXQsUK6lT/DXUs9S1 l9pK8AIiyepPMyyO7NVMXfj/gcXXTxv0qVIDiKgorboYmMdpFHxntt6L5 moAaB+vCjT9ESTKW0wjsqB2Fhqh7RtYTcEvttvzNe7N8+k+IJCCd2FhS2 ClyWipdOW2TtHDOVCyCIeMRu3OQ2APLSvSU26CP0ZhweMxFsW0/JztOox w==; X-CSE-ConnectionGUID: V36MpXg1QAiNAte6ffxAPA== X-CSE-MsgGUID: tO3OtkdqTcClK7Cnwyj9NA== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="189666640" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="189666640" Received: from unknown (HELO oym-r3.gw.nic.fujitsu.com) ([210.162.30.91]) by esa8.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:46 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id B9B7FE0ABE for ; Wed, 4 Jun 2025 17:45:43 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 69ADAD4C19 for ; Wed, 4 Jun 2025 17:45:43 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 196A91A0078; Wed, 4 Jun 2025 16:45:43 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 42/45] python3-setuptools: upgrade 80.8.0 -> 80.9.0 Date: Wed, 4 Jun 2025 16:45:20 +0800 Message-ID: <20250604084524.864-42-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217888 From: Wang Mingyu 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch refreshed for 80.9.0 Signed-off-by: Wang Mingyu --- ...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 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 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" From patchwork Wed Jun 4 08:45:21 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64242 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3ECFFC71148 for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.11664.1749026749121882184 for ; Wed, 04 Jun 2025 01:45:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Le1E4Kgg; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026749; x=1780562749; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wCSd4/dcywuyilbbBU7fMegBV00QKs80Wl6htl0Q+Zo=; b=Le1E4Kgge3v1RDNiCvtyFhruAU48SWly4uBYJkl5gp9CU2IbrO0NaIdg hoeDZn5hsuWj3GfF6PG23ENHOuOijAhdpwFD5gdCFq6/XYoSigFr7iQup QVz50v3tPWBiY2YiCnUisaAfRWiV+rI8viOKqg4xkFSexDK2IgdnBvvs4 Z4k/FaGf83avadujJkPLXfCULUUTqke1tMwl0/rvESYYDG6Ag0/dlw1/G /FilCewnjTdWosoaGH3Dh+OqLpRZP8H8puCm334+9BbwP0q4LCnHrPZ5V nVlesE27vacjj0FTI+DHQ8VxilFwXHyahVClvMOHHGtDj6ex4VlcuT7ak w==; X-CSE-ConnectionGUID: T98jOnAUQmGzKvyCAGaN1g== X-CSE-MsgGUID: JfTmsbxPTgGXTZyj3o0DUg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="180587690" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="180587690" Received: from unknown (HELO yto-r3.gw.nic.fujitsu.com) ([218.44.52.219]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:46 +0900 Received: from yto-m4.gw.nic.fujitsu.com (yto-nat-yto-m4.gw.nic.fujitsu.com [192.168.83.67]) by yto-r3.gw.nic.fujitsu.com (Postfix) with ESMTP id 40681D5051 for ; Wed, 4 Jun 2025 17:45:44 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id EEB7DC8BF5 for ; Wed, 4 Jun 2025 17:45:43 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6F5E61A009A; Wed, 4 Jun 2025 16:45:43 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 43/45] repo: upgrade 2.54 -> 2.55 Date: Wed, 4 Jun 2025 16:45:21 +0800 Message-ID: <20250604084524.864-43-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217892 From: Wang Mingyu Signed-off-by: Wang Mingyu --- 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" From patchwork Wed Jun 4 08:45:22 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64241 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3622DC71144 for ; Wed, 4 Jun 2025 08:45:50 +0000 (UTC) Received: from esa5.hc1455-7.c3s2.iphmx.com (esa5.hc1455-7.c3s2.iphmx.com [68.232.139.130]) by mx.groups.io with SMTP id smtpd.web10.11663.1749026748994963949 for ; Wed, 04 Jun 2025 01:45:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RwRQE5Qz; spf=pass (domain: fujitsu.com, ip: 68.232.139.130, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026749; x=1780562749; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3gf74ZRkhIXcxNRbcrEJnTYv13dabbeEGEV8T1Sqad8=; b=RwRQE5QzDqRQa3HoUw/YwDsMo/WVMTFlydRJ4LdalMZivElvNnUwfAsv CtrwmBptwkQaxdls8DUlmR6QVtlv08xz+yjp44D7lUArVrjNX7V3DfQKw /xnnW5CX51SfW/A1b+7q/r6xyDQpJiXQ/T3dw+qIJDUNHVVJ9p3EF+oG3 HuivGk2bGgN8ze3a3UjhJTMlngZ7HbrZtRjtoXE/MYy5gFAHcEwGa2kIX xRDtTFy4azLLDqGWHCFFIFsZP6XoLNzX9v6MaNBDDhGkuVLPnc8ge2gDK dzpJJ+vM3T63nr+n/F3RQmwulneubhKXKnX5EZwquIrvuSZ89f8RufOw8 A==; X-CSE-ConnectionGUID: j9bABSdVSyCFI46YG1heFA== X-CSE-MsgGUID: ZU982+pRSxi2fWDuNw3dHw== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="200884767" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="200884767" Received: from unknown (HELO oym-r2.gw.nic.fujitsu.com) ([210.162.30.90]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:47 +0900 Received: from oym-m3.gw.nic.fujitsu.com (oym-nat-oym-m3.gw.nic.fujitsu.com [192.168.87.60]) by oym-r2.gw.nic.fujitsu.com (Postfix) with ESMTP id 93F04D4C2B for ; Wed, 4 Jun 2025 17:45:44 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m3.gw.nic.fujitsu.com (Postfix) with ESMTP id 52D95D7624 for ; Wed, 4 Jun 2025 17:45:44 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id C963D1A0078; Wed, 4 Jun 2025 16:45:43 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 44/45] ruby: upgrade 3.4.3 -> 3.4.4 Date: Wed, 4 Jun 2025 16:45:22 +0800 Message-ID: <20250604084524.864-44-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217891 From: Wang Mingyu 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 --- .../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 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 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)}" From patchwork Wed Jun 4 08:45:23 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 64227 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2D3CC71131 for ; Wed, 4 Jun 2025 08:45:49 +0000 (UTC) Received: from esa3.hc1455-7.c3s2.iphmx.com (esa3.hc1455-7.c3s2.iphmx.com [207.54.90.49]) by mx.groups.io with SMTP id smtpd.web11.11719.1749026736796839147 for ; Wed, 04 Jun 2025 01:45:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=QS576Lq6; spf=pass (domain: fujitsu.com, ip: 207.54.90.49, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1749026750; x=1780562750; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=QuzZCB3bU1JnKne0y8nT5xN7nlPtBY599UzuW9qieiE=; b=QS576Lq6c0Up9yJWYO4gui9wDuqpsmuQmAPpQnr6CPSanHWLXv1sczH3 kB8Lxb5UbIrNbDWWUO/WxnZRIknvN+WNFGNbN5ydEcuKRGsj1CADWC3LY j5oHfu3UFYurGgeAt88fqD6ABiasx8VHHcP9TnOAlDDruRn1e1t8SIM+o ka7zoZwfqwSibzS+rrZsMr3/eU8MzBWVCgkZnLYCsktI2bcsU9qXSCKQ2 fgB2B/sNteeVmj35T97j96nGHKW0P2OPFJRmw32Eoixrg4OTvWOOI4+mX ivjomQvPSgcX955nPScPBgxOzYMfNnLdKcOuprE3D2wxLqZbNqmE1K3XJ w==; X-CSE-ConnectionGUID: RbClAd2uTLef7gOI3z8K3A== X-CSE-MsgGUID: D9lSQjq9QDqIyA71GQ69qg== X-IronPort-AV: E=McAfee;i="6700,10204,11453"; a="201658018" X-IronPort-AV: E=Sophos;i="6.16,208,1744038000"; d="scan'208";a="201658018" Received: from unknown (HELO oym-r4.gw.nic.fujitsu.com) ([210.162.30.92]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jun 2025 17:45:48 +0900 Received: from oym-m4.gw.nic.fujitsu.com (oym-nat-oym-m4.gw.nic.fujitsu.com [192.168.87.61]) by oym-r4.gw.nic.fujitsu.com (Postfix) with ESMTP id C8E34DBBCA for ; Wed, 4 Jun 2025 17:45:44 +0900 (JST) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m4.gw.nic.fujitsu.com (Postfix) with ESMTP id 81E51D4C15 for ; Wed, 4 Jun 2025 17:45:44 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.128.200]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 2E2A21A009A; Wed, 4 Jun 2025 16:45:44 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 45/45] taglib: upgrade 2.0.2 -> 2.1 Date: Wed, 4 Jun 2025 16:45:23 +0800 Message-ID: <20250604084524.864-45-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250604084524.864-1-wangmy@fujitsu.com> References: <20250604084524.864-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 04 Jun 2025 08:45:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/217890 From: Wang Mingyu Signed-off-by: Wang Mingyu --- 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\d+(\.\d+)+)\.tar"