From patchwork Wed Nov 15 14:37:08 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: 34572 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 228A6C54F60 for ; Wed, 15 Nov 2023 14:37:11 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.14615.1700059029410658477 for ; Wed, 15 Nov 2023 06:37:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=DKgXCoTJ; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=Ow1lk7RI; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018bd36a1cfd-8a4571a3-f06e-48eb-a89b-d8d98d2a3c95-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=1700059029; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=vwPp6zQeReNNimKFzVD2DCMSEATwC54bM0rTJTSQkyQ=; b=DKgXCoTJrtjb3O4ZRQF2FLeHfPghE5I7reTPoDPfx5I98cw/lLAshxfyQuLnYFO5 ccOq3mMypQX5U76F4nBWJhwBJsH6PABqXB0NVrN7rSO4JStVtaS4bfLmSAccOJs/BMN KaBllPrrpzAJFe2WZKXZ/Q/evfb+cPrYT9SIXcmY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1700059029; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=vwPp6zQeReNNimKFzVD2DCMSEATwC54bM0rTJTSQkyQ=; b=Ow1lk7RIC6fiXrjRH5nHMNq0hzF5RhidgCC6KkQInl4V0+Q30z3htHNB6Zyg6xbG SkrDYArKeZ58a+vGK3KzEuVyaqrHSQBoggFJXxQbiA4mNUnWJAfMhDNGR0iR/D2itI3 1/1n4zVJsnEApEUnRklo9KvRsr8RD4BEw7XftXLQ= 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: <0101018bd36a1cfd-8a4571a3-f06e-48eb-a89b-d8d98d2a3c95-000000@us-west-2.amazonses.com> Date: Wed, 15 Nov 2023 14:37:08 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.15-54.240.27.45 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 ; Wed, 15 Nov 2023 14:37:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190610 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 108c0b38f75156f81507e83f4ae75626bbd711ff Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Nov 2023 05:47:20 +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"