From patchwork Mon Jul 1 16:57:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45889 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 ED5B7C52D7D for ; Mon, 1 Jul 2024 16:58:01 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.2195.1719853077562655737 for ; Mon, 01 Jul 2024 09:57:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=bHzD7jms; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=lxBpCxEx; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101906f3b50e5-eed6a6a2-83af-45d0-a631-2a3bf8a98d1a-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1719853076; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=c7qrVIa75+cr+5o8H0MF7eL3Y8KyUziCeaFKF5WAdcA=; b=bHzD7jms/LZgABTH/ZxJiHEY2rKg8kV5CR7LrorLIkUzr3oxOEK9Pm2jIcfR3enJ aY6mgfoQ119oNtwBzUXL62Vf98GqMoCGQjbvsTdvoCkYhaXIL9d2XLuxAZYaJegQ63W s+VjsVT+QJnYhXjvgBQcGhkqHFceciqI4Uf27zZc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1719853076; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=c7qrVIa75+cr+5o8H0MF7eL3Y8KyUziCeaFKF5WAdcA=; b=lxBpCxExe5UOUGQEtOGrrBryhYBkByKszJcU03lKTHoZs5VDVYqFEgWe5qzeF3mY iehJ4TWOoKi9gbJhMokGaEbRHKt3xKW2bsXjcx7pEgCtoLJna24u45SH+e7i7p3fe2D GgcTqOwVQ3sSPiPMkGp0sumHyw6JGu+E7eH0pVKs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Denys Dmytriyenko Cc: openembedded-core@lists.openembedded.org Subject: [AUH] weston: upgrading to 13.0.3 SUCCEEDED Message-ID: <010101906f3b50e5-eed6a6a2-83af-45d0-a631-2a3bf8a98d1a-000000@us-west-2.amazonses.com> Date: Mon, 1 Jul 2024 16:57:56 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.01-54.240.27.193 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, 01 Jul 2024 16:58:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201388 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *weston* to *13.0.3* has Succeeded. Next steps: - apply the patch: git am 0001-weston-upgrade-13.0.1-13.0.3.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 1e4b5bd55d378fae2e8fa370c7a9246e9296c7c5 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jul 2024 14:04:41 +0000 Subject: [PATCH] weston: upgrade 13.0.1 -> 13.0.3 --- ...1-libweston-tools-Include-libgen.h-for-basename-signat.patch | 2 +- .../wayland/{weston_13.0.1.bb => weston_13.0.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{weston_13.0.1.bb => weston_13.0.3.bb} (98%) diff --git a/meta/recipes-graphics/wayland/weston/0001-libweston-tools-Include-libgen.h-for-basename-signat.patch b/meta/recipes-graphics/wayland/weston/0001-libweston-tools-Include-libgen.h-for-basename-signat.patch index fbec9f9d4e..617e09edaa 100644 --- a/meta/recipes-graphics/wayland/weston/0001-libweston-tools-Include-libgen.h-for-basename-signat.patch +++ b/meta/recipes-graphics/wayland/weston/0001-libweston-tools-Include-libgen.h-for-basename-signat.patch @@ -1,4 +1,4 @@ -From e050830898ea37d30ef1c5339cb1665bdb92dcdc Mon Sep 17 00:00:00 2001 +From 8b80e068d3dc5528f0dd6bf5fa2143bb2dc4174d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 14 Dec 2023 09:13:54 -0800 Subject: [PATCH] libweston,tools: Include libgen.h for basename signature diff --git a/meta/recipes-graphics/wayland/weston_13.0.1.bb b/meta/recipes-graphics/wayland/weston_13.0.3.bb similarity index 98% rename from meta/recipes-graphics/wayland/weston_13.0.1.bb rename to meta/recipes-graphics/wayland/weston_13.0.3.bb index eae13e1c21..e4843d38f7 100644 --- a/meta/recipes-graphics/wayland/weston_13.0.1.bb +++ b/meta/recipes-graphics/wayland/weston_13.0.3.bb @@ -14,7 +14,7 @@ SRC_URI = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${PV}/downlo file://systemd-notify.weston-start \ " -SRC_URI[sha256sum] = "ea1566ab4f5ffce7e9fd4f7a1fca5b30caae4d50023bf459213994094e02b29a" +SRC_URI[sha256sum] = "27f68d96e3b97d98daadef13a202356524924fa381418fa6716b9136ef099093" UPSTREAM_CHECK_URI = "https://gitlab.freedesktop.org/wayland/weston/-/tags" UPSTREAM_CHECK_REGEX = "releases/(?P\d+\.\d+\.(?!9\d+)\d+)"