From 734b3bdbaed1efafca8f265d5cc4baa2ba057c13 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Tue, 14 Jul 2026 11:50:23 -0300 Subject: 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 --- recipes-devtools/stb/stb_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-devtools') 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 @@ SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++" +DESCRIPTION = "Collection of single-file public domain (or MIT licensed) libraries for C/C++ covering image loading and writing, font rasterisation and more" HOMEPAGE = "https://github.com/nothings/stb" +SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://stb.h;beginline=14418;endline=14433;md5=b10975d4c8155af1811ab611586f01d2" PV = "0.0+git${SRCPV}" -SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0" SRC_URI = "git://github.com/nothings/stb.git;protocol=https;branch=master" +SRCREV = "f67165c2bb2af3060ecae7d20d6f731173485ad0" do_install() { install -d ${D}${includedir} -- cgit v1.2.3-54-g00ecf