summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:50:23 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-07-14 11:50:23 -0300
commit734b3bdbaed1efafca8f265d5cc4baa2ba057c13 (patch)
tree62eec634f02ea745d06132b9d451b75d26099ce7 /recipes-devtools
parentb40fc4f68245ec4010b9d1d541d8a792fe3368bc (diff)
downloadmeta-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.bb4
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 @@
1SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++" 1SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++"
2DESCRIPTION = "Collection of single-file public domain (or MIT licensed) libraries for C/C++ covering image loading and writing, font rasterisation and more"
2HOMEPAGE = "https://github.com/nothings/stb" 3HOMEPAGE = "https://github.com/nothings/stb"
4SECTION = "libs"
3LICENSE = "MIT" 5LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2" 6LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2"
5 7
6PV = "0.0+git${SRCPV}" 8PV = "0.0+git${SRCPV}"
7 9
8SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0"
9SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master" 10SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master"
11SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0"
10 12
11do_install() { 13do_install() {
12 install -d ${D}${includedir} 14 install -d ${D}${includedir}