summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:37:02 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:37:02 -0300
commitd58f8911aec11ff0c201049ca1d88bcb87d0619e (patch)
treed6b8dda3708cfbe1b2cb3bfdabb4c15111f4be62
parent50199d02aea672ecf58f1c3db6f3e7d0137e9cc9 (diff)
downloadmeta-freescale-d58f8911aec11ff0c201049ca1d88bcb87d0619e.tar.gz
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 <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-devtools/devregs/devregs_git.bb8
1 files 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 @@
1DESCRIPTION = "i.MX Register tool" 1SUMMARY = "i.MX register access tool"
2DESCRIPTION = "Command-line tool to read and write i.MX SoC registers by name"
2HOMEPAGE = "https://github.com/boundarydevices/devregs" 3HOMEPAGE = "https://github.com/boundarydevices/devregs"
3SECTION = "devel" 4SECTION = "devel"
4LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" 6LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
6 7
7SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71"
8SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master"
9
10PV = "1.0+${SRCPV}" 8PV = "1.0+${SRCPV}"
9SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master"
10SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71"
11 11
12inherit autotools 12inherit autotools