diff mbox series

[AUH] hddtemp: upgrading to 15 FAILED

Message ID 0101018b96bec93e-a2591359-c13d-4c5f-bc0c-a41cf253f78b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] hddtemp: upgrading to 15 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"