From patchwork Fri Nov 3 19:52:47 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: 33602 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 741D7C4167D for ; Fri, 3 Nov 2023 19:52:48 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.62972.1699041165501419489 for ; Fri, 03 Nov 2023 12:52:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=RuZdEZaz; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kRcjrh0d; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101018b96bec93e-a2591359-c13d-4c5f-bc0c-a41cf253f78b-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=1699041167; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=2PVhswZOOd5fz/wdcPcDTkpB6VtHc/xYKqmGNvvvY/I=; b=RuZdEZazWB9ct7K2L7s3yFZHCuJYWHGzlhD8G23tVfvRTL69RRsn9og2GKSPGbH4 SxQWrvI+YX5065YYkqBptZNssfhIx8zEhs2H4QtVOSIL9OT/mU6voqYkfYgMDJgn6QY bpUnP6IohyqisOeiJbpdamMTXJtwGtuJV2VQ5Urs= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041167; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=2PVhswZOOd5fz/wdcPcDTkpB6VtHc/xYKqmGNvvvY/I=; b=kRcjrh0d9gwu8BxAvyCeSXYEs43KF+ICmIlgzpcyKEsjSHG8w7EiTef6gJIlacGn 6QuraitVFo6ByuvGTBWxUPaIQdNIO9efTw8+bBO2c5xC4xuU4lMUS2av3D2cE982iAB N/AyNW0vF0YUDeRk0r/VlK13wQsAEJw4QLJQ516U= 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] hddtemp: upgrading to 15 FAILED Message-ID: <0101018b96bec93e-a2591359-c13d-4c5f-bc0c-a41cf253f78b-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:47 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-54.240.27.30 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:52:48 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105937 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *hddtemp* to *15* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-hddtemp-upgrade-0.3-beta15-15.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 a216a81c8f6f2ce67d92b12d556882ef1f105c88 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 13:07:24 +0000 Subject: [PATCH] hddtemp: upgrade 0.3-beta15 -> 15 --- .../hddtemp/{hddtemp_0.3-beta15.bb => hddtemp_15.bb} | 3 --- 1 file changed, 3 deletions(-) rename meta-oe/recipes-support/hddtemp/{hddtemp_0.3-beta15.bb => hddtemp_15.bb} (94%) diff --git a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb b/meta-oe/recipes-support/hddtemp/hddtemp_15.bb similarity index 94% rename from meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb rename to meta-oe/recipes-support/hddtemp/hddtemp_15.bb index e9d30977f..853d29add 100644 --- a/meta-oe/recipes-support/hddtemp/hddtemp_0.3-beta15.bb +++ b/meta-oe/recipes-support/hddtemp/hddtemp_15.bb @@ -2,8 +2,6 @@ SUMMARY = "Hard disk temperature monitor daemon" SECTION = "console/network" LICENSE = "GPL-2.0-or-later" -PR = "r1" - SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ file://hddtemp-no-nls-support.patch \ file://hddtemp_0.3-beta15-52.diff \ @@ -15,7 +13,6 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/hddtemp/hddtemp-0.3-beta15.tar.bz2 \ file://init \ " -SRC_URI[md5sum] = "8b829339e1ae9df701684ec239021bb8" SRC_URI[sha256sum] = "618541584054093d53be8a2d9e81c97174f30f00af91cb8700a97e442d79ef5b" LIC_FILES_CHKSUM = "file://GPL-2;md5=eb723b61539feef013de476e68b5c50a"