diff mbox series

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

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

Commit Message

Antonios Christidis Dec. 8, 2025, 9:27 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>
---

v2:
- Add License-Update reasoning 

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

Comments

PRC Automation Dec. 8, 2025, 9:50 p.m. UTC | #1
meta-arago / na / 20251208212718.4002485-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 v2] stb: Update false version v2.31 -> v2.30
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Mon, 8 Dec 2025 15:27:18 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: c7c49f4269055553b872e37d0f26099d2b7cb1b2

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 v2] stb: Update false version v2.31 -> v2.30
- Submitter: From: <a-christidis@ti.com>
From: Antonios Christidis <a-christidis@ti.com>
- Date: Date: Mon, 8 Dec 2025 15:27:18 -0600
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: c7c49f4269055553b872e37d0f26099d2b7cb1b2

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
Denys Dmytriyenko Dec. 9, 2025, 3:10 p.m. UTC | #2
On Mon, Dec 08, 2025 at 03:27:18PM -0600, Antonios Christidis via lists.yoctoproject.org wrote:
> 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>
> ---
> 
> v2:
> - Add License-Update reasoning 
> 
>  meta-arago-extras/recipes-support/stb/stb_git.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-support/stb/stb_git.bb b/meta-arago-extras/recipes-support/stb/stb_git.bb
> index 01443f7a..ecc9911c 100644
> --- a/meta-arago-extras/recipes-support/stb/stb_git.bb
> +++ b/meta-arago-extras/recipes-support/stb/stb_git.bb
> @@ -1,11 +1,11 @@
>  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"

The version should never go backwards - this will cause problems with package 
feeds, releases and distro upgradeability.

If you absolutely must do this, you also need to bump the epoch (PE):
https://docs.yoctoproject.org/ref-manual/variables.html#term-PE


>  BRANCH = "master"
> -SRCREV = "e6afb9cbae4064da8c3e69af3ff5c4629579c1d2"
> +SRCREV = "f1c79c02822848a9bed4315b12c8c8f3761e1296"
>  
>  SRC_URI = " \
>      git://github.com/nothings/stb.git;protocol=https;branch=${BRANCH} \
> -- 
> 2.34.1
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 01443f7a..ecc9911c 100644
--- a/meta-arago-extras/recipes-support/stb/stb_git.bb
+++ b/meta-arago-extras/recipes-support/stb/stb_git.bb
@@ -1,11 +1,11 @@ 
 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"
 
 BRANCH = "master"
-SRCREV = "e6afb9cbae4064da8c3e69af3ff5c4629579c1d2"
+SRCREV = "f1c79c02822848a9bed4315b12c8c8f3761e1296"
 
 SRC_URI = " \
     git://github.com/nothings/stb.git;protocol=https;branch=${BRANCH} \