summaryrefslogtreecommitdiffstats
path: root/meta-oe/dynamic-layers
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2021-08-05 16:35:28 +0800
committerKhem Raj <raj.khem@gmail.com>2021-08-06 20:38:41 -0700
commit41abd1a21faca60fc688eb2cae76b03a78abc964 (patch)
tree704314386f40a5eb3567efa6511d4baf5439dbb5 /meta-oe/dynamic-layers
parent41fd0b47893cf14969106fd635f4e016662d7b6a (diff)
downloadmeta-openembedded-41abd1a21faca60fc688eb2cae76b03a78abc964.tar.gz
valijson: upgrade 0.4 -> 0.5
This is mostly a maintenance release. It addresses a number of warnings that were produced when compiling with warnings enabled (/W4) on MSVC. In some cases, warnings have been suppressed on a per-file basis, through the use of pragma statements. This was done to minimise the potential impact of changes required to exhaustively address these warnings. Bundled versions of gtest and rapidjson have also been updated, and several minor bug fixes have been included. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/dynamic-layers')
-rw-r--r--meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.5.bb (renamed from meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.5.bb
index a9302616b..9b6f19f58 100644
--- a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.4.bb
+++ b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.5.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2"
5 5
6SRC_URI = "git://github.com/tristanpenman/valijson.git" 6SRC_URI = "git://github.com/tristanpenman/valijson.git"
7SRCREV = "9183462118f58a3ca4be82b8f656f18707229737" 7SRCREV = "c5487c39eb900b97535f8b3a38a17af098c784e3"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10