From patchwork Mon Feb 24 17:40:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 57749 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 3101AC021A4 for ; Mon, 24 Feb 2025 17:40:28 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.96611.1740418826644737152 for ; Mon, 24 Feb 2025 09:40:27 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd80.aul.t-online.de (fwd80.aul.t-online.de [10.223.144.106]) by mailout08.t-online.de (Postfix) with SMTP id 52BEA2824 for ; Mon, 24 Feb 2025 18:40:24 +0100 (CET) Received: from intel-corei7-64.fritz.box ([79.219.235.213]) by fwd80.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1tmcRK-02xxib0; Mon, 24 Feb 2025 18:40:22 +0100 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH] wayland-protocols: update 1.40 -> 1.41 Date: Mon, 24 Feb 2025 18:40:50 +0100 Message-ID: <20250224174050.2202076-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1740418822-367FA501-57EF1322/0/0 CLEAN NORMAL X-TOI-MSGID: bbaf69e2-1c43-4060-931e-417bae5244ed 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 ; Mon, 24 Feb 2025 17:40:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211847 wayland-protocols 1.41 is the minimum requirement for the upcoming gtk4 release Signed-off-by: Markus Volk --- .../{wayland-protocols_1.40.bb => wayland-protocols_1.41.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.40.bb => wayland-protocols_1.41.bb} (91%) diff --git a/meta/recipes-graphics/wayland/wayland-protocols_1.40.bb b/meta/recipes-graphics/wayland/wayland-protocols_1.41.bb similarity index 91% rename from meta/recipes-graphics/wayland/wayland-protocols_1.40.bb rename to meta/recipes-graphics/wayland/wayland-protocols_1.41.bb index 4efc1bd548..e8ab9d84fc 100644 --- a/meta/recipes-graphics/wayland/wayland-protocols_1.40.bb +++ b/meta/recipes-graphics/wayland/wayland-protocols_1.41.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \ file://stable/presentation-time/presentation-time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53" SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/${PV}/downloads/wayland-protocols-${PV}.tar.xz" -SRC_URI[sha256sum] = "b21711793247c2c42763914392dfa9fcb9e3728ca4b4aa110adb8d915fc00689" +SRC_URI[sha256sum] = "2786b6b1b79965e313f2c289c12075b9ed700d41844810c51afda10ee329576b" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P.+)"