Re: [meta-arago][master/scarthgap][PATCH v2] stb: Update false version v2.31 -> v2.30
Denys Dmytriyenko <[email protected]>
| Newsgroups | org.yoctoproject.lists.meta-arago |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Dec 08, 2025 at 03:27:18PM -0600, Antonios Christidis via lists.yoctoproject.org wrote: > From: Antonios Christidis <[email protected]> > > 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 <[email protected]> > --- > > 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