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. Signed-off-by: Antonios Christidis <[email protected]> --- 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" BRANCH = "master" -SRCREV = "e6afb9cbae4064da8c3e69af3ff5c4629579c1d2" +SRCREV = "f1c79c02822848a9bed4315b12c8c8f3761e1296" SRC_URI = " \ git://github.com/nothings/stb.git;protocol=https;branch=${BRANCH} \ -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16872): https://lists.yoctoproject.org/g/meta-arago/message/16872 Mute This Topic: https://lists.yoctoproject.org/mt/116683978/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
