From patchwork Fri Jul 17 05:31:45 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 92685 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 A0BBDC44519 for ; Fri, 17 Jul 2026 05:31:57 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.7367.1784266306190638446 for ; Thu, 16 Jul 2026 22:31:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=RWEOq8Cx; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=w5p4l+98; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019f6e8f2e81-618229b6-7ba9-4ac7-9f7c-950dde066535-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1784266305; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=a3CvaipiuZv+GIMV+t6ryk6yJaBVrsIl1xaESqrlwX4=; b=RWEOq8Cx4JzHuw+r7NIH3eL/XA1QOZZsA0AGNdcqcubxyHossAFutvGPQL8Jh3r5 z4kO4Apo776Qh6YML/0HQIk0rYu5erAGmWEVe5rqdpadaKkNAQAN8dE1LuM7qGoaZ2T 5bnv8ZxOABzUhT4cXvT9wDVuvPZCFOQP2bRYADg8= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1784266305; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=a3CvaipiuZv+GIMV+t6ryk6yJaBVrsIl1xaESqrlwX4=; b=w5p4l+98+10xzp6Yz31lY88tVk4RU2NDrE/aOcnQaET03eEbll5ewhPED+EReCHO Q5fgdjfBkDwe7GcoMQknw4FvBCETPlBIAo0sVTy5hCuvxrQGXEWlviolXSBJ2lieCe1 /4YhvcU2V7IbW5g71/T/LcXzH1Z51vQ7flSf3JY4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] wayland: upgrading to 1.26.0 SUCCEEDED Message-ID: <0101019f6e8f2e81-618229b6-7ba9-4ac7-9f7c-950dde066535-000000@us-west-2.amazonses.com> Date: Fri, 17 Jul 2026 05:31:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.17-54.240.27.23 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 17 Jul 2026 05:31:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241128 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *wayland* to *1.26.0* has Succeeded. Next steps: - apply the patch: git am 0001-wayland-upgrade-1.25.0-1.26.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 03365f276d84d6f5a28ea30cdef4adea6315dd03 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 17 Jul 2026 05:31:38 +0000 Subject: [PATCH] wayland: upgrade 1.25.0 -> 1.26.0 --- .../wayland/0001-build-Fix-strndup-detection-on-MinGW.patch | 4 ++-- .../wayland/0001-tests-Remove-event_loop_timer-test.patch | 2 +- .../wayland/{wayland_1.25.0.bb => wayland_1.26.0.bb} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.25.0.bb => wayland_1.26.0.bb} (96%) diff --git a/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch b/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch index d402fbf8b4..c60d01708c 100644 --- a/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch +++ b/meta/recipes-graphics/wayland/wayland/0001-build-Fix-strndup-detection-on-MinGW.patch @@ -1,4 +1,4 @@ -From b4a3b9f913e06f9b71966cd695df1ab14a031ed0 Mon Sep 17 00:00:00 2001 +From a3239f480eecc8d45bd15b8c0f6774424249a295 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 20 Feb 2020 15:20:45 -0600 Subject: [PATCH] build: Fix strndup detection on MinGW @@ -20,7 +20,7 @@ Signed-off-by: Denys Dmytriyenko 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build -index 33653e7..e05eaef 100644 +index 2c010be..3b6f8d7 100644 --- a/meson.build +++ b/meson.build @@ -49,12 +49,12 @@ have_funcs = [ diff --git a/meta/recipes-graphics/wayland/wayland/0001-tests-Remove-event_loop_timer-test.patch b/meta/recipes-graphics/wayland/wayland/0001-tests-Remove-event_loop_timer-test.patch index b225bec96d..3de3047314 100644 --- a/meta/recipes-graphics/wayland/wayland/0001-tests-Remove-event_loop_timer-test.patch +++ b/meta/recipes-graphics/wayland/wayland/0001-tests-Remove-event_loop_timer-test.patch @@ -1,4 +1,4 @@ -From 46da8d01e695f415aeb4a8442dbc13ae0898912c Mon Sep 17 00:00:00 2001 +From 022ef36fa8a9fe57a117a6cbc55d8b81bf0fa023 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 6 Nov 2025 08:35:26 -0700 Subject: [PATCH] tests: Remove event_loop_timer test diff --git a/meta/recipes-graphics/wayland/wayland_1.25.0.bb b/meta/recipes-graphics/wayland/wayland_1.26.0.bb similarity index 96% rename from meta/recipes-graphics/wayland/wayland_1.25.0.bb rename to meta/recipes-graphics/wayland/wayland_1.26.0.bb index a0bc13df56..c4e3c8b0f6 100644 --- a/meta/recipes-graphics/wayland/wayland_1.25.0.bb +++ b/meta/recipes-graphics/wayland/wayland_1.26.0.bb @@ -17,7 +17,7 @@ SRC_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/releases/${PV}/downl file://0001-build-Fix-strndup-detection-on-MinGW.patch \ file://0001-tests-Remove-event_loop_timer-test.patch \ " -SRC_URI[sha256sum] = "c065f040afdff3177680600f249727e41a1afc22fccf27222f15f5306faa1f03" +SRC_URI[sha256sum] = "64176eaa46e4969903e286f8e5ef8331affc17fdf03ac9b58381d2b23162b7a3" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/wayland/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P\d+\.\d+\.(?!9\d+)\d+)"