diff mbox series

[meta-arago,master/scarthgap,v3] stb: Update false version v2.31 -> v2.30

Message ID 20251209162634.223382-1-a-christidis@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap,v3] stb: Update false version v2.31 -> v2.30 | expand

Commit Message

Antonios Christidis Dec. 9, 2025, 4:26 p.m. UTC
From: Antonios Christidis <a-christidis@ti.com>

stb is a header only library, that does not have an overall version.
Instead it tracks individual header versions. All header versions can be
found within the README. The header with the highest version is labled
v2.30. v2.31 has never existed.

Also update the commit sha.

License-Update: README update due to new header file library
(stb_include.h)

Signed-off-by: Antonios Christidis <a-christidis@ti.com>
---
v3:
- Add epoch since version is going backwards

v2:
- Add License-Update reasoning

 meta-arago-extras/recipes-support/stb/stb_git.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Comments

PRC Automation Dec. 9, 2025, 4:52 p.m. UTC | #1
meta-arago / na / 20251209162634.223382-1-a-christidis

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master/scarthgap][PATCH v3] stb: Update false version v2.31 -> v2.30
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Tue, 9 Dec 2025 10:26:34 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 790bfa26a324b922822b8b33acc901f62b53fe0b

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202512040100
- Commit SHA: 410e1081aaedc1c525825851a9df7748b49cb659

Patches
----------------------------------------
All patches applied

scarthgap
=====================
Summary:
- Patch Series: [meta-arago][master/scarthgap][PATCH v3] stb: Update false version v2.31 -> v2.30
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Tue, 9 Dec 2025 10:26:34 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 790bfa26a324b922822b8b33acc901f62b53fe0b

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-wip
- Commit Author: Denys Dmytriyenko <denys@konsulko.com>
- Commit Subject: libyang: suppress multilib error
- Commit SHA: 9b5313c8d016b8a09fb6699839379d1e77a37110

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS

scarthgap
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed

scarthgap - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-support/stb/stb_git.bb b/meta-arago-extras/recipes-support/stb/stb_git.bb
index 7b0b6452..18e3fec2 100644
--- a/meta-arago-extras/recipes-support/stb/stb_git.bb
+++ b/meta-arago-extras/recipes-support/stb/stb_git.bb
@@ -1,11 +1,12 @@ 
 SUMMARY = "single-file public domain (or MIT licensed) libraries for C/C++"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README.md;md5=42144ce827adcfa5170032f0ea03c227"
+LIC_FILES_CHKSUM = "file://README.md;md5=b499fad62f2f8e336bbea84cc94d1e60"
 
-PV = "2.31"
+PV = "2.30"
+PE = "1"
 
 BRANCH = "master"
-SRCREV = "e6afb9cbae4064da8c3e69af3ff5c4629579c1d2"
+SRCREV = "f1c79c02822848a9bed4315b12c8c8f3761e1296"
 
 SRC_URI = " \
     git://github.com/nothings/stb.git;protocol=https;branch=${BRANCH} \