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]> --- 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(-) 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} \ -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16877): https://lists.yoctoproject.org/g/meta-arago/message/16877 Mute This Topic: https://lists.yoctoproject.org/mt/116696192/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
