From d58f8911aec11ff0c201049ca1d88bcb87d0619e Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Tue, 14 Jul 2026 11:37:02 -0300 Subject: devregs: Set SUMMARY and order variables per oelint oelint-adv flagged the recipe for a missing SUMMARY and for SRCREV/SRC_URI/PV appearing out of the expected order. Add a SUMMARY, expand DESCRIPTION so it is longer than the summary (oelint.vars.descriptiontoobrief), and reorder the fetch variables to PV / SRC_URI / SRCREV as oelint expects. Metadata-only change; the built package is unaffected. oelint-adv now reports no findings for this recipe. Signed-off-by: Luciano Dittgen --- recipes-devtools/devregs/devregs_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb index 6a8c97cf9..4ac89c43f 100644 --- a/recipes-devtools/devregs/devregs_git.bb +++ b/recipes-devtools/devregs/devregs_git.bb @@ -1,12 +1,12 @@ -DESCRIPTION = "i.MX Register tool" +SUMMARY = "i.MX register access tool" +DESCRIPTION = "Command-line tool to read and write i.MX SoC registers by name" HOMEPAGE = "https://github.com/boundarydevices/devregs" SECTION = "devel" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" -SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" -SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" - PV = "1.0+${SRCPV}" +SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" +SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" inherit autotools -- cgit v1.2.3-54-g00ecf