From patchwork Wed Jul 30 23:29: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: 67794 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 7B96EC87FC9 for ; Wed, 30 Jul 2025 23:29:35 +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.web10.49375.1753918172614626073 for ; Wed, 30 Jul 2025 16:29:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=LmKr0AiV; 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=1753918172; x=1785454172; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=tQ4e5N8iCdkIwKhxopclb7gE+fTQj65gMoSyZJBvBYk=; b=LmKr0AiVL8fH+kSdVW37KiODndQ9Fl6Wg40AC4IlnLaXPy5JHNlK4kre Rg9H7JpDSSiroNiuBhpZVmzoOKG+6rpZSkW0wQgbuiMzWef5lvLJCSnWQ jj3wH/Q8OFHf343OUbjZRc2Yt5mvsImfoB72xSnns/JEV0DEKrcsmf3ne ube2Pfwv8vQvVLF8OHKZVY2tSY/vxyEWSQQGlLLBG71Gkk2oWmQuuFubd rIwLwo1wRXBxO/+Afo/bpk+KxNurvq8lvh8AY6PXAWdgWhuiKtCHGGaA5 yLrFY2KtybGNo7KiBab5UkE4v2/yEiDJw46gAHaPapK0Cq+KN60+Qqbqq g==; X-CSE-ConnectionGUID: 4myGqZyuRySTu6MrPPn7Dw== X-CSE-MsgGUID: P/IZyycIRSKeiqgT58U7JQ== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="195354473" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="195354473" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:30 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id C3A0C820700 for ; Wed, 30 Jul 2025 23:29:30 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (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 2F257180630C for ; Wed, 30 Jul 2025 23:29:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 8782C1A0071; Thu, 31 Jul 2025 07:29:26 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 27/40] python3-grpcio-tools: upgrade 1.73.1 -> 1.74.0 Date: Thu, 31 Jul 2025 07:29:10 +0800 Message-ID: <20250730232923.522-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, 30 Jul 2025 23:29:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118800 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...n3-grpcio-tools_1.73.1.bb => python3-grpcio-tools_1.74.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio-tools_1.73.1.bb => python3-grpcio-tools_1.74.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.74.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio-tools_1.74.0.bb index d380c3b1cf..8444f96c03 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio-tools_1.73.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio-tools_1.74.0.bb @@ -15,7 +15,7 @@ DEPENDS += "python3-grpcio" SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \ file://0001-protobuf-Disable-musttail-attribute-on-mips.patch \ " -SRC_URI[sha256sum] = "6e06adec3b0870f5947953b0ef8dbdf2cebcdff61fb1fe08120cc7483c7978aa" +SRC_URI[sha256sum] = "88ab9eb18b6ac1b4872add6b394073bd8d44eee7c32e4dc60a022e25ffaffb95" RDEPENDS:${PN} = "python3-grpcio" From patchwork Wed Jul 30 23:29: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: 67797 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 97AD8C87FD8 for ; Wed, 30 Jul 2025 23:29:35 +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.web10.49375.1753918172614626073 for ; Wed, 30 Jul 2025 16:29:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=uFsGepVp; 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=1753918173; x=1785454173; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BbSyZ/wMfAcUWt0YDxVRvTqwDFMiQDh9PHzlZJetz0A=; b=uFsGepVp2L03lT8CIz6xnEtnjerJ3wCjzYikVMirIMyTKM/OJS85SjQJ I58+1YYynEwbon7ZPMRc98ceYM5HS5XbAn6ju2e9s/8eS72p15GT9Lfjl XedC1CRJCgouzMjSwekyVcLJpibRP71veREqtEZ/6vkWg6UTsqk5Pk3Wp 19RDPfh300W3Gsdee1dIqrLOOkbOKeBE2EjfGpSv5FJll2qSNxQsO9y3Y jQrkQV1S7f+ejyimfSV26HH1nQRAqELp6r499cIV/OTEDDYAotsYWwrRJ k9QqdGkaUWOPG5lW9JAQTtZ0VeiZh2PrZSjREWMmvGboW1XVWGkw1+RsP w==; X-CSE-ConnectionGUID: lRYZHQcDRjCv6ySrU3SbHA== X-CSE-MsgGUID: 9nMnEZ8IQyqNqGT9YeiCvQ== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="195354472" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="195354472" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:30 +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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id BCD3FC0022D for ; Wed, 30 Jul 2025 23:29:30 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (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 2D04214003FC for ; Wed, 30 Jul 2025 23:29:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id DB6DB1A0073; Thu, 31 Jul 2025 07:29:26 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 28/40] python3-grpcio: upgrade 1.73.1 -> 1.74.0 Date: Thu, 31 Jul 2025 07:29:11 +0800 Message-ID: <20250730232923.522-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118802 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{python3-grpcio_1.73.1.bb => python3-grpcio_1.74.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-grpcio_1.73.1.bb => python3-grpcio_1.74.0.bb} (94%) diff --git a/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb b/meta-python/recipes-devtools/python/python3-grpcio_1.74.0.bb similarity index 94% rename from meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb rename to meta-python/recipes-devtools/python/python3-grpcio_1.74.0.bb index 0edfab3101..e4cf4405f4 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio_1.73.1.bb +++ b/meta-python/recipes-devtools/python/python3-grpcio_1.74.0.bb @@ -13,7 +13,7 @@ DEPENDS += "c-ares openssl python3-protobuf re2 zlib" SRC_URI += "file://0001-python-enable-unbundled-cross-compilation.patch \ file://abseil-ppc-fixes.patch \ " -SRC_URI[sha256sum] = "7fce2cd1c0c1116cf3850564ebfc3264fba75d3c74a7414373f1238ea365ef87" +SRC_URI[sha256sum] = "80d1f4fbb35b0742d3e3d3bb654b7381cd5f015f8497279a1e9c21ba623e01b1" RDEPENDS:${PN} = "python3-protobuf" From patchwork Wed Jul 30 23:29: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: 67796 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 8B9C4C87FD2 for ; Wed, 30 Jul 2025 23:29:35 +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.web10.49376.1753918173228710763 for ; Wed, 30 Jul 2025 16:29:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=iI7DjqYG; 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=1753918173; x=1785454173; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WjtfLd5K3Ca/6J1/eW+2k4KXx0g/yJT7um1FweQralQ=; b=iI7DjqYGI/nndEGif4InmJ9kSv9r3QN194xggJvZOMAu8a/hY18PKti+ W2gdZU82YZ0oYAWgZSudxbdRUBy3/kAQsgF5pYaBroS6kvNpYOSXhv4Ty eri20iJy2ShLeh4A47DCWMC11bKeKWe6Z5tNW/7mWnozFEdL9Y6r++O5c okQfaMv2lMKq2kuDih+x0wi14aL/kr2udjpW13SHve/FV6kLrOwSAWvJZ gbLGyPToswWQKoVzgrWxBS5XdrPSLjZ/hQRjI6gt9dJDBvs9CgFW3rkEF Y1d9odD/+DQmysGxLLn/vEUwsSCXw+czw3Ic3jLalR0Rcke84dyACY7em Q==; X-CSE-ConnectionGUID: bzCkI5qnTwqbBeg07IBRzA== X-CSE-MsgGUID: V/qJBMU9QymBrddNbAgHQA== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="196424870" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="196424870" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:31 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 678F71C00093 for ; Wed, 30 Jul 2025 23:29:31 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (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 BD15D10003BA for ; Wed, 30 Jul 2025 23:29:30 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 6D4301A0074; Thu, 31 Jul 2025 07:29:27 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 29/40] python3-inline-snapshot: upgrade 0.24.0 -> 0.25.3 Date: Thu, 31 Jul 2025 07:29:12 +0800 Message-ID: <20250730232923.522-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118801 From: Wang Mingyu Changelog: =============== - New external() implementation with support for different data formats. - Ability to declare custom external formats with @register_format. - external() can now be used without snapshot(), such as assert "long text" == external() or inside snapshots like dirty-equals. - You now have to declare format aliases if you used outsource() with a different suffix than .txt or .bin in the past. - external_file() now follows the aliases defined by register_format_alias(). - Removed unnecessary uuid7 dependency introduced in 0.25.0 - improved performance by checking for "external" in the code string before parsing the code and checking the AST - solved incompatibility with pytest_pretty - Fix issue terminal with is preserved - cleanup temporary path Signed-off-by: Wang Mingyu --- ...ine-snapshot_0.24.0.bb => python3-inline-snapshot_0.25.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-inline-snapshot_0.24.0.bb => python3-inline-snapshot_0.25.3.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.25.3.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb rename to meta-python/recipes-devtools/python/python3-inline-snapshot_0.25.3.bb index f32eb2e212..4f7949bf41 100644 --- a/meta-python/recipes-devtools/python/python3-inline-snapshot_0.24.0.bb +++ b/meta-python/recipes-devtools/python/python3-inline-snapshot_0.25.3.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a35eb90dfdf03953dd2074d0fdba1d4" DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "6aa304f2904103a449f3213e059728da5f1c34757f943efca837b4669f290843" +SRC_URI[sha256sum] = "99fc959d1362443b7551246d787f80c4c1d7cc69963ac018caeda3f0a0b3736f" inherit pypi python_hatchling From patchwork Wed Jul 30 23:29: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: 67795 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 7A03EC87FCB for ; Wed, 30 Jul 2025 23:29:35 +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.49377.1753918173711608602 for ; Wed, 30 Jul 2025 16:29:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kFPBmdi4; 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=1753918173; x=1785454173; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=O3IxJ+RxQ4h9RfQLu+ywHXAozUPn4GlhyCYv78p3zA0=; b=kFPBmdi4U3DMjShZFVooDi7FUOpV0TNQD7aUOWENWoN03MzBJ6uBh0Nm KAQLFeDXXqPA+Cin2r+SEnirJZuy4STotYVolqNFPNTwQdCFFo5toPKPd GuA3HbR/PJJJaOKiCIk+P2sBcvYRcK2SIq4MhyKBLTsI+uhLyzIekQGZU 3tzoUmDj+B4ghR4ZgoYhGNsdsjpn7LwbXIELYJ/X7WcHDshqWWjAxtftO XCcNB7Kb2EwPdQ6Fkbobih8qT0HR2D+Sy6Z7nauAljr4quOByJuX8ATqH ZrzD0pPqKMe9V4jeP/RtZFmFdfJcxhEzhz/tyrSg+LMCg+AYR2AMo9YPZ Q==; X-CSE-ConnectionGUID: sp5iE5VQTpC6Bo1QInQQ/g== X-CSE-MsgGUID: vERkgCvLRxijIzS7ZWoKAw== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="207978896" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="207978896" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:31 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 9C282820703 for ; Wed, 30 Jul 2025 23:29:31 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 069211806318 for ; Wed, 30 Jul 2025 23:29:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id B74951A0078; Thu, 31 Jul 2025 07:29:27 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 30/40] python3-moteus: upgrade 0.3.89 -> 0.3.90 Date: Thu, 31 Jul 2025 07:29:13 +0800 Message-ID: <20250730232923.522-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118804 From: Wang Mingyu git shortlog of the moteus python library [1] for the corresponding release: - For dual encoder configurations, set the output low pass filter too - Improve hall effect performance - Fix the encoder filter frequency to actually be the 3dB cutoff - Set python unit tests as small size so they run by default - Remove moteus_tool --restore-cal - lib: python: moteus: moteus_tool: add no-verify option [1] https://github.com/mjbots/moteus/commits/main/lib/python Signed-off-by: Wang Mingyu --- .../{python3-moteus_0.3.89.bb => python3-moteus_0.3.90.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-moteus_0.3.89.bb => python3-moteus_0.3.90.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.90.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb rename to meta-python/recipes-devtools/python/python3-moteus_0.3.90.bb index 5467293ff8..6bc49bdcb0 100644 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.89.bb +++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.90.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a inherit pypi setuptools3 -SRC_URI[sha256sum] = "78ed04c213e20b44c81b73e2b66f5a7e45339014cc3fdaf94c4fcc875d35402a" +SRC_URI[sha256sum] = "13d31a485c3082e36e385c570379f13d267c93501baaf5395bd1e7e7286e7a13" S = "${UNPACKDIR}/moteus-${PV}" From patchwork Wed Jul 30 23:29: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: 67793 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 7ADA2C87FCC for ; Wed, 30 Jul 2025 23:29:35 +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.web11.49271.1753918173587488387 for ; Wed, 30 Jul 2025 16:29:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=WDiDKTF2; 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=1753918174; x=1785454174; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vxpKudhi9RxKlzcAlMJCzaCTzqsE1CwZbkvkMMk5ag8=; b=WDiDKTF2k+kbwpdWJRmWV8fijCAsk+uuG/LAqKOhdawNGf8OoWP1iik1 nZH80bxU3FfVRAlnTJ3MeqwfO4PXwO3f/7V7lXy15QhPJQ8s/XHk9+8ZK F26ugIeKhxivE8rzIUXMoFIBxWX95AVA9M0/a9tTk2UxxQAKE7HVUNhfQ TyltRSBgcjlhaZoXwMbXwEsiyDPfEkBq8n8S49DUGFIDTVHpkle/dsv2B rmIweY4d3T7QA4qBaLwch+u2TKKm5pVd7xhdcIZa8Sggfxph8ru0870E6 F0oxrb67dnGX/Qig86eNC/kd0grz6QT4a8xbh8lxd4DuKat7Leajqf43k A==; X-CSE-ConnectionGUID: juEdOxUgS06jh/V8H5r2iQ== X-CSE-MsgGUID: evzBovt8R2iw/0xtybO9xA== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="211236635" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="211236635" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa6.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:32 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id E0F158204CF for ; Wed, 30 Jul 2025 23:29:31 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTPS id 508391806304 for ; Wed, 30 Jul 2025 23:29:31 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 0B80F1A008D; Thu, 31 Jul 2025 07:29:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 31/40] python3-pyroute2: upgrade 0.9.2 -> 0.9.3 Date: Thu, 31 Jul 2025 07:29:14 +0800 Message-ID: <20250730232923.522-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118803 From: Wang Mingyu Changelog: =========== - Async generic netlink sockets - Use pyproject files only Signed-off-by: Wang Mingyu --- .../{python3-pyroute2_0.9.2.bb => python3-pyroute2_0.9.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyroute2_0.9.2.bb => python3-pyroute2_0.9.3.bb} (92%) diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.2.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.3.bb similarity index 92% rename from meta-python/recipes-devtools/python/python3-pyroute2_0.9.2.bb rename to meta-python/recipes-devtools/python/python3-pyroute2_0.9.3.bb index 0b47b1219d..b0478ecbdf 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.3.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=dccbff78d7d79ae7e53953d43445c6e6 \ file://LICENSE.GPL-2.0-or-later;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://LICENSE.Apache-2.0;md5=34281e312165f843a2b7d1f114fe65ce" -SRC_URI[sha256sum] = "aea3c0e1b46f48295edb29caaba3ceb6415bdcb975cba3f1489ffcc3198e0ce3" +SRC_URI[sha256sum] = "97253f8a192e92ac29db9c159a50a59195d72f2b8cdcf20c069d59187fa49ad1" inherit python_setuptools_build_meta pypi ptest-python-pytest From patchwork Wed Jul 30 23:29: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: 67804 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 BE770C87FD9 for ; Wed, 30 Jul 2025 23:29:45 +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.web10.49379.1753918176016481252 for ; Wed, 30 Jul 2025 16:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=bt+7N1nl; 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=1753918176; x=1785454176; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kb2gpsOOGBQ9Vvt2JfIKl6ZwsPabgk5QmIAdqlyQOpo=; b=bt+7N1nlsj6Dr9OnZTuHsGkCgUflJFJrjZs2mzXLNRwYA4VO/nyB6hfL e6fNMjgMiXx36gjuYE+LjoAUKMrELgzaKU/Pa/2RZ8l0/eGO3r+3Kbbmn bnAdAYpMZL531D2WG2QgF4JVcppwe0EEXUinitzx3gPi2H+PlWmFZFP57 x6U4oumpV11ffCO94hHg5cEitWY169nU3S5DthoY6MZEw6ixch7hDSsE7 8/hmC8qbE4GHkrUdQrwWTYtEc1p2ogAnxn2vyIlRqRw/2lhr5qpQ+h+zH 7rBUEWXzvf+m5L/D81QAYyREtBT+8PaUDrH0T5PYZyK2Z06zQqF0/iZ5k Q==; X-CSE-ConnectionGUID: TKEObaSaS8OBLh6+OT9qVg== X-CSE-MsgGUID: 40FxPblFQvyHQ7AhJP1pvg== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="208478071" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="208478071" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.19]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:34 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 590D51002B8F for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id BC6F714003E7 for ; Wed, 30 Jul 2025 23:29:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 57FD91A008F; Thu, 31 Jul 2025 07:29:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 32/40] python3-rich: upgrade 14.0.0 -> 14.1.0 Date: Thu, 31 Jul 2025 07:29:15 +0800 Message-ID: <20250730232923.522-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118809 From: Wang Mingyu Changelog: ============ - Removed typing_extensions from runtime dependencies - Live objects (including Progress) may now be nested - Added padding property to Syntax which returns a tuple of four integers - Fixed extraction of recursive exceptions - Fixed padding applied to Syntax - Fixed Panel title missing the panel background style - Added TTY_INTERACTIVE environment variable to force interactive mode off or on Signed-off-by: Wang Mingyu --- .../{python3-rich_14.0.0.bb => python3-rich_14.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-rich/{python3-rich_14.0.0.bb => python3-rich_14.1.0.bb} (88%) diff --git a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb b/meta-python/recipes-extended/python-rich/python3-rich_14.1.0.bb similarity index 88% rename from meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb rename to meta-python/recipes-extended/python-rich/python3-rich_14.1.0.bb index 8a4d6b843e..e68f280c82 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_14.1.0.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b5f0b94fbc94f5ad9ae4efcf8a778303" -SRC_URI[sha256sum] = "82f1bc23a6a21ebca4ae0c45af9bdbc492ed20231dcb63f297d6d1021a9d5725" +SRC_URI[sha256sum] = "e497a48b844b0320d45007cdebfeaeed8db2a4f4bcf49f15e455cfc4af11eaa8" inherit pypi python_poetry_core From patchwork Wed Jul 30 23:29: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: 67798 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 97E3CC87FD5 for ; Wed, 30 Jul 2025 23:29:35 +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.web10.49375.1753918172614626073 for ; Wed, 30 Jul 2025 16:29:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=nVwDOPhf; 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=1753918175; x=1785454175; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=3I28jlg5q6HmndU4j2C3vLiROKdwxQK1IBdGo1bglyI=; b=nVwDOPhfO6FQzbLpbqo0gkACGgcb2cZ3i6a6pAUFTXdKnX4dO7iK7Nfp NiKqudPd3aZ8jvABjjfCd0r+iQDp9DXMMrWgqLwZidiuQ1c2mTx7ZrZGu vgXhuKeJMJXLXMypqExPCMdqN4bze/eMOY0lYN5lzwK+HgdGaZU1Ab6a0 9aqyRrrGTsWILzKJ5Zg+ywLvdeMV+asxutjbouE2xxy+AulxCCU/L3iu+ dlP/9/BhFgLmbVAy1oxtKERndmYS8e6qr3WDBsPpmldou4+TOvz/6A/wJ ntQ+qgNUHQUdwDgicpaKmMYY6O19M4pP8+M75Qhn3tsfgrhc9r+CK7Ajg w==; X-CSE-ConnectionGUID: AXn7ZgpcSV6Fzc7rBUB8ZQ== X-CSE-MsgGUID: Hwpny4AmStmjTPkmlrQKvw== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="195354480" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="195354480" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa10.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:34 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 7AD241C00086 for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id D43D710001F7 for ; Wed, 30 Jul 2025 23:29:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id A7C551A0090; Thu, 31 Jul 2025 07:29:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 33/40] python3-snagboot: upgrade 2.3 -> 2.4 Date: Thu, 31 Jul 2025 07:29:16 +0800 Message-ID: <20250730232923.522-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118805 From: Wang Mingyu Changelog: ============ - treewide: - modernize and expand CI tests - drop support for Python 3.8 - use importlib API to fetch resources - snagflash: - fastboot-uboot: support comments in command file - correct parsing logic for "fb-size" parameter - snagrecover: - add support for i.MX91 platforms - add support for Intel Keem Bay platforms - support HABv4-closed i.MX SoCs Signed-off-by: Wang Mingyu --- .../python/{python3-snagboot_2.3.bb => python3-snagboot_2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-snagboot_2.3.bb => python3-snagboot_2.4.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-snagboot_2.3.bb b/meta-python/recipes-devtools/python/python3-snagboot_2.4.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-snagboot_2.3.bb rename to meta-python/recipes-devtools/python/python3-snagboot_2.4.bb index dc57dfc105..9c6c776685 100644 --- a/meta-python/recipes-devtools/python/python3-snagboot_2.3.bb +++ b/meta-python/recipes-devtools/python/python3-snagboot_2.4.bb @@ -3,7 +3,7 @@ SUMMARY = "Snagboot intends to be an open-source replacement vendor-specific too LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI[sha256sum] = "c6a97ea0c83a2d7eea639741b2f667c75e95d50278eeb6a8adbce5d1a7cf65fa" +SRC_URI[sha256sum] = "651e9bcc2e43d3fc67cc1cff5b812e3bfb4ed132f4fd7fc1dc5e3fea31a7406d" inherit pypi python_setuptools_build_meta From patchwork Wed Jul 30 23:29: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: 67806 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 C3F74C87FDA for ; Wed, 30 Jul 2025 23:29:45 +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.49272.1753918175972642258 for ; Wed, 30 Jul 2025 16:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=q8z7r5c9; 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=1753918176; x=1785454176; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FaxSRflMFYKfV8PDJGCuIwj8I8VtXd2piTDv9a9bcAw=; b=q8z7r5c9ALG14f9fqVHdysCQuEuvEfoTD0awgzkUigR4GKMCwgyOxwW1 MAAO3GniVQx7Yazo/79xeKZjwCaxN7Na/nkhe6390mi3mkg5C6L3zm0sh HR3DWHRNzeb/pZvnBaSqY4+WaBhPXJ1NS6fdp4nQY8ru7WOsHLIeVj6Ps Dfq/c4/UWjk3T/rOjBlsTzGkCSDQuIGrOOMD2eG9ILqUgB5JDIDUZSRM3 ng/atxy7ek3NGmHKJ0Ot18uRRkJY9jwK0SY9FeD/eusqeRoM5dqJaQpEz b20v/DJo6AiLHUjPwcMgzf7qVIpY3WwZdoEYAkldmLoC+x1CNohpTOWd1 w==; X-CSE-ConnectionGUID: PVesyFsdSL+5bajheWqtUw== X-CSE-MsgGUID: eHDVwYw3TTaSo0ghOhdF1w== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="207232697" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="207232697" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:34 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 70FD31C00085 for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (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 CC1F61C000C4 for ; Wed, 30 Jul 2025 23:29:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id EF0661A0096; Thu, 31 Jul 2025 07:29:28 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-python] [PATCH 34/40] python3-virtualenv: upgrade 20.31.2 -> 20.32.0 Date: Thu, 31 Jul 2025 07:29:17 +0800 Message-ID: <20250730232923.522-8-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118808 From: Wang Mingyu Changelog: ============ - Fix the CI - activate.fish: update fish major version check - Fix: Ignore missing absolute paths for python discovery - Discover uv-managed Python installations - Add warning for incorrect usage of Nushell activation script - Update index.rst, compatibility section added, other subheadings created Signed-off-by: Wang Mingyu --- ...hon3-virtualenv_20.31.2.bb => python3-virtualenv_20.32.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-virtualenv_20.31.2.bb => python3-virtualenv_20.32.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-virtualenv_20.31.2.bb b/meta-python/recipes-devtools/python/python3-virtualenv_20.32.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-virtualenv_20.31.2.bb rename to meta-python/recipes-devtools/python/python3-virtualenv_20.32.0.bb index 6c3aa19266..72946161b1 100644 --- a/meta-python/recipes-devtools/python/python3-virtualenv_20.31.2.bb +++ b/meta-python/recipes-devtools/python/python3-virtualenv_20.32.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/pypa/virtualenv" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0ce089158cf60a8ab6abb452b6405538" -SRC_URI[sha256sum] = "e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af" +SRC_URI[sha256sum] = "886bf75cadfdc964674e6e33eb74d787dff31ca314ceace03ca5810620f4ecf0" BBCLASSEXTEND = "native nativesdk" inherit pypi python_hatchling From patchwork Wed Jul 30 23:29: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: 67802 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 B2AE6C87FD5 for ; Wed, 30 Jul 2025 23:29:45 +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.web10.49380.1753918176394027557 for ; Wed, 30 Jul 2025 16:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=fYYO388e; 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=1753918177; x=1785454177; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=+g8pOa18B2Xgj079N1x8AONLSy4/sX/QRdPWJNXb2yo=; b=fYYO388eJiEZ3qOm1rGhdPB5hiF3E1GhqpvwArc4n5SobdhpAs/J+5rz 8Y22t8byZLh03IvoeFiZfTuRL+yFTAYeVdv8czhTyuXNvsN+jnEPcTeeW HgNDUWaxT057aKOryZlTYOUPzoz5JJP1/CMbu3fYUJU35rxKFOH9ozVJh cMhBltSzsgbvFsiZnofK8iSiobxnD8o8mubxOsH9nqAco/lEw5DfgGUM7 lojphmXBDut9ie6GBv+T42UrSO0TROZ2QaRbNEqmBGad3zQuW64K0gr0J 4eto3Qcc6WeKO5gFSC5Uu2LYJ5oHPU/xECsNBrNEdgIakwl76jbAdy2eB g==; X-CSE-ConnectionGUID: k4XQzoGcTG6mgnj4ZFdB2w== X-CSE-MsgGUID: 1d1UP6CXQSC+QdezTyd0ag== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="207893553" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="207893553" Received: from unknown (HELO az2nlsmgr3.o.css.fujitsu.com) ([51.138.80.169]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:35 +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 az2nlsmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 6E7741000340 for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (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 CC6F51C000F7 for ; Wed, 30 Jul 2025 23:29:33 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 4518B1A009A; Thu, 31 Jul 2025 07:29:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 35/40] qcbor: upgrade 1.4.1 -> 1.5.3 Date: Thu, 31 Jul 2025 07:29:18 +0800 Message-ID: <20250730232923.522-9-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118811 From: Wang Mingyu License-Update: The last two lines of the BSD license omitted by accident are put back. Signed-off-by: Wang Mingyu --- .../qcbor/{qcbor_1.4.1.bb => qcbor_1.5.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-extended/qcbor/{qcbor_1.4.1.bb => qcbor_1.5.3.bb} (80%) diff --git a/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb b/meta-oe/recipes-extended/qcbor/qcbor_1.5.3.bb similarity index 80% rename from meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb rename to meta-oe/recipes-extended/qcbor/qcbor_1.5.3.bb index 00cae11c4e..014aa1776e 100644 --- a/meta-oe/recipes-extended/qcbor/qcbor_1.4.1.bb +++ b/meta-oe/recipes-extended/qcbor/qcbor_1.5.3.bb @@ -6,11 +6,11 @@ DESCRIPTION = " \ HOMEPAGE = "https://github.com/laurencelundblade/QCBOR" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=498c298542365dfcfe29948c72a5849b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9abe2371333f4ab0e62402a486f308a5" -SRC_URI = "git://github.com/laurencelundblade/QCBOR;protocol=https;branch=master" +SRC_URI = "git://github.com/laurencelundblade/QCBOR;protocol=https;branch=master;tag=v${PV}" -SRCREV = "4487f10e1bf258434fb8a39e4f59c29e31910ad0" +SRCREV = "4ace4620d549f22c1163c5b00d3ae0c0dae1d207" inherit pkgconfig From patchwork Wed Jul 30 23:29: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: 67799 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 9BB76C87FCB for ; Wed, 30 Jul 2025 23:29:45 +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.web10.49380.1753918176394027557 for ; Wed, 30 Jul 2025 16:29:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=CQQy6DRG; 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=1753918178; x=1785454178; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2aTa23tU2rEay0ovp/whntwnY4ZAQ7RDauigyHNdW24=; b=CQQy6DRGLkav5cj7nqoUQfwWrWM74MOa+DK2QcPt1JVLivmrULJXHg6y nroL1giGIYQLj3bn0kQHsAENX15LJzStIGXgRPXVacUMhwMkT4wwbwT+E wn3YAZOKRStMzZGMQyQPil8/osmto4l0rwk+SivhLDCVYASpMKaiVR09k UKDtGIR4JsRNq9zVP5H8wNUJ0zEeOytijhtOKJCiwbnV4dq8qAhp1Reza GdQDD8Jzf/XX6cD/Vx/FjWtpIvEIQsNI3dc4X79a8xQBuH6k0cEiUU8QP eXDIa/sDopn2MY9wDXTxmek7B2ia2VOpR30Or9ztlrEKQFgc3o4R+Se+D A==; X-CSE-ConnectionGUID: z6kA+NLfTvOm0uRqoNAKmg== X-CSE-MsgGUID: h8Q+ZkSaRnqKfwuAfewlVg== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="207893556" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="207893556" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([20.61.8.234]) by esa2.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:35 +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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 14C021C00085 for ; Wed, 30 Jul 2025 23:29:35 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2nlsmgm4.fujitsu.com (Postfix) with ESMTPS id 6F4CF10003BA for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 952901A009B; Thu, 31 Jul 2025 07:29:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 36/40] rsnapshot: upgrade 1.4.5 -> 1.5.1 Date: Thu, 31 Jul 2025 07:29:19 +0800 Message-ID: <20250730232923.522-10-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118813 From: Wang Mingyu Changelog: ============= - Fix make tar. - Rotate only if there will be a new .0 folder (#331) - Add publish GitHub workflow. (#367) - Use POSIX::lchown (#360) - Add test GitHub workflow. (#366) - Add new backup script for sqlite3 databases (#364) - wait between rsync tries (#352) - Update AUTHORS - Update rsnapshot-HOWTO.en.md - Point at the new Markdown HOWTO from the repo's README - Docs: add description for 'rsync_numtries' to man page (#342) - Docs: fix spelling issues - Docs: mention the behavior of "sync" cron job in case of "warnings" - Remove Benedikt Heine from maintainer list (#337) - Docs: Use L<...> for other man pages - Docs: Use F<...> for filenames - Docs: Fix some styling issues - Docs: Fix literal hyphens being turned into en-dash - Docs: Fix grammatical error - Fix rsync_numtries example in default config - Fix validation of rsync_numtries = 0 (#323) - update readme with info on cross interval rotation - replace deprecated 'interval' with 'retain' in readme example - Minor bugfix: Check retval for termination by signal (#315) - Fix typo in docs: rm trailing slash in backup_exec example (#314). Signed-off-by: Wang Mingyu --- .../rsnapshot/{rsnapshot_git.bb => rsnapshot_1.5.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/rsnapshot/{rsnapshot_git.bb => rsnapshot_1.5.1.bb} (95%) diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_1.5.1.bb similarity index 95% rename from meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb rename to meta-oe/recipes-support/rsnapshot/rsnapshot_1.5.1.bb index 8c4183bae3..29b8be9b3c 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_1.5.1.bb @@ -22,10 +22,9 @@ RDEPENDS:${PN} = "rsync \ perl-module-ipc-open3 \ " -SRCREV = "1b943dbc7695d62fac5c0f9549ec696a538be19c" -PV = "1.4.5" +SRCREV = "367a49cda9d428c27a50641d99734c7b790f2cc1" -SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \ +SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https;tag=${PV} \ file://configure-fix-cmd_rsync.patch \ " From patchwork Wed Jul 30 23:29: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: 67801 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 A876BC87FD2 for ; Wed, 30 Jul 2025 23:29:45 +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.web10.49381.1753918176420066226 for ; Wed, 30 Jul 2025 16:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kgr/ZwxA; 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=1753918176; x=1785454176; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=df2lXGIHADZ//IRzKy+foo0WPhcCnl1Eec4d64lP484=; b=kgr/ZwxAkE9vBLKqTg9u7wxA6YuV8FB2I7YyNUJHTrRu0ws+foll8Dtk pH65UZl4uIg58pkjyqBolMrsPIod8HAR95Qmo7qVvVWOcl7BxIUgpgrpf 6hP7KamPgd5KGgGvmHuOwB6oJBAr9GOXz7bd9xFXt3BqeZulTeAb6duro 3rPsmco4+kfknth7T4ag9B85w7ntiKEP60p1Zv8i3JH4e5z47pKdkoWRY sWGqcdTIPXD1b2kJyV9lt0GOaRYPAwq+6PrSVEhuvOQTB/P4RbYsDULqj iMAcERg6elafPORUxuE/WPoOIBcmqpDmom/kzHqB97skyORDo9nKj0wZF A==; X-CSE-ConnectionGUID: DeglPRSkS9SvwrWmb8bM9A== X-CSE-MsgGUID: eOciDMj9QDKtqupjYqKcCg== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="186882704" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="186882704" Received: from unknown (HELO az2uksmgr1.o.css.fujitsu.com) ([52.151.125.19]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:35 +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 az2uksmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id EA83F1C01683 for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 57B1114003FC for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E56F71A00A0; Thu, 31 Jul 2025 07:29:29 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 37/40] rsyslog: upgrade 8.2504.0 -> 8.2506.0 Date: Thu, 31 Jul 2025 07:29:20 +0800 Message-ID: <20250730232923.522-11-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118810 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../rsyslog/{rsyslog_8.2504.0.bb => rsyslog_8.2506.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/rsyslog/{rsyslog_8.2504.0.bb => rsyslog_8.2506.0.bb} (98%) diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2504.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb similarity index 98% rename from meta-oe/recipes-extended/rsyslog/rsyslog_8.2504.0.bb rename to meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb index c4ddb72bcc..4ba41678aa 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2504.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2506.0.bb @@ -32,7 +32,7 @@ SRC_URI:append:libc-musl = " \ file://0001-Include-sys-time-h.patch \ file://disable-omfile-outchannel.patch \ " -SRC_URI[sha256sum] = "5092a20ed40987c74cc604ebfcd6c749e47eb9fc34adc1c2637e6553e7f047ab" +SRC_URI[sha256sum] = "6d6fd0257c95e756765d4d585a833d54dd3a0e5eeb8308b862a81b368a74bb7b" UPSTREAM_CHECK_URI = "https://github.com/rsyslog/rsyslog/tags" UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" From patchwork Wed Jul 30 23:29: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: 67800 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 9BBB7C87FCC for ; Wed, 30 Jul 2025 23:29:45 +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.49377.1753918173711608602 for ; Wed, 30 Jul 2025 16:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=RS7M+8T9; 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=1753918175; x=1785454175; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2jycWG8Vbf+Ul9UYSMerLElh7d93Sx6vn6SBlGpWPL8=; b=RS7M+8T9lpgAVFyirnB9IhqwNKp42J0YKVCOcSEwV3WKvfXIMxWSrCiF AMmTlRbAMVFVIcxvkaUOb36C6Ek2TFqxl7fVPkQYFGBmuw4ZPCg64yM97 IywumeQBJ/F31siubKgsy5//TGng8bko2dhA8pLr0cJQb5gcwkdRO1WCs b0VUOJ4RjSdz+mQj5QIF6uRtNKpGOOUKIvA8dsk0+J+AVCDETuwS+4Z0Q BKWYKR6GL/aoWL0p1KFg3ULMjKXPW1xeXwZuFWxkSpC4EoxmNIM+kpaRY f3nxljVkTM2jXALs/85IOl2lm24g1Map2YQakVtLXp29Xb9clCsPwf88h A==; X-CSE-ConnectionGUID: CT32bc8rQAmbhKnnsZVkIg== X-CSE-MsgGUID: n31TnDC5StCW4BnBcKj5yw== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="207978901" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="207978901" Received: from unknown (HELO az2uksmgr3.o.css.fujitsu.com) ([52.151.125.128]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:34 +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 az2uksmgr3.o.css.fujitsu.com (Postfix) with ESMTPS id 2F4541002B8F for ; Wed, 30 Jul 2025 23:29:35 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTPS id 907B514003E7 for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E84931A0071; Thu, 31 Jul 2025 07:29:30 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 38/40] uftrace: upgrade 0.18 -> 0.18.1 Date: Thu, 31 Jul 2025 07:29:21 +0800 Message-ID: <20250730232923.522-12-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118806 From: Wang Mingyu 0001-build-Fix-a-build-error-on-i386.patch removed since it's included in 0.18.1 Signed-off-by: Wang Mingyu --- ...0001-build-Fix-a-build-error-on-i386.patch | 26 ------------------- .../{uftrace_0.18.bb => uftrace_0.18.1.bb} | 5 ++-- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 meta-oe/recipes-devtools/uftrace/uftrace/0001-build-Fix-a-build-error-on-i386.patch rename meta-oe/recipes-devtools/uftrace/{uftrace_0.18.bb => uftrace_0.18.1.bb} (91%) diff --git a/meta-oe/recipes-devtools/uftrace/uftrace/0001-build-Fix-a-build-error-on-i386.patch b/meta-oe/recipes-devtools/uftrace/uftrace/0001-build-Fix-a-build-error-on-i386.patch deleted file mode 100644 index c6bc8473b9..0000000000 --- a/meta-oe/recipes-devtools/uftrace/uftrace/0001-build-Fix-a-build-error-on-i386.patch +++ /dev/null @@ -1,26 +0,0 @@ -From ea53a7f42c1c5da688ef79e53731dcc3810a1256 Mon Sep 17 00:00:00 2001 -From: Namhyung Kim -Date: Sun, 6 Jul 2025 15:13:30 -0700 -Subject: [PATCH] build: Fix a build error on i386 - -It happened to have common.S as well as common.c, so it picked the .S -before .c for the uftrace-arch.a. And it caused undefined symbols. - - /usr/bin/ld: libmcount/symbol.op: in function `load_dynsymtab': - utils/symbol.c:722:(.text+0x2b19): undefined reference to `uftrace_arch_ops' - libmcount/symbol.op: in function `load_elf_dynsymtab': - utils/symbol.c:586:(.text+0x184a): undefined reference to `uftrace_arch_ops' - -Fixed: #2010 - -Upstream-Status: Backport [https://github.com/namhyung/uftrace/commit/ea53a7f42c1c5da688ef79e53731dcc3810a1256] -Signed-off-by: Namhyung Kim ---- - arch/i386/{common.S => thunk.S} | 0 - 1 file changed, 0 insertions(+), 0 deletions(-) - rename arch/i386/{common.S => thunk.S} (100%) - -diff --git a/arch/i386/common.S b/arch/i386/thunk.S -similarity index 100% -rename from arch/i386/common.S -rename to arch/i386/thunk.S diff --git a/meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb b/meta-oe/recipes-devtools/uftrace/uftrace_0.18.1.bb similarity index 91% rename from meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb rename to meta-oe/recipes-devtools/uftrace/uftrace_0.18.1.bb index 7ba2dcadc9..3725825e0e 100644 --- a/meta-oe/recipes-devtools/uftrace/uftrace_0.18.bb +++ b/meta-oe/recipes-devtools/uftrace/uftrace_0.18.1.bb @@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "elfutils" DEPENDS:append:libc-musl = " argp-standalone" -SRCREV = "8ccd4f627569b0af122c8d1df98dc6813ab97a40" +SRCREV = "6d006b71ac32e28b7829cc21ccc7bb9c10add964" SRC_URI = "git://github.com/namhyung/${BPN};branch=master;protocol=https;tag=v${PV} \ file://0001-include-libgen.h-for-basename.patch \ - file://0001-build-Fix-a-build-error-on-i386.patch \ - " + " LDFLAGS:append:libc-musl = " -largp" From patchwork Wed Jul 30 23:29: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: 67805 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 B2DFAC87FD8 for ; Wed, 30 Jul 2025 23:29:45 +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.web10.49376.1753918173228710763 for ; Wed, 30 Jul 2025 16:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=l9LVgTaV; 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=1753918175; x=1785454175; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=PNFfT4nnu59RLuZdRZZBoANo6J2b3iIqrIk9C3o5aeg=; b=l9LVgTaVPh9j6gayX6SxVEeDxTQelceAncyay2uAGIqvni960Xl9FAYZ G0CeEm6xnONsznr1DISd2UGCqgiKI2dwdcZocx5E/N2J0zgee06womcES 8Y4zHFr2byFrOcsFQnSeNRa94wEwggHr+wLqjC2F61JZqRS2qPoVQGAWZ aiZhNHsi0tYp/YNq892jNxCmqjPW6YqaqF5JVWOSawgy2TXxeB/m8oIbv Elq7sElO5dO8t9Wl4xTGNagqhD0Gc1iHK8+U8mMQr0+jd8bWAhXI9cmPK 1ZGbziS7wXd57j1mkvMi9bwoouLoRaQ23fvsgSdIzrgRWDNHkTBlFDg59 A==; X-CSE-ConnectionGUID: xKJ0TgUuRPyuFIzR6XMGTg== X-CSE-MsgGUID: xSdXwE4zTOeMVPOEe0KR+A== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="196424877" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="196424877" Received: from unknown (HELO az2nlsmgr4.o.css.fujitsu.com) ([51.138.80.169]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:35 +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 az2nlsmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 57C0D42A312 for ; Wed, 30 Jul 2025 23:29:35 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (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 A7B911800D77 for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 3F4EC1A0073; Thu, 31 Jul 2025 07:29:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 39/40] usbguard: upgrade 1.1.3 -> 1.1.4 Date: Thu, 31 Jul 2025 07:29:22 +0800 Message-ID: <20250730232923.522-13-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118807 From: Wang Mingyu 0001-Adapt-for-protobuf-30.0-API-changes.patch removed since it's included in 1.1.4 Signed-off-by: Wang Mingyu --- ...-Adapt-for-protobuf-30.0-API-changes.patch | 89 ------------------- .../{usbguard_1.1.3.bb => usbguard_1.1.4.bb} | 7 +- 2 files changed, 3 insertions(+), 93 deletions(-) delete mode 100644 meta-oe/recipes-security/usbguard/usbguard/0001-Adapt-for-protobuf-30.0-API-changes.patch rename meta-oe/recipes-security/usbguard/{usbguard_1.1.3.bb => usbguard_1.1.4.bb} (92%) diff --git a/meta-oe/recipes-security/usbguard/usbguard/0001-Adapt-for-protobuf-30.0-API-changes.patch b/meta-oe/recipes-security/usbguard/usbguard/0001-Adapt-for-protobuf-30.0-API-changes.patch deleted file mode 100644 index b7c5b10acd..0000000000 --- a/meta-oe/recipes-security/usbguard/usbguard/0001-Adapt-for-protobuf-30.0-API-changes.patch +++ /dev/null @@ -1,89 +0,0 @@ -From 06ec6473c2ed1920a1d98d40fe992dea9f60b103 Mon Sep 17 00:00:00 2001 -From: Christian Heusel -Date: Tue, 11 Mar 2025 21:43:51 +0100 -Subject: [PATCH] Adapt for protobuf 30.0 API changes - -Fixes https://github.com/USBGuard/usbguard/issues/649 - -Upstream-Status: Submitted [https://github.com/USBGuard/usbguard/pull/650] - -Link: https://protobuf.dev/support/migration/ -Signed-off-by: Christian Heusel -Signed-off-by: Khem Raj ---- - src/Library/IPCClientPrivate.cpp | 2 +- - src/Library/IPCClientPrivate.hpp | 2 +- - src/Library/IPCServerPrivate.cpp | 6 +++--- - src/Library/IPCServerPrivate.hpp | 2 +- - 4 files changed, 6 insertions(+), 6 deletions(-) - -diff --git a/src/Library/IPCClientPrivate.cpp b/src/Library/IPCClientPrivate.cpp -index 6aa5201..452ecd4 100644 ---- a/src/Library/IPCClientPrivate.cpp -+++ b/src/Library/IPCClientPrivate.cpp -@@ -225,7 +225,7 @@ namespace usbguard - std::string payload; - message.SerializeToString(&payload); - struct qb_ipc_request_header hdr; -- hdr.id = QB_IPC_MSG_USER_START + IPC::messageTypeNameToNumber(message.GetTypeName()); -+ hdr.id = QB_IPC_MSG_USER_START + IPC::messageTypeNameToNumber(std::string(message.GetTypeName())); - hdr.size = sizeof hdr + payload.size(); - struct iovec iov[2]; - iov[0].iov_base = &hdr; -diff --git a/src/Library/IPCClientPrivate.hpp b/src/Library/IPCClientPrivate.hpp -index d92a1d4..a33022e 100644 ---- a/src/Library/IPCClientPrivate.hpp -+++ b/src/Library/IPCClientPrivate.hpp -@@ -84,7 +84,7 @@ namespace usbguard - template - void registerHandler(MessageHandler::HandlerType method) - { -- const uint32_t type_number = IPC::messageTypeNameToNumber(T::default_instance().GetTypeName()); -+ const uint32_t type_number = IPC::messageTypeNameToNumber(std::string(T::default_instance().GetTypeName())); - _handlers.emplace(type_number, MessageHandler::create(*this, method)); - } - -diff --git a/src/Library/IPCServerPrivate.cpp b/src/Library/IPCServerPrivate.cpp -index 548a726..b976f02 100644 ---- a/src/Library/IPCServerPrivate.cpp -+++ b/src/Library/IPCServerPrivate.cpp -@@ -311,7 +311,7 @@ namespace usbguard - message->SerializeToString(&payload); - struct qb_ipc_response_header hdr; - struct iovec iov[2]; -- hdr.id = QB_IPC_MSG_USER_START + IPC::messageTypeNameToNumber(message->GetTypeName()); -+ hdr.id = QB_IPC_MSG_USER_START + IPC::messageTypeNameToNumber(std::string(message->GetTypeName())); - hdr.size = sizeof hdr + payload.size(); - hdr.error = 0; - iov[0].iov_base = &hdr; -@@ -555,7 +555,7 @@ namespace usbguard - std::string payload; - message->SerializeToString(&payload); - struct qb_ipc_response_header hdr = { }; -- hdr.id = QB_IPC_MSG_USER_START + IPC::messageTypeNameToNumber(message->GetTypeName()); -+ hdr.id = QB_IPC_MSG_USER_START + IPC::messageTypeNameToNumber(std::string(message->GetTypeName())); - hdr.size = sizeof hdr + payload.size(); - hdr.error = 0; - struct iovec iov[2]; -@@ -563,7 +563,7 @@ namespace usbguard - iov[0].iov_len = sizeof hdr; - iov[1].iov_base = (void*)payload.data(); - iov[1].iov_len = payload.size(); -- qbIPCBroadcastData(iov, 2, messageTypeNameToAccessControlSection(message->GetTypeName())); -+ qbIPCBroadcastData(iov, 2, messageTypeNameToAccessControlSection(std::string(message->GetTypeName()))); - iov[0].iov_base = nullptr; - iov[1].iov_base = nullptr; - } -diff --git a/src/Library/IPCServerPrivate.hpp b/src/Library/IPCServerPrivate.hpp -index 25f9ac3..3b3dcc5 100644 ---- a/src/Library/IPCServerPrivate.hpp -+++ b/src/Library/IPCServerPrivate.hpp -@@ -134,7 +134,7 @@ namespace usbguard - void registerHandler(MessageHandler::HandlerType method, IPCServer::AccessControl::Section section, - IPCServer::AccessControl::Privilege privilege) - { -- const uint32_t type_number = IPC::messageTypeNameToNumber(T::default_instance().GetTypeName()); -+ const uint32_t type_number = IPC::messageTypeNameToNumber(std::string(T::default_instance().GetTypeName())); - _handlers.emplace(type_number, MessageHandler::create(*this, method, section, privilege)); - } - diff --git a/meta-oe/recipes-security/usbguard/usbguard_1.1.3.bb b/meta-oe/recipes-security/usbguard/usbguard_1.1.4.bb similarity index 92% rename from meta-oe/recipes-security/usbguard/usbguard_1.1.3.bb rename to meta-oe/recipes-security/usbguard/usbguard_1.1.4.bb index 558f4347b6..3d181173a5 100644 --- a/meta-oe/recipes-security/usbguard/usbguard_1.1.3.bb +++ b/meta-oe/recipes-security/usbguard/usbguard_1.1.4.bb @@ -12,11 +12,10 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" SRC_URI = "https://github.com/USBGuard/usbguard/releases/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ - file://0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch \ - file://0001-Adapt-for-protobuf-30.0-API-changes.patch \ - " + file://0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch \ + " -SRC_URI[sha256sum] = "707dad2938923202697f636c2b4e0be80f192242039a2af3fc7ac35d03f78551" +SRC_URI[sha256sum] = "7d76b75e779e3c9e6c2fc10e7389dfa34056864c9f0c6eaca722687b7e75893c" inherit autotools-brokensep bash-completion pkgconfig systemd github-releases From patchwork Wed Jul 30 23:29: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: 67803 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 A2608C87FC9 for ; Wed, 30 Jul 2025 23:29:45 +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.49377.1753918173711608602 for ; Wed, 30 Jul 2025 16:29:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Qukxcmin; 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=1753918176; x=1785454176; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Ox+ySIjqxSYA+HLnUY4Rsr5wTTHcdVieRumUIH7aQZs=; b=QukxcminJMnJGNlXOCospRtclqDsd+Uvo7fzGEpwvwVKSvbYVHrYuI1U QBV++Xyk56uNhFc0ZTxqA0Q25kbVcVSZ02sDx2pYytrJO6jowvvxQ1RP0 SlMhrt5IvPKrM5wbqadJLGU+WovZxNddGqoxR6x17+sdDSgkQ+t9U5HZq 2+tr6/WdfVl/CKDs6gAMm3ADWqs4t2JzwDZoCbFrDGDlYLMRtMAWOv79R wzJJKEy8zbksq/NiWZbsYD9x08lPU/Ij+cb9F470yiyJtf7THhlm2jXy9 EOpWvuMBe8I+iJelW5Ts0OePfh08+o/eqPXZEmNiISSasIteWASpbEw7W g==; X-CSE-ConnectionGUID: lRKouznpTmeseVRiUUYI+g== X-CSE-MsgGUID: MyRLPLykT2OyL2koZwDxkQ== X-IronPort-AV: E=McAfee;i="6800,10657,11507"; a="207978902" X-IronPort-AV: E=Sophos;i="6.16,353,1744038000"; d="scan'208";a="207978902" Received: from unknown (HELO az2nlsmgr1.o.css.fujitsu.com) ([51.138.80.169]) by esa1.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Jul 2025 08:29:35 +0900 Received: from az2nlsmgm1.o.css.fujitsu.com (unknown [10.150.26.203]) (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 az2nlsmgr1.o.css.fujitsu.com (Postfix) with ESMTPS id 9C5A21C00085 for ; Wed, 30 Jul 2025 23:29:35 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) (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 az2nlsmgm1.o.css.fujitsu.com (Postfix) with ESMTPS id ECA69C03718 for ; Wed, 30 Jul 2025 23:29:34 +0000 (UTC) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 887551A0074; Thu, 31 Jul 2025 07:29:31 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-devel@lists.openembedded.org Cc: Wang Mingyu Subject: [oe] [meta-oe] [PATCH 40/40] waylandpp: upgrade 1.0.0 -> 1.0.1 Date: Thu, 31 Jul 2025 07:29:23 +0800 Message-ID: <20250730232923.522-14-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250730232923.522-1-wangmy@fujitsu.com> References: <20250730232923.522-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, 30 Jul 2025 23:29:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118812 From: Wang Mingyu 0001-include-missing-cstdint.patch refreshed for 1.0.1 4576426020932ebc481ae35c15f644af2f17e88a.patch removed since it's included in 1.0.1 Signed-off-by: Wang Mingyu --- .../0001-include-missing-cstdint.patch | 40 ++----------------- ...426020932ebc481ae35c15f644af2f17e88a.patch | 23 ----------- ...{waylandpp_1.0.0.bb => waylandpp_1.0.1.bb} | 10 ++--- 3 files changed, 8 insertions(+), 65 deletions(-) delete mode 100644 meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch rename meta-oe/recipes-graphics/wayland/{waylandpp_1.0.0.bb => waylandpp_1.0.1.bb} (83%) diff --git a/meta-oe/recipes-graphics/wayland/waylandpp/0001-include-missing-cstdint.patch b/meta-oe/recipes-graphics/wayland/waylandpp/0001-include-missing-cstdint.patch index f2169c43c9..d4f95e16b4 100644 --- a/meta-oe/recipes-graphics/wayland/waylandpp/0001-include-missing-cstdint.patch +++ b/meta-oe/recipes-graphics/wayland/waylandpp/0001-include-missing-cstdint.patch @@ -1,4 +1,4 @@ -From 5e3243b163aa5d50083b4036c21f84c1204f2023 Mon Sep 17 00:00:00 2001 +From 2ef1bca4c35377c00ff6dc7e37d8ad75727d5607 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 26 Jan 2023 23:25:05 -0800 Subject: [PATCH] include missing @@ -10,24 +10,11 @@ gcc 13 moved some includes around and as a result is no longer transit Upstream-Status: Submitted [https://github.com/NilsBrause/waylandpp/pull/75] Signed-off-by: Khem Raj --- - include/wayland-client.hpp | 1 + - scanner/scanner.cpp | 3 +++ - 2 files changed, 4 insertions(+) + scanner/scanner.cpp | 1 + + 1 file changed, 1 insertion(+) -diff --git a/include/wayland-client.hpp b/include/wayland-client.hpp -index a3f782b..4598a0e 100644 ---- a/include/wayland-client.hpp -+++ b/include/wayland-client.hpp -@@ -29,6 +29,7 @@ - /** \file */ - - #include -+#include - #include - #include - #include diff --git a/scanner/scanner.cpp b/scanner/scanner.cpp -index bebd71e..c25746a 100644 +index 37cf7ff..85f9e92 100644 --- a/scanner/scanner.cpp +++ b/scanner/scanner.cpp @@ -15,6 +15,7 @@ @@ -38,22 +25,3 @@ index bebd71e..c25746a 100644 #include #include #include -@@ -1106,6 +1107,7 @@ int main(int argc, char *argv[]) - wayland_hpp << "#pragma once" << std::endl - << std::endl - << "#include " << std::endl -+ << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl -@@ -1125,6 +1127,7 @@ int main(int argc, char *argv[]) - wayland_server_hpp << "#pragma once" << std::endl - << std::endl - << "#include " << std::endl -+ << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl - << "#include " << std::endl --- -2.39.1 - diff --git a/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch b/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch deleted file mode 100644 index 5011f05f3d..0000000000 --- a/meta-oe/recipes-graphics/wayland/waylandpp/4576426020932ebc481ae35c15f644af2f17e88a.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 4576426020932ebc481ae35c15f644af2f17e88a Mon Sep 17 00:00:00 2001 -From: Alexey Sokolov -Date: Sun, 4 May 2025 14:38:52 +0100 -Subject: [PATCH] Fix build with cmake 4 - -Upstream-Status: Backport ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 866477b..8e9d2ad 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -21,7 +21,7 @@ - # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - --cmake_minimum_required(VERSION 3.4) -+cmake_minimum_required(VERSION 3.4...4.0) - project(waylandpp VERSION 1.0.0 LANGUAGES CXX) - - # packages diff --git a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb similarity index 83% rename from meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb rename to meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb index 0e53807cc7..576b416975 100644 --- a/meta-oe/recipes-graphics/wayland/waylandpp_1.0.0.bb +++ b/meta-oe/recipes-graphics/wayland/waylandpp_1.0.1.bb @@ -2,16 +2,14 @@ SUMMARY = " C++ binding for Wayland using the most modern C++ technology" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3aae28cc66d61975114c2b14df215407" -SRC_URI = " \ - git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=master \ - file://0001-include-missing-cstdint.patch \ - file://4576426020932ebc481ae35c15f644af2f17e88a.patch \ -" +SRC_URI = "git://github.com/NilsBrause/waylandpp.git;protocol=https;branch=1.0.x \ + file://0001-include-missing-cstdint.patch \ + " DEPENDS = "pugixml" DEPENDS:append:class-target = " waylandpp-native wayland virtual/egl virtual/libgles2" -SRCREV = "4321ed5c7b4bffa41b8a2a13dc7f3ece1191f4f3" +SRCREV = "4f208c416f37ea093e4a70a1407abd7d93c889f9" inherit cmake pkgconfig features_check