From patchwork Thu May 15 12:31:50 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: 63010 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 8C478C3ABC9 for ; Thu, 15 May 2025 12:31:59 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web10.11254.1747312304903867747 for ; Thu, 15 May 2025 05:31:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=M7Ck6Pnr; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=WB8RrPjh; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010196d3edf91b-d08b04f2-6f40-47fb-9ef9-b3216090400f-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1747312310; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=XeBvQKQKBSL87oExVL5uqDbxYQ6amlmKcqo2Z0b6EnQ=; b=M7Ck6Pnr+xpwWHv6xHrUu/u8az6vw23UdimNUqQP0cSaNT+uyhwAmaxvzCj2UDJT q03niqTehuzTDO0gbPNqMBk3KtXEvV787k32m4bbCTn+1Bl5RgqdQ0KUExzhsKcBADY ZpBsabDVbTAHWOjS13QnRXJ/66k7jPTwd4Uj0ic0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1747312310; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=XeBvQKQKBSL87oExVL5uqDbxYQ6amlmKcqo2Z0b6EnQ=; b=WB8RrPjh0OmPiX01bQOlXLi7tL4pxk7gdQroDdbfG6VcCMHuOUaBUFApCmljNaIR kpku2kGkQPdsRIqsCgyI04D/n/YwAiS8TBmTtbhZUnXcpFdidVemmvzdDwU4UiDIQbZ Cux4IPrurjDTq/+CsR6XKFLE3mDVflKYSTt+5FBo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Yi Zhao Cc: openembedded-core@lists.openembedded.org Subject: [AUH] psplash: upgrading to 53ae74a36bf17675228552abb927d2f981940a6a SUCCEEDED Message-ID: <01010196d3edf91b-d08b04f2-6f40-47fb-9ef9-b3216090400f-000000@us-west-2.amazonses.com> Date: Thu, 15 May 2025 12:31:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.05.15-54.240.27.29 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 ; Thu, 15 May 2025 12:31:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/216595 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *psplash* to *53ae74a36bf17675228552abb927d2f981940a6a* has Succeeded. Next steps: - apply the patch: git am 0001-psplash-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 8edf8221c2bc0780fa7c092c4ed9a17b8dcc1a2c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 May 2025 07:17:46 +0000 Subject: [PATCH] psplash: upgrade to latest revision --- meta/recipes-core/psplash/psplash_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 712fff7bd0..f3647d389d 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb @@ -6,7 +6,7 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://psplash.h;beginline=1;endline=8;md5=8f232c1e95929eacab37f00900580224" DEPENDS = "gdk-pixbuf-native" -SRCREV = "1f64c654129fdb6a1b75d8c16e3bcdd986468083" +SRCREV = "53ae74a36bf17675228552abb927d2f981940a6a" PV = "0.1+git" SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \