From patchwork Tue Aug 4 04:05:01 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94355 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 71A61C55172 for ; Tue, 4 Aug 2026 04:05:32 +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.msgproc02-g2.9672.1785816316780011266 for ; Mon, 03 Aug 2026 21:05:17 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=DGPk9QPm; 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=1785816320; x=1817352320; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=8U8NqMzHpPU272tkVsQH8IzkXS1FsGi0KLt5MST6vZU=; b=DGPk9QPmjynvX750re0sGzXlvas92jZtwNH64J9ZP9eGoSiakSwi2Sgp qVN/Oi70MMSSz4/hlrFlJrd9jNlJ0hKpWPUMfyDdS6d5VyDzRFf1uBDGx /2y1jB+MGyll8RJH8d6F47/MAz4SAi71ucW03KJw3oVfInfmZQ4EAaUof GKharq1aM3hbyn7ZD/IUGV+Dy242QYEw2hBK6b4uzMnj2JXMPUi0pJLUv xJwzaRqPzAzWB8fzJNiGQ+Qin0gIyCy+i06SiHm5T5u5s++JZE99Qn/H9 Qyy54Pw5SoZ0n5GP25+TVS/YmjcmZiPhBC6iWc8pA3xFiQe9f8n4UTcHP w==; X-CSE-ConnectionGUID: Bu8+Q3+4RGatrcjgy6ccGw== X-CSE-MsgGUID: yhPDLJlZSVi2+ul4M46B8A== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="253187887" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="253187887" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:18 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id ED071C01AFF for ; Tue, 4 Aug 2026 04:05:14 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id A45E5C02F13 for ; Tue, 4 Aug 2026 04:05:14 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id A415F1800B07; Tue, 4 Aug 2026 04:05:12 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 1/8] gn: upgrade to latest revision Date: Tue, 4 Aug 2026 12:05:01 +0800 Message-ID: <20260804040509.1454-1-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242677 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-devtools/gn/gn_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb index 64217adbcb..eddbbcdf7f 100644 --- a/meta/recipes-devtools/gn/gn_git.bb +++ b/meta/recipes-devtools/gn/gn_git.bb @@ -8,7 +8,7 @@ UPSTREAM_CHECK_COMMITS = "1" SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \ " -SRCREV = "1d86777e7f2562a86ecea77d1809ac4f82bb5bfe" +SRCREV = "17b0057970fa2b07a20cbb4289ab78cf93565f35" PV = "0+git" BB_GIT_SHALLOW = "" From patchwork Tue Aug 4 04:05:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94361 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 23674C55ABC for ; Tue, 4 Aug 2026 04:05:34 +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.msgproc02-g2.9672.1785816316780011266 for ; Mon, 03 Aug 2026 21:05:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=I1houZSA; 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=1785816321; x=1817352321; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bf0OFg4tqZUFfVhhaT12UnGh2uZYhKjogPrHkiFCufg=; b=I1houZSAVYbQjxJbQDwUR6Q8WNZTw4ldOItrM+8ZJyVyV1TMM/bZaYgM 7sPb39TvoVxM09UOQLY7D3QBEJqoBPBSqhT7NDcdyyQANsWHgOVwXQTC6 htMwAoOc5BRDyT8ZrEDhVG9uOV6q6RHEXGmIrIDfcbltetsqk+U+MMAjc I8bQw6yRiHfKINaDmJSABL15S3FrQ7Ve8yAcLdh5/Xx9BJNsdgY1RH7O7 qYp2zoBEWjjJeHZz0INQGd7/5hdrBwvZVHbi7k+4oATY91Fmg0G27xtcm 6n7QcLVuJmoy2ZL+pspQ5FKQN3+OiPofdHVxoXSRprZpwvcX6Vv8MM5zF g==; X-CSE-ConnectionGUID: Dmzk004cSJukZwQUd0Y3vw== X-CSE-MsgGUID: T0K9zOkvSxyy2kzytyQtYA== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="253187896" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="253187896" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:20 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 4CA4B42A337 for ; Tue, 4 Aug 2026 04:05:17 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id F0C9A18915C9 for ; Tue, 4 Aug 2026 04:05:16 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id 1BDA71800514; Tue, 4 Aug 2026 04:05:14 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 2/8] libdisplay-info: upgrade 0.3.0 -> 0.4.0 Date: Tue, 4 Aug 2026 12:05:02 +0800 Message-ID: <20260804040509.1454-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 In-Reply-To: <20260804040509.1454-1-wangmy@fujitsu.com> References: <20260804040509.1454-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242678 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/libdisplay-info/{libdisplay-info_0.3.0.bb => libdisplay-info_0.4.0.bb} (92%) diff --git a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb similarity index 92% rename from meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb rename to meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb index 380c12b867..d993bf1061 100644 --- a/meta/recipes-support/libdisplay-info/libdisplay-info_0.3.0.bb +++ b/meta/recipes-support/libdisplay-info/libdisplay-info_0.4.0.bb @@ -9,6 +9,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4426409957080ee0352128354cea2de" DEPENDS = "hwdata-native" SRC_URI = "git://gitlab.freedesktop.org/emersion/libdisplay-info.git;branch=main;protocol=https;tag=${PV}" -SRCREV = "47a5590e9c4eb35d67651b8c05a55f1a48259329" +SRCREV = "c67a3e9bedb05ab61c7443704a1a107e76254595" inherit meson pkgconfig lib_package From patchwork Tue Aug 4 04:05:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94360 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 4858CC55ABF for ; Tue, 4 Aug 2026 04:05:34 +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.msgproc02-g2.9673.1785816321585526856 for ; Mon, 03 Aug 2026 21:05:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=XDSuQNaK; 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=1785816321; x=1817352321; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nV4aO3ZDONlLOS1dLCz8n+LMNXixyRE7qzlltQp57bc=; b=XDSuQNaK2Mkque2blMANUm0ZaY0xgXr/gq4Sz6YkMFLtD4sNEqItV9C7 QlOii56NQ6XiLMHS3ZW+MmJn7LYNYxMxOxzPd2+/KWwn9Dfjl4sZMYNTA FYHMTLAJprvS6CyHA7VeE7tA4xpA62d8iemID8Im0eLA3XbQgXnhx+vJf pm+jEDnpBFxf3gcobJTTCtmV/wjmmLioGun90Exo9DyN0+GsOi8PTpWQp uScUTaqcOoj13OHLZeZWNsb6zIEZOCBdXZlRr4fFYp3zmOXZLLWBmUCx7 YKSCzKBsX+44Kc53Utpx+eDEAnPeii77dhgjv6iRQmiC/TAflQIsevpCb Q==; X-CSE-ConnectionGUID: tNjqGL2wQam1Ogs3K7c/NA== X-CSE-MsgGUID: lOYywZNGRKalXl8Mb7Emgg== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="249615338" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="249615338" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:19 +0900 Received: from az2uksmgm3.o.css.fujitsu.com (unknown [10.151.22.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 9500BC006C4 for ; Tue, 4 Aug 2026 04:05:19 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm3.o.css.fujitsu.com (Postfix) with ESMTPS id 4AB1BC08A62 for ; Tue, 4 Aug 2026 04:05:19 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id 5D0771800B07; Tue, 4 Aug 2026 04:05:17 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 3/8] libgit2: upgrade 1.9.4 -> 1.9.6 Date: Tue, 4 Aug 2026 12:05:03 +0800 Message-ID: <20260804040509.1454-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 In-Reply-To: <20260804040509.1454-1-wangmy@fujitsu.com> References: <20260804040509.1454-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242679 From: Wang Mingyu License-Update: update COPYING to include PCRE2 copyright notice Remove the original PCRE copyright notice; replace it with PCRE2. Signed-off-by: Wang Mingyu --- .../libgit2/{libgit2_1.9.4.bb => libgit2_1.9.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libgit2/{libgit2_1.9.4.bb => libgit2_1.9.6.bb} (83%) diff --git a/meta/recipes-support/libgit2/libgit2_1.9.4.bb b/meta/recipes-support/libgit2/libgit2_1.9.6.bb similarity index 83% rename from meta/recipes-support/libgit2/libgit2_1.9.4.bb rename to meta/recipes-support/libgit2/libgit2_1.9.6.bb index 999ad6b05c..b6bce9acfa 100644 --- a/meta/recipes-support/libgit2/libgit2_1.9.4.bb +++ b/meta/recipes-support/libgit2/libgit2_1.9.6.bb @@ -1,14 +1,14 @@ SUMMARY = "the Git linkable library" HOMEPAGE = "http://libgit2.github.com/" LICENSE = "GPL-2.0-only WITH GCC-exception-2.0 AND MIT AND OpenSSL AND BSD-3-Clause AND Zlib AND ISC AND LGPL-2.1-or-later AND CC0-1.0 AND BSD-2-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=8eacfdc17c8f4d219e131a073973b97d" +LIC_FILES_CHKSUM = "file://COPYING;md5=8289345c8713c385f45ec0c6c8a0d080" DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.9;protocol=https;tag=v${PV} \ file://0001-cmake-mark-system-libraries-are-private-link-librari.patch" -SRCREV = "f7164261c9bc0a7e0ebf767c584e5192810a8b24" +SRCREV = "26055f5af74ab1cf636d272e8a34315496d3f06f" inherit cmake From patchwork Tue Aug 4 04:05:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94358 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 997B6C55AB9 for ; Tue, 4 Aug 2026 04:05:33 +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.msgproc02-g2.9672.1785816316780011266 for ; Mon, 03 Aug 2026 21:05:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nJhLMZuD; 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=1785816325; x=1817352325; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=RTeOvzxH8PqtigGnMy7l1QDPioz7Jyueo4Hu8Bb/5cQ=; b=nJhLMZuD1qP0pkVQUw0343Kuu8VjmBwSuuuoS3Ne5uI5Wu9HUvCCNsjh TXwb4wOrnK2pAjxfTkdmWXkLKdYaBwD+7mHlYzpVDh+Q5GcN/rbByxTDG Qg9zVpYRN7gI4xt8/B69Z++TRZ0W24q/EIPDb/l804IkFqeZa6/3FTpQH 5P3rC2TzqccALWEfYnq8zWBjHKiBwbGMXOttJc0imSknNj/IcD2OblALD 6hXKerjC7soRuAiUtSMvZtn/srNnL+TeNbsWcgDEoj86VJHnHsUhxI6Gj 231Qwxl+b/Uj6JC0h0XLkPp2y55mxDZLZQQoLuwx7Y6AjZQ7S7diKJ2qb w==; X-CSE-ConnectionGUID: pTyXJt0TQTGSeUr3GrlQow== X-CSE-MsgGUID: 8NRT1CL3QimG+5din6VlJw== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="253187925" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="253187925" Received: from gmgwnl01.global.fujitsu.com (HELO mgmgwnl01.global.fujitsu.com) ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:24 +0900 Received: from az2nlsmgm3.fujitsu.com (unknown [10.150.26.205]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mgmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id A7B1FA3B2 for ; Tue, 4 Aug 2026 04:05:21 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTPS id 5BCF6180414E for ; Tue, 4 Aug 2026 04:05:21 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id 83A551800514; Tue, 4 Aug 2026 04:05:19 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 4/8] python3-pip: upgrade 26.1.2 -> 26.2 Date: Tue, 4 Aug 2026 12:05:04 +0800 Message-ID: <20260804040509.1454-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 In-Reply-To: <20260804040509.1454-1-wangmy@fujitsu.com> References: <20260804040509.1454-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242680 From: Wang Mingyu License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu --- .../python/{python3-pip_26.1.2.bb => python3-pip_26.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pip_26.1.2.bb => python3-pip_26.2.bb} (93%) diff --git a/meta/recipes-devtools/python/python3-pip_26.1.2.bb b/meta/recipes-devtools/python/python3-pip_26.2.bb similarity index 93% rename from meta/recipes-devtools/python/python3-pip_26.1.2.bb rename to meta/recipes-devtools/python/python3-pip_26.2.bb index 945aad1834..13ba2b9e5f 100644 --- a/meta/recipes-devtools/python/python3-pip_26.1.2.bb +++ b/meta/recipes-devtools/python/python3-pip_26.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030 \ file://src/pip/_vendor/certifi/LICENSE;md5=11618cb6a975948679286b1211bd573c \ file://src/pip/_vendor/distlib/LICENSE.txt;md5=f6a11430d5cd6e2cd3832ee94f22ddfc \ file://src/pip/_vendor/distro/LICENSE;md5=d2794c0df5b907fdace235a619d80314 \ - file://src/pip/_vendor/idna/LICENSE.md;md5=18a4795c19833413a7e2f1cb3cd3b143 \ + file://src/pip/_vendor/idna/LICENSE.md;md5=9a6c29079fc90c29d80332f44d2625f2 \ file://src/pip/_vendor/msgpack/COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751 \ file://src/pip/_vendor/packaging/LICENSE;md5=faadaedca9251a90b205c9167578ce91 \ file://src/pip/_vendor/pkg_resources/LICENSE;md5=141643e11c48898150daa83802dbc65f \ @@ -26,7 +26,7 @@ inherit pypi python_setuptools_build_meta SRC_URI += "file://no_shebang_mangling.patch" -SRC_URI[sha256sum] = "f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605" +SRC_URI[sha256sum] = "2d8542afcc84cdd8e846c2b36b2861fad1da376dd98f8e7113e9108a3c331690" CVE_PRODUCT = "pypa:pip" From patchwork Tue Aug 4 04:05:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94357 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 EE52CC55ABA for ; Tue, 4 Aug 2026 04:05:33 +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.msgproc02-g2.9672.1785816316780011266 for ; Mon, 03 Aug 2026 21:05:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=jB8rKwFu; 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=1785816327; x=1817352327; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=01fRG9YGD3JAnjXgIlp26wiTMMLVNhV6fLlmgN3QP6c=; b=jB8rKwFufD41p1yVmUDJpdAs7rru9Ch0uWxSKBMS/D+57B3VELHE8VkS hsx0CJ44ZTSkjNZ/ilOFXQ4PDCo1npViFmq5vCV/OV/aiAQgZHd6zMpGc UWmEAyWu2BQ5T4R78fvdRSdkwyXorHSoGLB/Ni4QTcsFGqRm/NZIYVoWL 7Wv4ahZ1S0f6eCQCj6ZSwrEgbUGgWC0sniAhi3jBHu5t30iQHlnlJjGeQ bK2cZYTYVH2Kd+8UZbZc3k1wyTL1JoacwbG6wgwNFFuUhxeC19NGG0Lyv F4l5DL8BicFkZLIPjz11lA7KWaDJas2YgmHtcxVx1SbR9q4cjzMd8PDam g==; X-CSE-ConnectionGUID: D2GxLF8gSFKxHZb45xYSAg== X-CSE-MsgGUID: 7ys7VXh1TPydOQ4DOZtmDA== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="253187937" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="253187937" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:27 +0900 Received: from az2nlsmgm4.fujitsu.com (unknown [10.150.26.204]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id D08E342A337 for ; Tue, 4 Aug 2026 04:05:23 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 8AAC210214E7 for ; Tue, 4 Aug 2026 04:05:23 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id A7E371800B07; Tue, 4 Aug 2026 04:05:21 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 5/8] python3-pyproject-metadata: upgrade 0.11.0 -> 0.12.1 Date: Tue, 4 Aug 2026 12:05:05 +0800 Message-ID: <20260804040509.1454-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 In-Reply-To: <20260804040509.1454-1-wangmy@fujitsu.com> References: <20260804040509.1454-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242681 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...-metadata_0.11.0.bb => python3-pyproject-metadata_0.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyproject-metadata_0.11.0.bb => python3-pyproject-metadata_0.12.1.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb b/meta/recipes-devtools/python/python3-pyproject-metadata_0.12.1.bb similarity index 89% rename from meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb rename to meta/recipes-devtools/python/python3-pyproject-metadata_0.12.1.bb index 1e485df338..9918cae075 100644 --- a/meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb +++ b/meta/recipes-devtools/python/python3-pyproject-metadata_0.12.1.bb @@ -16,7 +16,7 @@ PYPI_PACKAGE = "pyproject_metadata" inherit pypi python_flit_core -SRC_URI[sha256sum] = "c72fa49418bb7c5a10f25e050c418009898d1c051721d19f98a6fb6da59a66cf" +SRC_URI[sha256sum] = "8809a4df6fe08279b39a8890669506ed3158e0617855ac9aff098fcbe772ae4c" RDEPENDS:${PN} += " \ python3-logging \ From patchwork Tue Aug 4 04:05:06 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94356 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 8B117C55184 for ; Tue, 4 Aug 2026 04:05:32 +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.msgproc02-g2.9674.1785816328077924268 for ; Mon, 03 Aug 2026 21:05:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WK1lywHU; 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=1785816328; x=1817352328; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=au5DOuYvH9ConVj5N9jPOKF81UrMl/pLSgz57guwUts=; b=WK1lywHU84lECmvfDMcoY+UenIqx6p6JUZfWS5uuPQnsiwFvMT34gz1C pbTFZbwWrKNwDvgAhg97KkwHvm1GBxzEAEkjOi1v2fyuW3d5ICA25raT9 1hk5iG+MtHl2glkpibj/yFYVt+JHITgVbu25l2YPx6J0312PTqWZkmyUX ZhK31mJAgww9b7jgi1jd3tuuxYwyjZNzoLsdin0o6PqLDssM/OWkkV9um 18mj6kYU/pAZngMqt/hdoEIZvbUHFlT0xXEU54+lIZyhQMpY8OUjUWvyt VG002BxUFm2Y3MXPlm18okzOOjabJTyvmM96radw++Yb3aSYvAWKOYzdt w==; X-CSE-ConnectionGUID: VSKLa4yDSqOad1bCXVNIgA== X-CSE-MsgGUID: UtYFqaqxRhWgxR4531Oo0g== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="237051533" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="237051533" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:26 +0900 Received: from az2uksmgm4.o.css.fujitsu.com (unknown [10.151.22.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id 3FAAA1C1C700 for ; Tue, 4 Aug 2026 04:05:26 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id EE9A7140123C for ; Tue, 4 Aug 2026 04:05:25 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id 019B41800B17; Tue, 4 Aug 2026 04:05:23 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 6/8] python3-websockets: upgrade 16.1.1 -> 17.0.1 Date: Tue, 4 Aug 2026 12:05:06 +0800 Message-ID: <20260804040509.1454-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 In-Reply-To: <20260804040509.1454-1-wangmy@fujitsu.com> References: <20260804040509.1454-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242682 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...ython3-websockets_16.1.1.bb => python3-websockets_17.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-websockets_16.1.1.bb => python3-websockets_17.0.1.bb} (91%) diff --git a/meta/recipes-devtools/python/python3-websockets_16.1.1.bb b/meta/recipes-devtools/python/python3-websockets_17.0.1.bb similarity index 91% rename from meta/recipes-devtools/python/python3-websockets_16.1.1.bb rename to meta/recipes-devtools/python/python3-websockets_17.0.1.bb index 6baa744fac..b84aa0dcef 100644 --- a/meta/recipes-devtools/python/python3-websockets_16.1.1.bb +++ b/meta/recipes-devtools/python/python3-websockets_17.0.1.bb @@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta ptest-python-pytest SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "db234eda965dcce15df96bb9709f587cd87d4d52aaf0e80e2f34ec04c7670c57" +SRC_URI[sha256sum] = "5baa9bc0dfbae8c507e51c8cf1b6d4628086f7a87bbd3a9952bd5f035451f1cc" BBCLASSEXTEND = "native nativesdk" From patchwork Tue Aug 4 04:05:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94359 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 0B934C55838 for ; Tue, 4 Aug 2026 04:05:34 +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.msgproc02-g2.9675.1785816330347015718 for ; Mon, 03 Aug 2026 21:05:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oCSyA7De; 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=1785816333; x=1817352333; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=MS1YqnA/wvZLRYVrvsVE1Jr75paNi5rwV6q9Ino+dSQ=; b=oCSyA7Deq2o7MGEYSE95AbxSxVbvZmEfMdUGO/ZA/+sWkhTWqkZRWXhP StieYSYUcvuNJ67QX7pX/sbvLQp7DaSot5iuG7HiL8UOzPdan3AqjP3B/ R15h/LZaqaiTXrSQlf3cgExb9krsQEvxe9Erld3svsSYI19E6pIU//zRW y2u+1QwVyzkq1+AWbsDthWxZxZ/zYFgHq9OfLwyq/cjk2lZwswChwbtdp i7MnSbEin6dLt+Ok4pzfUK1KjZXNB0o7c2mG7skiKFitM4vHcjmBJPMT3 EaGcH6TSFEhuFGPHD2N014XxGSlT26hNe2XE2QqQzRLzf4+ktq9LRtYIt A==; X-CSE-ConnectionGUID: qAI5qEdlRPCrAQgEPHT7hg== X-CSE-MsgGUID: VwwadmLeQZ6iXrPqOif6MA== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="247770467" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="247770467" Received: from gmgwnl01.global.fujitsu.com ([52.143.17.124]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:31 +0900 Received: from az2nlsmgm2.o.css.fujitsu.com (unknown [10.150.26.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwnl01.global.fujitsu.com (Postfix) with ESMTPS id 94A1842A33C for ; Tue, 4 Aug 2026 04:05:28 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2nlsmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 460261C1C24D for ; Tue, 4 Aug 2026 04:05:28 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id 5F5D018005FA; Tue, 4 Aug 2026 04:05:26 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 7/8] taglib: upgrade 2.3 -> 2.3.1 Date: Tue, 4 Aug 2026 12:05:07 +0800 Message-ID: <20260804040509.1454-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 In-Reply-To: <20260804040509.1454-1-wangmy@fujitsu.com> References: <20260804040509.1454-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242683 From: Wang Mingyu Changelog: ========== * Matroska: Fix crash when seek head is invalid or missing. * Matroska: Check element length, support unknown size length, skip invalid elements. * Matroska: Allow Chapters without a ChapterUID. * Fix data length indicator check for compressed ID3v2 frames. * MP4: Use 'LongLong' instead of 'UInt' for 'cnID' atom to support large catalog IDs. * MP4: Fix destructor and assignment operator for 'MP4::Chapter'. * MP4: Let 'hasiXMLData()', 'hasBEXTData()' track on-disk state rather than in-memory state. * MP4: Support NI STEM atoms with 64-bit length. * MP4: Enlarge limit number of MP4 atoms at top level. * MP4: Avoid excessive sample allocations with invalid 'stsc' for QT chapters. * XM: Correctly save XM tracker files with samples. Signed-off-by: Wang Mingyu --- meta/recipes-support/taglib/{taglib_2.3.bb => taglib_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/taglib/{taglib_2.3.bb => taglib_2.3.1.bb} (95%) diff --git a/meta/recipes-support/taglib/taglib_2.3.bb b/meta/recipes-support/taglib/taglib_2.3.1.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.3.bb rename to meta/recipes-support/taglib/taglib_2.3.1.bb index 26839cdbdb..0852295650 100644 --- a/meta/recipes-support/taglib/taglib_2.3.bb +++ b/meta/recipes-support/taglib/taglib_2.3.1.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "7349f6fd942418bc7009ebe743eb7c9d055f02921ec56fa436ec25007c47fd38" +SRC_URI[sha256sum] = "a19d90e6fd41d09a0281ec0fe762d51491d7a6ccffc923c4f7868c5e647ca230" UPSTREAM_CHECK_URI = "https://taglib.org/" UPSTREAM_CHECK_REGEX = "taglib-(?P\d+(\.\d+)+)\.tar" From patchwork Tue Aug 4 04:05:08 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 94362 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 6CD14C55ABE for ; Tue, 4 Aug 2026 04:05:34 +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.msgproc02-g2.9676.1785816332625987997 for ; Mon, 03 Aug 2026 21:05:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Lk9rmdXP; 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=1785816336; x=1817352336; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=bIYykSxHI3D9qCPKuXttetCrcWfIeKOyGa0nS0yaXsY=; b=Lk9rmdXPnDJWgmn6SlKdpZq7R0smP76QH4+frskq3qz5RDpJnZWlK4b3 kAyhQyDUikY7I1Qsa2WVzsD2e0h8ReKotRwD+g4cgNS1pmqM6qsfMIM5f pkL9m9r4rj3B5gs53kYu9O39DP1/CzNtUGiKSaLJ+XbtoW+7IJoAzyIfM m3m3/DQtDvK9Wy6T92r0zoCP/zV0OX7xHoXl33KCeJTNVstKSXK2ddh8w 5Qu6n9IUEQkx2oFZmmf5IofieUlsWxT5+FJ1rEarJFePAeisaYOzON4tP +bQp18xYV5SGELZzKPpLo0mk810QJpLRGND9Hp/d0A8kvsgDcs8iRyy0O g==; X-CSE-ConnectionGUID: leJ3/ZQ+TZCRJFEPehJ0aA== X-CSE-MsgGUID: aXN2iAA4RIWWL4CnGpTxkQ== X-IronPort-AV: E=McAfee;i="6800,10657,11864"; a="249534813" X-IronPort-AV: E=Sophos;i="6.25,203,1779116400"; d="scan'208";a="249534813" Received: from gmgwuk01.global.fujitsu.com ([172.187.114.235]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2026 13:05:34 +0900 Received: from az2uksmgm2.o.css.fujitsu.com (unknown [10.151.22.199]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by gmgwuk01.global.fujitsu.com (Postfix) with ESMTPS id CEA4A82070A for ; Tue, 4 Aug 2026 04:05:30 +0000 (UTC) Received: from az2nlsmom2.o.css.fujitsu.com (unknown [10.150.26.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 857B018471C4 for ; Tue, 4 Aug 2026 04:05:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.167.135.104]) by az2nlsmom2.o.css.fujitsu.com (Postfix) with ESMTP id 941D81800B07; Tue, 4 Aug 2026 04:05:28 +0000 (UTC) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 8/8] xwininfo,xvinfo,xmodmap: upgrade 1.1.6 -> 1.1.7,1.1.5 -> 1.1.6,1.0.11 -> 1.0.12xwininfo,xvinfo,xmodmap: upgrade 1.1.6 -> 1.1.7,1.1.5 -> 1.1.6,1.0.11 -> 1.0.12 Date: Tue, 4 Aug 2026 12:05:08 +0800 Message-ID: <20260804040509.1454-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.55.0.windows.3 In-Reply-To: <20260804040509.1454-1-wangmy@fujitsu.com> References: <20260804040509.1454-1-wangmy@fujitsu.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 04 Aug 2026 04:05:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242684 From: Wang Mingyu License-Update: Copyright year of xmodmap updated to 2025 Signed-off-by: Wang Mingyu --- .../xorg-app/{xmodmap_1.0.11.bb => xmodmap_1.0.12.bb} | 4 ++-- .../xorg-app/{xvinfo_1.1.5.bb => xvinfo_1.1.6.bb} | 2 +- .../xorg-app/{xwininfo_1.1.6.bb => xwininfo_1.1.7.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.11.bb => xmodmap_1.0.12.bb} (73%) rename meta/recipes-graphics/xorg-app/{xvinfo_1.1.5.bb => xvinfo_1.1.6.bb} (80%) rename meta/recipes-graphics/xorg-app/{xwininfo_1.1.6.bb => xwininfo_1.1.7.bb} (81%) diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb similarity index 73% rename from meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb rename to meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb index dc955aa977..633c70ee04 100644 --- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb +++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.12.bb @@ -9,9 +9,9 @@ from the user's session startup script to configure the keyboard \ according to personal tastes." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=272c17e96370e1e74773fa22d9989621" +LIC_FILES_CHKSUM = "file://COPYING;md5=76caa89655fe179dbb374831c98ca65f" PE = "1" -SRC_URI[sha256sum] = "9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81" +SRC_URI[sha256sum] = "fc54b9b5bbf2ae58ba8f9d42bd051c41c7438377400c42c17d7496d19e1bb3ce" SRC_URI_EXT = "xz" diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb b/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb similarity index 80% rename from meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb rename to meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb index d7e5d917ef..75f9b26a85 100644 --- a/meta/recipes-graphics/xorg-app/xvinfo_1.1.5.bb +++ b/meta/recipes-graphics/xorg-app/xvinfo_1.1.6.bb @@ -11,4 +11,4 @@ DEPENDS += " libxv" PE = "1" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "3ede71ecb26d9614ccbc6916720285e95a2c7e0c5e19b8570eaaf72ad7c5c404" +SRC_URI[sha256sum] = "a436945e6a4ab70590358eec2b85d26970f7de480d27e8a25af8fe8421e88ae2" diff --git a/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb b/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb similarity index 81% rename from meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb rename to meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb index d410f7d519..6fc49e8729 100644 --- a/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb +++ b/meta/recipes-graphics/xorg-app/xwininfo_1.1.7.bb @@ -12,4 +12,4 @@ DEPENDS += "libxext libxmu gettext-native" PE = "0" SRC_URI_EXT = "xz" -SRC_URI[sha256sum] = "3518897c17448df9ba99ad6d9bb1ca0f17bc0ed7c0fd61281b34ceed29a9253f" +SRC_URI[sha256sum] = "bee14d594cc86cc59aae1015c1b452a71bf60c304131e2716ca1cf0df733b4ac"