summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/valijson
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-07 16:29:47 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-09 10:17:15 -0800
commitf177906504db32de89336c9ad103be490b563875 (patch)
tree6dccd85c7eb3a45abf97b9a294527ded490aaf2d /meta-oe/recipes-devtools/valijson
parent9152452b0155b858d2ed5fd6de0e4c974fe535af (diff)
downloadmeta-openembedded-f177906504db32de89336c9ad103be490b563875.tar.gz
valijson: upgrade 0.7 -> 1.0
License-update: "Akamai Technolgies" changed to "Akamai Technologies" Changelog: =========== Transition to using submodules for vendored-in parser libraries Fixes for the implementation of YamlCppObject::find() Use the correct version of std::string::replace in the extractReferenceToken helper function Avoid throwing exceptions when using operator new in the CustomAllocator class Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/valijson')
-rw-r--r--meta-oe/recipes-devtools/valijson/valijson_1.0.bb (renamed from meta-oe/recipes-devtools/valijson/valijson_0.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/valijson/valijson_0.7.bb b/meta-oe/recipes-devtools/valijson/valijson_1.0.bb
index 3bb89ee8f1..52475522ad 100644
--- a/meta-oe/recipes-devtools/valijson/valijson_0.7.bb
+++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.bb
@@ -1,10 +1,10 @@
1SUMMARY = "Header-only C++ library for JSON Schema validation" 1SUMMARY = "Header-only C++ library for JSON Schema validation"
2HOMEPAGE = "https://github.com/tristanpenman/valijson" 2HOMEPAGE = "https://github.com/tristanpenman/valijson"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf"
5 5
6SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https" 6SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https"
7SRCREV = "94d3bfd39ad4dca1be0f700b5eea8e4234d0e7e8" 7SRCREV = "78ac8a737df56b5334354efe104ea8f99e2a2f00"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10