diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:50:23 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-14 11:50:23 -0300 |
| commit | 734b3bdbaed1efafca8f265d5cc4baa2ba057c13 (patch) | |
| tree | 62eec634f02ea745d06132b9d451b75d26099ce7 /recipes-devtools | |
| parent | b40fc4f68245ec4010b9d1d541d8a792fe3368bc (diff) | |
| download | meta-freescale-734b3bdbaed1efafca8f265d5cc4baa2ba057c13.tar.gz | |
stb: Set DESCRIPTION/SECTION and order variables per oelint
oelint-adv flagged a missing DESCRIPTION, a suggested SECTION, and
SRC_URI appearing after SRCREV.
Add DESCRIPTION and SECTION and swap SRC_URI ahead of 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/stb/stb_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/stb/stb_git.bb b/recipes-devtools/stb/stb_git.bb index 5dde7c1c5..db165588b 100644 --- a/recipes-devtools/stb/stb_git.bb +++ b/recipes-devtools/stb/stb_git.bb | |||
| @@ -1,12 +1,14 @@ | |||
| 1 | SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++" | 1 | SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++" |
| 2 | DESCRIPTION = "Collection of single-file public domain (or MIT licensed) libraries for C/C++ covering image loading and writing, font rasterisation and more" | ||
| 2 | HOMEPAGE = "https://github.com/nothings/stb" | 3 | HOMEPAGE = "https://github.com/nothings/stb" |
| 4 | SECTION = "libs" | ||
| 3 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2" | 6 | LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2" |
| 5 | 7 | ||
| 6 | PV = "0.0+git${SRCPV}" | 8 | PV = "0.0+git${SRCPV}" |
| 7 | 9 | ||
| 8 | SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0" | ||
| 9 | SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master" |
| 11 | SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0" | ||
| 10 | 12 | ||
| 11 | do_install() { | 13 | do_install() { |
| 12 | install -d ${D}${includedir} | 14 | install -d ${D}${includedir} |
