From patchwork Sat Feb 15 12:42:30 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 57390 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 B12C5C021AC for ; Sat, 15 Feb 2025 12:42:32 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web11.8066.1739623343288912062 for ; Sat, 15 Feb 2025 04:42:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=QS9Mct32; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=oweACdEK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 0101019509a1c24f-09c563ec-cd14-4d7d-b59c-ca4d837e922e-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=1739623351; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=LmWt1lScFqNpaG3DjQJC97urpgKIgNLwT/ktTk6rbAY=; b=QS9Mct32eoWZhWVrAKzuVOStsTPeZs1GnhBg/xHrOQEMOMn7IXaEw/OOeLzLZeB3 CS7h4uNNWQfz20z5TeNlMLrLE3m4eMPFkzsa79WqusXVaXaKa38/GiMWYADURPVtJup ek4f3oepC3ARZLVt0+tYaXF/MQn2WJ0S9/6q6rv0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1739623351; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=LmWt1lScFqNpaG3DjQJC97urpgKIgNLwT/ktTk6rbAY=; b=oweACdEKY2YaCYrAvKIcGL5OkOm5DrLG1GWdf9m9t2Y8B5iMd/DwjdyEavZ9jgi8 UFE6FUFNQmemZcMqFwoV7hsp4FPLf9nDxZsrTWq5wmjZo66dlMRNenNzPVAAcbaUQhv h/rnDSFGXRR6cM3bPishaNbU/mtgq+foQrBqFJGE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] puzzles: upgrading to 5edcabb967adb1b032bd46e4abb9c0015cd8a3c7 SUCCEEDED Message-ID: <0101019509a1c24f-09c563ec-cd14-4d7d-b59c-ca4d837e922e-000000@us-west-2.amazonses.com> Date: Sat, 15 Feb 2025 12:42:30 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.02.15-54.240.27.191 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 ; Sat, 15 Feb 2025 12:42:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/211473 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *puzzles* to *5edcabb967adb1b032bd46e4abb9c0015cd8a3c7* has Succeeded. Next steps: - apply the patch: git am 0001-puzzles-upgrade-to-latest-revision.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 756f32e8b06b4cbc4650ef27186caf7f10f72bf1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Feb 2025 11:02:16 +0000 Subject: [PATCH] puzzles: upgrade to latest revision --- meta/recipes-sato/puzzles/puzzles_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb index 677a9e291e..67dc6777d9 100644 --- a/meta/recipes-sato/puzzles/puzzles_git.bb +++ b/meta/recipes-sato/puzzles/puzzles_git.bb @@ -10,7 +10,7 @@ REQUIRED_DISTRO_FEATURES = "x11" SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https" UPSTREAM_CHECK_COMMITS = "1" -SRCREV = "79be403101d055d2fde3611a5f133135d4094ee9" +SRCREV = "5edcabb967adb1b032bd46e4abb9c0015cd8a3c7" PE = "2" PV = "0.0+git"