diff mbox series

[AUH] python3-dtc: upgrading to 1.8.1 FAILED

Message ID 0101019e83d382c2-665b0b45-fdcd-4408-a711-bd10758ceae0-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-dtc: upgrading to 1.8.1 FAILED | expand

Commit Message

auh@yoctoproject.org June 1, 2026, 3:35 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-dtc* to *1.8.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-python3-dtc-upgrade-1.7.2-1.8.1.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 bed6644940f4c402ff4832bacc48f47381f385e1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 1 Jun 2026 08:24:21 +0000
Subject: [PATCH] python3-dtc: upgrade 1.7.2 -> 1.8.1

---
 .../python/{python3-dtc_1.7.2.bb => python3-dtc_1.8.1.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-dtc_1.7.2.bb => python3-dtc_1.8.1.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-dtc_1.7.2.bb b/meta/recipes-devtools/python/python3-dtc_1.8.1.bb
similarity index 93%
rename from meta/recipes-devtools/python/python3-dtc_1.7.2.bb
rename to meta/recipes-devtools/python/python3-dtc_1.8.1.bb
index 9525c340cd..d1e44b163c 100644
--- a/meta/recipes-devtools/python/python3-dtc_1.7.2.bb
+++ b/meta/recipes-devtools/python/python3-dtc_1.8.1.bb
@@ -13,7 +13,7 @@  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
 
 LIC_FILES_CHKSUM = "file://pylibfdt/libfdt.i;beginline=1;endline=6;md5=afda088c974174a29108c8d80b5dce90"
 
-SRCREV = "2d10aa2afe35527728db30b35ec491ecb6959e5c"
+SRCREV = "8f48565e5cfedc74d3f7512f1e0188e9d85dc1de"
 
 PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"