diff mbox series

[AUH] less: upgrading to 704 FAILED

Message ID 0101019eb7869730-3324d5dd-447c-4a49-91f4-3094df58337c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] less: upgrading to 704 FAILED | expand

Commit Message

auh@yoctoproject.org June 11, 2026, 4:31 p.m. UTC
Hello,

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

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-less-upgrade-692-704.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 bfd730ddc7e3ea6c1e99c690e1da46616d00a27e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 11 Jun 2026 11:16:53 +0000
Subject: [PATCH] less: upgrade 692 -> 704

---
 meta/recipes-extended/less/{less_692.bb => less_704.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/less/{less_692.bb => less_704.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/less/less_692.bb b/meta/recipes-extended/less/less_704.bb
similarity index 95%
rename from meta/recipes-extended/less/less_692.bb
rename to meta/recipes-extended/less/less_704.bb
index 6f621905a0..c6dad7eb06 100644
--- a/meta/recipes-extended/less/less_692.bb
+++ b/meta/recipes-extended/less/less_704.bb
@@ -29,7 +29,7 @@  SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = "61300f603798ecf1d7786570789f0ff3f5a1acf075a6fb9f756837d166e37d14"
+SRC_URI[sha256sum] = "20a0b0a2bb2525fa53c7eee9beb854b4c9cf172eabb209af7020743547bfe9fb"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"