From patchwork Fri Nov 3 19:52:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33651 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 B5140C4708E for ; Fri, 3 Nov 2023 19:53:05 +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.62980.1699041166512237170 for ; Fri, 03 Nov 2023 12:53:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=f4AoEdQK; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=GslMahpq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018b96bef90e-731cfeda-6fb9-43df-bbf3-2a50c855fe11-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=1699041180; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=eAHAYXHuhCVnfklkssd2doK3kuUAsOVDKNoPBEIARD0=; b=f4AoEdQKnO66zNYlOqRTVKprmjrCvLu8ZOeHSRIhZue7XaQTpGkpBOwZffz0dbUT rXO5EW4USRnD8nsNYRoD3Rv/YxWXn/ErePseEWrZ69Fw/lHK8McbFcnNpPF4h1SbdfW aJ+sIO83N7SqRfZbVyQ5ULHxMRWz7kSpqvp9RYio= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041180; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=eAHAYXHuhCVnfklkssd2doK3kuUAsOVDKNoPBEIARD0=; b=GslMahpqxzEERosZ0DGQAFdNsFAKVANRX/MabwQEAOp3xrcMcNSDH9s8//RLtOB1 8944Zh5HdmHL2FwtbJI+NAt2FZ0xrKTJLcjWdzvpWt+B5fTq/3OR1+q8LrM68Z+gkAk rHfOHqV9dplHF6yWCDKIFDVNaE60TXjZVA5ICaM0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] yad: upgrading to 13.0 FAILED Message-ID: <0101018b96bef90e-731cfeda-6fb9-43df-bbf3-2a50c855fe11-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:59 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-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 ; Fri, 03 Nov 2023 19:53:05 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106045 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *yad* to *13.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-yad-upgrade-6.0-13.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 e94d202cfc8345c81946ebdbc2634c7bed30bb98 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 19:41:15 +0000 Subject: [PATCH] yad: upgrade 6.0 -> 13.0 --- meta-oe/recipes-graphics/yad/{yad_6.0.bb => yad_13.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-graphics/yad/{yad_6.0.bb => yad_13.0.bb} (90%) diff --git a/meta-oe/recipes-graphics/yad/yad_6.0.bb b/meta-oe/recipes-graphics/yad/yad_13.0.bb similarity index 90% rename from meta-oe/recipes-graphics/yad/yad_6.0.bb rename to meta-oe/recipes-graphics/yad/yad_13.0.bb index 9e46215fd..032cad13f 100644 --- a/meta-oe/recipes-graphics/yad/yad_6.0.bb +++ b/meta-oe/recipes-graphics/yad/yad_13.0.bb @@ -5,7 +5,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = "git://github.com/v1cont/yad.git;branch=master;protocol=https" -SRCREV = "a5b1a7a3867bc7dffbbc539f586f301687b6ec02" +SRCREV = "fbfb0fafb06fad14b5ddc2d7a9a3064022ee41b4" inherit autotools gsettings features_check pkgconfig