From patchwork Tue Jul 1 23:24:33 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 66043 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 62C39C83F03 for ; Tue, 1 Jul 2025 23:24:49 +0000 (UTC) Received: from esa7.hc1455-7.c3s2.iphmx.com (esa7.hc1455-7.c3s2.iphmx.com [139.138.61.252]) by mx.groups.io with SMTP id smtpd.web10.11126.1751412286759488093 for ; Tue, 01 Jul 2025 16:24:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=SVDiGALw; spf=pass (domain: fujitsu.com, ip: 139.138.61.252, mailfrom: wangmy@fujitsu.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fujitsu.com; i=@fujitsu.com; q=dns/txt; s=fj2; t=1751412286; x=1782948286; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=v8BLTmyoULgZkAENFDtYycTQBKYk9gY3xOhFuWsSLrA=; b=SVDiGALwLZefc8WHNa3xshMXSKXR9yuRqKrqLkxlpjKMCrYoNOzX+7rw VAcLwT7Tw4XWOZpXmzqo6IxcSQYTgrUTnVbngVSGb3i6ozo36I/04XL+J KB8VolDQpyf02IeyeQNLVnqwTjvOfxH4+nI/YkPyw3Qovqv1+Txum1sWo oXIa31mbJO/nH7mJ/h97cZA4F/to10JMUlcwWFlwQNGBLbA6GnT0Ail0i WxZgrfkmTNsFUSZfYrHf8Q/QYMOgBhTzgC4B7JqiYkQyCkOZLRZ6peWs7 +m2iUEm3acQKnPlnnk0vBdWg1FsFvzljWm+UGPzoYKQpk8p59jfKONMqe g==; X-CSE-ConnectionGUID: An3Eu7QGTcSHkOqLKby0oA== X-CSE-MsgGUID: CgxsLNqUQ3OdNxdOGbtFtA== X-IronPort-AV: E=McAfee;i="6800,10657,11481"; a="183760640" X-IronPort-AV: E=Sophos;i="6.16,280,1744038000"; d="scan'208";a="183760640" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([51.138.80.169]) by esa7.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2025 08:24:44 +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 az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id F1946144C for ; Tue, 1 Jul 2025 23:24:44 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id 6E39F1800BC3 for ; Tue, 1 Jul 2025 23:24:44 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id C665DD4F46 for ; Wed, 2 Jul 2025 08:24:42 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 237841A006C; Wed, 2 Jul 2025 07:24:42 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 1/7] gst-examples: upgrade 1.26.2 -> 1.26.3 Date: Wed, 2 Jul 2025 07:24:33 +0800 Message-ID: <20250701232440.474-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 ; Tue, 01 Jul 2025 23:24:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219737 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../{gst-examples_1.26.2.bb => gst-examples_1.26.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-examples_1.26.2.bb => gst-examples_1.26.3.bb} (94%) diff --git a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.3.bb similarity index 94% rename from meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb rename to meta/recipes-multimedia/gstreamer/gst-examples_1.26.3.bb index 33c4119d1a..8835b7d97b 100644 --- a/meta/recipes-multimedia/gstreamer/gst-examples_1.26.2.bb +++ b/meta/recipes-multimedia/gstreamer/gst-examples_1.26.3.bb @@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://playback/player/gtk/gtk-play.c;beginline=1;endline=20 DEPENDS = "glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gtk+3 json-glib glib-2.0-native" -SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.26 \ +SRC_URI = "git://gitlab.freedesktop.org/gstreamer/gstreamer.git;protocol=https;branch=1.26;tag=${PV} \ file://0001-Make-player-examples-installable.patch \ file://gst-player.desktop \ " -SRCREV = "100c21e1faf68efe7f3830b6e9f856760697ab48" +SRCREV = "87bc0c6e949e3dcc440658f78ef52aa8088cb62f" S = "${UNPACKDIR}/${BP}/subprojects/gst-examples" From patchwork Tue Jul 1 23:24:34 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 66044 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 636A7C83F04 for ; Tue, 1 Jul 2025 23:24:49 +0000 (UTC) Received: from esa4.hc1455-7.c3s2.iphmx.com (esa4.hc1455-7.c3s2.iphmx.com [68.232.139.117]) by mx.groups.io with SMTP id smtpd.web11.11130.1751412287230611951 for ; Tue, 01 Jul 2025 16:24:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=qQROMvzi; 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=1751412287; x=1782948287; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=T8SfCAn7fajwzD5U/AJghB0MzStNhFtfj4vXAULlfQ4=; b=qQROMvziap/YPMTgXj0bqNG3oF5qQrvXaukLX00ZdhAYbTd9Uqj/5fBb NC2XwKQeOx0R2A8xaufq8iyIcGRDTct2krZ9NA4/8k11lAbSNwkGlmgcj K2U5sCWABKmob++S0GOft5FP1V2kaFWclzpw62VvInvulY3mAoANCgubY iVgH96ZwnjERg8Kb3z3z3ZF56CdhKu14HXzUfphUN1DjeiyKkChSroTU9 nuM6cr3wLDuIKL5U6Rhm5A/777TEqBfU+3QeqfokOct7qvBKY7WVqfEiG of/0+o0aNSz8kl9GQzfcbQiwITtkUZ+gGY02PVomiSyEt1my2PomAhV16 Q==; X-CSE-ConnectionGUID: NpjYNwtuT2Wlg2xlnQzJRA== X-CSE-MsgGUID: adRpW6UiQPaXKAwSOzV+eA== X-IronPort-AV: E=McAfee;i="6800,10657,11481"; a="205389147" X-IronPort-AV: E=Sophos;i="6.16,280,1744038000"; d="scan'208";a="205389147" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa4.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2025 08:24:45 +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 az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 8145E144C for ; Tue, 1 Jul 2025 23:24:45 +0000 (UTC) Received: from oym-m1.gw.nic.fujitsu.com (oym-m1.gw.nic.fujitsu.com [10.85.9.161]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id F32C518009E4 for ; Tue, 1 Jul 2025 23:24:44 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 61473D4F40 for ; Wed, 2 Jul 2025 08:24:43 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E30751A0073; Wed, 2 Jul 2025 07:24:42 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 2/7] libmodulemd: upgrade 2.15.1 -> 2.15.2 Date: Wed, 2 Jul 2025 07:24:34 +0800 Message-ID: <20250701232440.474-2-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250701232440.474-1-wangmy@fujitsu.com> References: <20250701232440.474-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 ; Tue, 01 Jul 2025 23:24:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219738 From: Wang Mingyu Fixes: ----------- module_index test now passes if RPM library is built without bzip2 or xz compression support and libmodulemd is configured to support decompression using the RPM library. Signed-off-by: Wang Mingyu --- .../{libmodulemd_2.15.1.bb => libmodulemd_2.15.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/libmodulemd/{libmodulemd_2.15.1.bb => libmodulemd_2.15.2.bb} (90%) diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb similarity index 90% rename from meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb rename to meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb index 6504414387..32d2a39c41 100644 --- a/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.1.bb +++ b/meta/recipes-devtools/libmodulemd/libmodulemd_2.15.2.bb @@ -4,9 +4,9 @@ DESCRIPTION = "${SUMMARY}" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=25a3927bff3ee4f5b21bcb0ed3fcd6bb" -SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main" +SRC_URI = "git://github.com/fedora-modularity/libmodulemd;protocol=https;branch=main;tag=${PV}" -SRCREV = "e7f179eeeb6eee1403f090fc43a3c80bb08b5bfd" +SRCREV = "b8b11b4dafaa2c4d73883152bfa7e5bd81cd7395" inherit meson gobject-introspection pkgconfig manpages From patchwork Tue Jul 1 23:24:35 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 66042 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 60414C83038 for ; Tue, 1 Jul 2025 23:24:49 +0000 (UTC) Received: from esa9.hc1455-7.c3s2.iphmx.com (esa9.hc1455-7.c3s2.iphmx.com [139.138.36.223]) by mx.groups.io with SMTP id smtpd.web11.11131.1751412288605192121 for ; Tue, 01 Jul 2025 16:24:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=oGD23c7R; 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=1751412288; x=1782948288; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=B2Sm8/cB7mKO4+yUPxlHpCXuGEzNqbknwBbadjrozN0=; b=oGD23c7RZSa5m6gCJHkKI+OHlRmlA1E84I4ba+MnQLbZg3/7JGAXCH7c 2j7VY7NaUq9dzH5d+5ZWCTv/KdqV4Ibfw5ODKQiyBfXKTrRqzUtBvfWy2 gGuVykXttgF3mmms0UWxJZ8wI9bQS97kzyqL735pTeayTPJFcI8tca4VM S0LMQmu30tbqBJWiUnQAx++sZUqGNCyfVpDOjP4kMRvwQA6EqhwGgucBU C3xvmzAl5wyiLpNeXLNC7bCJRsW60w5YsgqsJLm5LLT9wGlysF7geH5ky 5bL31YGuYia06j0Kb4ugYDWyupv1moZlavgoq1cYXCpc+Fo8MOZW+Lj2I A==; X-CSE-ConnectionGUID: x2wOkKndSrunpW170nlccA== X-CSE-MsgGUID: DnFrTDaqSZ2QfqiJnyCV1A== X-IronPort-AV: E=McAfee;i="6800,10657,11481"; a="193342234" X-IronPort-AV: E=Sophos;i="6.16,280,1744038000"; d="scan'208";a="193342234" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa9.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2025 08:24:46 +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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id DF2F1C0021F for ; Tue, 1 Jul 2025 23:24:46 +0000 (UTC) Received: from yto-m2.gw.nic.fujitsu.com (yto-m2.gw.nic.fujitsu.com [10.128.47.163]) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTP id 6639D18001E8 for ; Tue, 1 Jul 2025 23:24:46 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id D511C28E34 for ; Wed, 2 Jul 2025 08:24:44 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 627C11A006C; Wed, 2 Jul 2025 07:24:44 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 3/7] libproxy: upgrade 0.5.9 -> 0.5.10 Date: Wed, 2 Jul 2025 07:24:35 +0800 Message-ID: <20250701232440.474-3-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250701232440.474-1-wangmy@fujitsu.com> References: <20250701232440.474-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 ; Tue, 01 Jul 2025 23:24:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219739 From: Wang Mingyu Changelog: ========== - kde: Support Proxy Config Script value without scheme - Create codeql.yml - Add MATE and Cinnamon check to gnome plugin - Support -M option for Solaris/illumos ld - Fix symbol versioning with LLD - Create SECURITY.md Signed-off-by: Wang Mingyu --- .../libproxy/{libproxy_0.5.9.bb => libproxy_0.5.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libproxy/{libproxy_0.5.9.bb => libproxy_0.5.10.bb} (94%) diff --git a/meta/recipes-support/libproxy/libproxy_0.5.9.bb b/meta/recipes-support/libproxy/libproxy_0.5.10.bb similarity index 94% rename from meta/recipes-support/libproxy/libproxy_0.5.9.bb rename to meta/recipes-support/libproxy/libproxy_0.5.10.bb index ed8a4df2a8..21930ada00 100644 --- a/meta/recipes-support/libproxy/libproxy_0.5.9.bb +++ b/meta/recipes-support/libproxy/libproxy_0.5.10.bb @@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ DEPENDS = "glib-2.0" -SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main" -SRCREV = "77e2a2b88a319974cf099c8eaaaa03030bc4c0d4" +SRC_URI = "git://github.com/libproxy/libproxy;protocol=https;branch=main;tag=${PV}" +SRCREV = "7e4852f9658084c61a95973b8a1d720b1763437a" inherit meson pkgconfig gobject-introspection vala gi-docgen GIDOCGEN_MESON_OPTION = 'docs' From patchwork Tue Jul 1 23:24:36 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 66045 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 3FFDAC83038 for ; Tue, 1 Jul 2025 23:24:59 +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.web10.11128.1751412289918689651 for ; Tue, 01 Jul 2025 16:24:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=kYceAdVp; 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=1751412290; x=1782948290; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jAKXkM/N06XLkzkmd7vXh1qQOAAf0DSWOqhBVb3mA+s=; b=kYceAdVpsI2aECRBUUznXmMGa2dXzcoKds4j9FbjBBKG9c/MsGESHCh1 jMhY+v2czpzqjkJcld7fbgzY8FIq4APFwC9oxbn/tqpPAkxE8xdF/2/kQ 7xMeFd3Q94IyWBdGWNEO0mGUVd0p4ljTqWLdM1AiMUYye+TTDJK5xitwk daqjjorwleVKlEK/Sw62+UYUwRvGSCZBlk92uhHRr8q7FyjpmHvUZ5+tX 8dT+BFveyE3fIn3hq9ORDXMqy3rvtupgRPYfLkI08bpBiJfF42fhvV9hJ hFAMplGoubT9lJ+g8+Nn80T+Y4UG9FuLDCjPT0aAk3D1zyk/QmO2SmPWW Q==; X-CSE-ConnectionGUID: locrSozRTtiVHnRL95USug== X-CSE-MsgGUID: 2gO+MH1QR6CyKfF7o4dDoQ== X-IronPort-AV: E=McAfee;i="6800,10657,11481"; a="204861758" X-IronPort-AV: E=Sophos;i="6.16,280,1744038000"; d="scan'208";a="204861758" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.128]) by esa3.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2025 08:24:49 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 143658204CA for ; Tue, 1 Jul 2025 23:24:48 +0000 (UTC) Received: from yto-m2.gw.nic.fujitsu.com (yto-m2.gw.nic.fujitsu.com [10.128.47.163]) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTP id 8F1B614003FF for ; Tue, 1 Jul 2025 23:24:47 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 032E6D96D6 for ; Wed, 2 Jul 2025 08:24:46 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 79C971A006C; Wed, 2 Jul 2025 07:24:45 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 4/7] mesa: upgrade 25.1.3 -> 25.1.4 Date: Wed, 2 Jul 2025 07:24:36 +0800 Message-ID: <20250701232440.474-4-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250701232440.474-1-wangmy@fujitsu.com> References: <20250701232440.474-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 ; Tue, 01 Jul 2025 23:24:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219740 From: Wang Mingyu Signed-off-by: Wang Mingyu --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 6b42a238cc..3d9e9ec91f 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -20,8 +20,8 @@ SRC_URI = "https://archive.mesa3d.org/mesa-${PV}.tar.xz \ file://0001-dont-build-clover-frontend.patch \ " -SRC_URI[sha256sum] = "ffcb6cadb5fd356d56008e6308641dfe4b2929f30139f6585436ca6e3cddba7f" -PV = "25.1.3" +SRC_URI[sha256sum] = "164872a5e792408aa72fecd52b7be6409724c4ad81700798675a7d801d976704" +PV = "25.1.4" UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P\d+(\.\d+)+)" From patchwork Tue Jul 1 23:24:37 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 66048 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 4A91CC7EE30 for ; Tue, 1 Jul 2025 23:24:59 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.11132.1751412290011602249 for ; Tue, 01 Jul 2025 16:24:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=GXuNZGpf; 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=1751412290; x=1782948290; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=wOTWYwIe0T7SwZ/uIY3knvCfWK/pfBN8WgQfG8sztkg=; b=GXuNZGpf453BXOqsktZkNhCNNFHbD8QAo/owEgH56BlMnN05eyif0Nd/ o34kv0tY6vYm7fcfSSAijRJsSvLox5qKyTpHOuCrNcGzeKOWjrknKo40C /kdsWbVv4JW2RAN30QqbFkghJCWPJ4BF9LVci3NBtrty+z9WAYI9HY4y1 i+S/Jx0TCa9ntUmOK5ARNWOPYbugcASRQghD1eHYp75Yi7PYCjKrIVPQU 1lTmV0YDYeu/xdUu+Cd6pZGdVQqHFWC9YBtZ54v8BwMdThcMXvy0BqJ0a l9cSpmh8P4OnJ22hMOD3JzHxjtW6LXOAvcJv3XNZfmllabPOGwuzjDz3J w==; X-CSE-ConnectionGUID: jeER3vA4TVyO58P3LpsdsA== X-CSE-MsgGUID: zDVyMd4VTniCMGZrUrqLVg== X-IronPort-AV: E=McAfee;i="6800,10657,11481"; a="183813384" X-IronPort-AV: E=Sophos;i="6.16,280,1744038000"; d="scan'208";a="183813384" Received: from unknown (HELO az2uksmgr2.o.css.fujitsu.com) ([52.151.125.19]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2025 08:24:48 +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 az2uksmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id 759BF8204CA for ; Tue, 1 Jul 2025 23:24:48 +0000 (UTC) Received: from yto-m1.gw.nic.fujitsu.com (yto-m1.gw.nic.fujitsu.com [10.128.47.162]) by az2uksmgm4.o.css.fujitsu.com (Postfix) with ESMTP id F188114003A9 for ; Tue, 1 Jul 2025 23:24:47 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m1.gw.nic.fujitsu.com (Postfix) with ESMTP id 65B64D5A18 for ; Wed, 2 Jul 2025 08:24:46 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id E447D1A0073; Wed, 2 Jul 2025 07:24:45 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 5/7] mobile-broadband-provider-info: upgrade 20240407 -> 20250613 Date: Wed, 2 Jul 2025 07:24:37 +0800 Message-ID: <20250701232440.474-5-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250701232440.474-1-wangmy@fujitsu.com> References: <20250701232440.474-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 ; Tue, 01 Jul 2025 23:24:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219742 From: Wang Mingyu Signed-off-by: Wang Mingyu --- ...20240407.bb => mobile-broadband-provider-info_20250613.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/mobile-broadband-provider-info/{mobile-broadband-provider-info_20240407.bb => mobile-broadband-provider-info_20250613.bb} (84%) diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20250613.bb similarity index 84% rename from meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb rename to meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20250613.bb index 2e8702a045..72663c7e0a 100644 --- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20240407.bb +++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_20250613.bb @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04" PE = "1" -SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main" -SRCREV = "55ba955d53305df96123534488fd160ea882b4dd" +SRC_URI = "git://gitlab.gnome.org/GNOME/mobile-broadband-provider-info.git;protocol=https;branch=main;tag=${PV}" +SRCREV = "2a1b409491a531aedcf3eb3ba907929d96bd181a" inherit meson From patchwork Tue Jul 1 23:24:38 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 66047 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 53AB4C83F04 for ; Tue, 1 Jul 2025 23:24:59 +0000 (UTC) Received: from esa12.hc1455-7.c3s2.iphmx.com (esa12.hc1455-7.c3s2.iphmx.com [139.138.37.100]) by mx.groups.io with SMTP id smtpd.web11.11132.1751412290011602249 for ; Tue, 01 Jul 2025 16:24:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=Lmpk1hmh; 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=1751412291; x=1782948291; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Lg35iaLrw59XRHCMG2vvLBgcRe9R4M0J2Qif8QpSexY=; b=Lmpk1hmh0QLQQoVJPqCBCCxgOxa9w7p7qBM3w2RjSNW6pPudTTP2mAmh njUmHDT1vCYhpy3Q0S+zHOc7OzKe0vclzPmWGjv5qAOYIlmEm6B3gHHEH RLdUrJGvwbdiceV8ADlj6wlDWm71FtTQ1rvvkhqrXYKuJERtq8ul6QjPa Q4g9W89Im/fMFXi5q1jS3W6ZXoN4CNG1fWAaHZYoVOpoUIqfJFJ3Z8Foq SmCulRttoQZ8xoxKOk4qVl/gUjtH6P0HDVMEXTI0q/Hr0E/DJgQZhXJh+ uk46KOKrNeLGSBdRGvhZKy7Ud1hNRjFD27IVbB+pxbXqJrNCV37zxtvFT w==; X-CSE-ConnectionGUID: eCIWUNggR36wn/0dHiUCpg== X-CSE-MsgGUID: yI4Jgs1CQeycA+ygjyhVyA== X-IronPort-AV: E=McAfee;i="6800,10657,11481"; a="183813385" X-IronPort-AV: E=Sophos;i="6.16,280,1744038000"; d="scan'208";a="183813385" Received: from unknown (HELO az2nlsmgr2.o.css.fujitsu.com) ([20.61.8.234]) by esa12.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2025 08:24:49 +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 az2nlsmgr2.o.css.fujitsu.com (Postfix) with ESMTPS id DF77B144C for ; Tue, 1 Jul 2025 23:24:48 +0000 (UTC) Received: from oym-m2.gw.nic.fujitsu.com (oym-m2.gw.nic.fujitsu.com [10.85.9.162]) by az2nlsmgm3.fujitsu.com (Postfix) with ESMTP id 5A54D1800BC6 for ; Tue, 1 Jul 2025 23:24:48 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by oym-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id AE0D4BF3C1 for ; Wed, 2 Jul 2025 08:24:46 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 33EAB1A006C; Wed, 2 Jul 2025 07:24:46 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 6/7] ttyrun: upgrade 2.37.0 -> 2.38.0 Date: Wed, 2 Jul 2025 07:24:38 +0800 Message-ID: <20250701232440.474-6-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250701232440.474-1-wangmy@fujitsu.com> References: <20250701232440.474-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 ; Tue, 01 Jul 2025 23:24:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219743 From: Wang Mingyu Signed-off-by: Wang Mingyu --- .../ttyrun/{ttyrun_2.37.0.bb => ttyrun_2.38.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/ttyrun/{ttyrun_2.37.0.bb => ttyrun_2.38.0.bb} (90%) diff --git a/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.38.0.bb similarity index 90% rename from meta/recipes-core/ttyrun/ttyrun_2.37.0.bb rename to meta/recipes-core/ttyrun/ttyrun_2.38.0.bb index 507ad1b09e..90380e51ea 100644 --- a/meta/recipes-core/ttyrun/ttyrun_2.37.0.bb +++ b/meta/recipes-core/ttyrun/ttyrun_2.38.0.bb @@ -6,8 +6,8 @@ HOMEPAGE = "https://github.com/ibm-s390-linux/s390-tools" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af" -SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master" -SRCREV = "793c037ded98cd001075cdb55a9c58e122380256" +SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master;tag=v${PV}" +SRCREV = "660bab6e68fded26b2117e1dcec0844549a22fed" CVE_PRODUCT = "s390-tools" From patchwork Tue Jul 1 23:24:39 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Mingyu X-Patchwork-Id: 66046 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 45EECC83F03 for ; Tue, 1 Jul 2025 23:24:59 +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.11133.1751412290062792886 for ; Tue, 01 Jul 2025 16:24:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@fujitsu.com header.s=fj2 header.b=eyKk3p9b; 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=1751412290; x=1782948290; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kZ817QLWqhPtbf/SbirlTRuYskjcB9tWcJ4CSs5llrg=; b=eyKk3p9bqFXLbD0O25P65N2TzLzzJHEW7Jwpi/1HMAJ5VagXFfUPyuEs p+ULaBdnG9wOhQ3wQE2vobI2TE9pyZQlW+nkUhOfJwkU0OOMtg7CBIW2w lplu427e4iSfhmZEd/5TzapB2Yc/zkjK9Z1f7T6+2P9Vx7dGUeZfHUF8C kWMt0t4f2vFCU+hEeP7acXaPiNzO9803mftp1R2Ne9xwo/n7JEuGCwe7B bRdS6LuSNo0d1hZtarfbM6YTjo3SEPTHC97C6+He7T5OxdE3X+DttQZtS eV1v1tTsVdqW4uVATOUYYnW68jrkKVY80OZLXtBUCAdMpHee4fpck0Q4r w==; X-CSE-ConnectionGUID: erOwKsmKSVKlYyD7figyMg== X-CSE-MsgGUID: SNxNgj2PTxawW+3sxQxEkw== X-IronPort-AV: E=McAfee;i="6800,10657,11481"; a="204146407" X-IronPort-AV: E=Sophos;i="6.16,280,1744038000"; d="scan'208";a="204146407" Received: from unknown (HELO az2uksmgr4.o.css.fujitsu.com) ([52.151.125.19]) by esa5.hc1455-7.c3s2.iphmx.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2025 08:24:48 +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 az2uksmgr4.o.css.fujitsu.com (Postfix) with ESMTPS id 5E208C00415 for ; Tue, 1 Jul 2025 23:24:48 +0000 (UTC) Received: from yto-m2.gw.nic.fujitsu.com (yto-m2.gw.nic.fujitsu.com [10.128.47.163]) by az2uksmgm2.o.css.fujitsu.com (Postfix) with ESMTP id 9B6C918001DA for ; Tue, 1 Jul 2025 23:24:47 +0000 (UTC) Received: from edo.cn.fujitsu.com (edo.cn.fujitsu.com [10.167.33.5]) by yto-m2.gw.nic.fujitsu.com (Postfix) with ESMTP id 04AF5D96D4 for ; Wed, 2 Jul 2025 08:24:47 +0900 (JST) Received: from G08FNSTD200057.g08.fujitsu.local (unknown [10.193.161.187]) by edo.cn.fujitsu.com (Postfix) with ESMTP id 84ADD1A0074; Wed, 2 Jul 2025 07:24:46 +0800 (CST) From: Wang Mingyu < wangmy@fujitsu.com> To: openembedded-core@lists.openembedded.org Cc: Wang Mingyu Subject: [OE-core] [PATCH 7/7] lttng-ust: upgrade 2.13.9 -> 2.14.0 Date: Wed, 2 Jul 2025 07:24:39 +0800 Message-ID: <20250701232440.474-7-wangmy@fujitsu.com> X-Mailer: git-send-email 2.49.0.windows.1 In-Reply-To: <20250701232440.474-1-wangmy@fujitsu.com> References: <20250701232440.474-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 ; Tue, 01 Jul 2025 23:24:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/219741 From: Wang Mingyu 0001-lttng-ust-common-link-with-liburcu-explicitly.patch 0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch refreshed for 2.14.0 License-Update: add suffix ".txt" to according files. Signed-off-by: Wang Mingyu --- ...0001-lttng-ust-common-link-with-liburcu-explicitly.patch | 6 +++--- ...thon-lttngust-Makefile.am-Add-install-lib-to-setup.patch | 6 +++--- .../lttng/{lttng-ust_2.13.9.bb => lttng-ust_2.14.0.bb} | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-kernel/lttng/{lttng-ust_2.13.9.bb => lttng-ust_2.14.0.bb} (92%) diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch index ceb240680b..b72c453b96 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch @@ -1,4 +1,4 @@ -From 1b6bbf14de8fdfe60e446c93969e29bc2cf5f2dc Mon Sep 17 00:00:00 2001 +From 4cdaf17efc66423aec5e3c094b9a1c31683e1a10 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 5 Sep 2021 10:44:19 +0200 Subject: [PATCH] lttng-ust-common: link with liburcu explicitly @@ -12,10 +12,10 @@ Signed-off-by: Alexander Kanavin 1 file changed, 1 insertion(+) diff --git a/src/lib/lttng-ust-common/Makefile.am b/src/lib/lttng-ust-common/Makefile.am -index 1ccc290..6531fa0 100644 +index c350edc..09212a7 100644 --- a/src/lib/lttng-ust-common/Makefile.am +++ b/src/lib/lttng-ust-common/Makefile.am -@@ -16,6 +16,7 @@ liblttng_ust_common_la_SOURCES = \ +@@ -18,6 +18,7 @@ liblttng_ust_common_la_SOURCES = \ liblttng_ust_common_la_LIBADD = \ $(top_builddir)/src/common/libcommon.la \ diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch index 7bbe5c216e..faddf55402 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch @@ -1,4 +1,4 @@ -From 30660997d220602202d8dc7264e49095a1581947 Mon Sep 17 00:00:00 2001 +From 92fd7a205aff290a6f20c08e62f72094100c3689 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Feb 2024 12:19:06 +0000 Subject: [PATCH] python-lttngust/Makefile.am: Add --install-lib to setup.py @@ -14,10 +14,10 @@ Signed-off-by: Robert Yang 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python-lttngust/Makefile.am b/src/python-lttngust/Makefile.am -index d53e21d..283901e 100644 +index 30db9fb..d46b6ee 100644 --- a/src/python-lttngust/Makefile.am +++ b/src/python-lttngust/Makefile.am -@@ -45,7 +45,7 @@ install-exec-local: build-python-bindings.stamp +@@ -47,7 +47,7 @@ install-exec-local: build-python-bindings.stamp if [ "$(DESTDIR)" != "" ]; then \ opts="$$opts --root=$(DESTDIR)"; \ fi; \ diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb b/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb similarity index 92% rename from meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb rename to meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb index dd7657e0cc..1a15c5b420 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.14.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://lttng.org/ust" BUGTRACKER = "https://bugs.lttng.org/projects/lttng-ust" LICENSE = "LGPL-2.1-or-later & MIT & GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a46577a38ad0c36ff6ff43ccf40c480f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b04e8f34dbcf08198c6618d05e8fe7b" PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \ am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ @@ -33,7 +33,7 @@ SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \ file://0001-lttng-ust-common-link-with-liburcu-explicitly.patch \ " -SRC_URI[sha256sum] = "2ad6d69a54a1d924c18a4aa7a233db104e3cc332bcdd240e196bf7adbed3f712" +SRC_URI[sha256sum] = "82cdfd304bbb2b2b7d17cc951a6756b37a9f73868ec0ba7db448a0d5ca51b763" CVE_PRODUCT = "ust"