diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:37:02 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:37:02 -0300 |
| commit | d58f8911aec11ff0c201049ca1d88bcb87d0619e (patch) | |
| tree | d6b8dda3708cfbe1b2cb3bfdabb4c15111f4be62 /recipes-devtools | |
| parent | 50199d02aea672ecf58f1c3db6f3e7d0137e9cc9 (diff) | |
| download | meta-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>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/devregs/devregs_git.bb | 8 |
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 @@ | |||
| 1 | DESCRIPTION = "i.MX Register tool" | 1 | SUMMARY = "i.MX register access tool" |
| 2 | DESCRIPTION = "Command-line tool to read and write i.MX SoC registers by name" | ||
| 2 | HOMEPAGE = "https://github.com/boundarydevices/devregs" | 3 | HOMEPAGE = "https://github.com/boundarydevices/devregs" |
| 3 | SECTION = "devel" | 4 | SECTION = "devel" |
| 4 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" |
| 6 | 7 | ||
| 7 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" | ||
| 8 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" | ||
| 9 | |||
| 10 | PV = "1.0+${SRCPV}" | 8 | PV = "1.0+${SRCPV}" |
| 9 | SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master" | ||
| 10 | SRCREV = "dcc3e3f26d3d867d5297a104dc32bd99f5e6fa71" | ||
| 11 | 11 | ||
| 12 | inherit autotools | 12 | inherit autotools |
