To: ['Yi Zhao '] To: openembedded-core@lists.openembedded.org Subject: [AUH] less: upgrading to 692 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260218093701/all/less/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260218093701/all/less/0001-less-upgrade-691-692.patch Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *less* to *692* has Succeeded. Next steps: - apply the patch: git am 0001-less-upgrade-691-692.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 d5054bac9c66612543f7e75a10fd423483993be6 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 18 Feb 2026 14:37:19 +0000 Subject: [PATCH] less: upgrade 691 -> 692 --- .../less/{less_691.bb => less_692.bb} | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) rename meta/recipes-extended/less/{less_691.bb => less_692.bb} (66%) diff --git a/meta/recipes-extended/less/less_691.bb b/meta/recipes-extended/less/less_692.bb similarity index 66% rename from meta/recipes-extended/less/less_691.bb rename to meta/recipes-extended/less/less_692.bb index 8354dc4486..7b058947ae 100644 --- a/meta/recipes-extended/less/less_691.bb +++ b/meta/recipes-extended/less/less_692.bb @@ -1,3 +1,25 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -2,7 +2,7 @@ +# ------------ +# +# Less +# -Copyright (C) 1984-2025 Mark Nudelman +# +Copyright (C) 1984-2026 Mark Nudelman +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# +# + SUMMARY = "Text file viewer similar to more" DESCRIPTION = "Less is a program similar to more, i.e. a terminal \ based program for viewing text files and the output from other \ @@ -21,7 +43,7 @@ SECTION = "console/utils" LICENSE = "GPL-3.0-or-later | BSD-2-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ - file://LICENSE;md5=8051a271adb36d1462531a3b40c22878 \ + file://LICENSE;md5=bee5763a5e2bccdcdbd9bfe982ffc82b \ " DEPENDS = "ncurses" @@ -29,7 +51,7 @@ SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \ file://run-ptest \ " -SRC_URI[sha256sum] = "88b480eda1bb4f92009f7968b23189eaf1329211f5a3515869e133d286154d25" +SRC_URI[sha256sum] = "61300f603798ecf1d7786570789f0ff3f5a1acf075a6fb9f756837d166e37d14" UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html" -- 2.47.1