From patchwork Sun Oct 15 19:45:13 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: 32337 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 E103AC04FEC for ; Sun, 15 Oct 2023 19:45:24 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.102700.1697399113846607371 for ; Sun, 15 Oct 2023 12:45:13 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=HbLqraBb; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Fj5k/CqH; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.33, mailfrom: 0101018b34df0555-7347b411-4a44-4d84-b5be-3c44f224344f-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1697399113; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=qv0mD53REYZmntcgyxeD3T2QxNaGyDekb3O39RvGCFY=; b=HbLqraBbcDjVhlRzMTLEhQy3tLCwpN1Kco0FAwlHcdWvxW512UQgiN1eKIRWW6kz msTgZ8GaT3A3CBDgcTYIydCDyzK7pxFVECeootjW9Y2ISTTp2Cib0ryjGrbHtdYC8JI 7p7e70Fdvh7dmfiw5w+hECTmRDnLMzglcw5i1APM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1697399113; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=qv0mD53REYZmntcgyxeD3T2QxNaGyDekb3O39RvGCFY=; b=Fj5k/CqHPyn+4N+fnjcK+bU27BofrYXle6WE5Tf5ClPNrhrSWCJYLBQamlt8Bq8r SlGErrXFMbJTgK2LT7t0MSkeLGMybUQkeP91mMMalrVG8O6NYLnnn6wrk/LI8SxQQSc KK1WmCXRF9IIOUmbjzBqhfFqvN2F56FT3csgtDE0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] desktop-file-utils: upgrading to 0.27 FAILED Message-ID: <0101018b34df0555-7347b411-4a44-4d84-b5be-3c44f224344f-000000@us-west-2.amazonses.com> Date: Sun, 15 Oct 2023 19:45:13 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.10.15-54.240.27.33 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 ; Sun, 15 Oct 2023 19:45:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189167 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *desktop-file-utils* to *0.27* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-desktop-file-utils-upgrade-0.26-0.27.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 eb3e2723faab40870878deb83340e3f3b1ebb145 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Oct 2023 09:04:49 +0000 Subject: [PATCH] desktop-file-utils: upgrade 0.26 -> 0.27 --- .../{desktop-file-utils_0.26.bb => desktop-file-utils_0.27.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/desktop-file-utils/{desktop-file-utils_0.26.bb => desktop-file-utils_0.27.bb} (84%) diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb similarity index 84% rename from meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb rename to meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb index f6d1146e89..6c3f8b1921 100644 --- a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.26.bb +++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416" SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz" -SRC_URI[md5sum] = "29739e005f5887cf41639b8450f3c23f" -SRC_URI[sha256sum] = "b26dbde79ea72c8c84fb7f9d870ffd857381d049a86d25e0038c4cef4c747309" +SRC_URI[sha256sum] = "a0817df39ce385b6621880407c56f1f298168c040c2032cedf88d5b76affe836" DEPENDS = "glib-2.0"