summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-26 07:24:02 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-26 08:30:50 -0800
commitd019c5b3c40f7f7bbac1b1609310f4beabcaa467 (patch)
treeaba8a4d7b5bac9c180532be103c9f54651b65bcd
parent4283bca6101d23b1a36a1f859cd57f49095cdd54 (diff)
downloadmeta-openembedded-d019c5b3c40f7f7bbac1b1609310f4beabcaa467.tar.gz
jsoncons: upgrade 1.1.0 -> 1.2.0
Changelog: ============== - jsonpath length function with recursive select argument gives wrong result - Support nested JSON to CSV. Add flat, column_mapping, and max_nesting_depth options to basic_csv_options - Add raw_tag() accessor to basic_cbor_cursor. Add functions begin_object_with_tag, begin_array_with_tag, uint64_value_with_tag etc. to basic_cbor_encoder to support encoding values with raw CBOR tags. - Support custom JSON Schema error messages with errorMessage keyword. Add enable_custom_error_message option to evaluation_options. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/jsoncons/jsoncons_1.2.0.bb (renamed from meta-oe/recipes-support/jsoncons/jsoncons_1.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.1.0.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.2.0.bb
index bafbbd2042..9e43d42051 100644
--- a/meta-oe/recipes-support/jsoncons/jsoncons_1.1.0.bb
+++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.2.0.bb
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820"
6 6
7SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master"
8SRCREV = "eee098be8f774f64527281d5beb9e90aa9b73e06" 8SRCREV = "072d106130fd5d89a405a78b6b0e4f2efc45010d"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11