From d496950bdeea7d31705fd9c03314ee1827d130ab Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 27 Sep 2021 20:54:15 +0800 Subject: [PATCH] valijson: upgrade 0.5 -> 0.6 This release includes several new contributions, such as support for URN document references (thanks to @rayvincent2) and a new Boost.JSON adapter (thanks @matty0ung). Loading sub-schemas from other files is also now supported. This release also includes some minor bug fixes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../valijson/{valijson_0.5.bb => valijson_0.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/{valijson_0.5.bb => valijson_0.6.bb} (96%) diff --git a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.5.bb b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb similarity index 96% rename from meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.5.bb rename to meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb index 9b6f19f58f..a57aaf08a8 100644 --- a/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.5.bb +++ b/meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2" SRC_URI = "git://github.com/tristanpenman/valijson.git" -SRCREV = "c5487c39eb900b97535f8b3a38a17af098c784e3" +SRCREV = "2dfc7499a31b84edef71189f4247919268ebc74e" S = "${WORKDIR}/git"