diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-22 16:48:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-23 19:35:02 -0700 |
commit | 9ddc1594156d2f17962c9e93d788e8054057a3a1 (patch) | |
tree | b5dc93be855943737137ed45bd31e42e992f0aad | |
parent | ed1364e726dc79ec98993a92467d1f0049326aee (diff) | |
download | meta-openembedded-9ddc1594156d2f17962c9e93d788e8054057a3a1.tar.gz |
jsoncons: upgrade 1.3.1 -> 1.3.2
- Fixed bug:
- Git Issue #607: Fixed issue with 'staj_object_view' and 'staj_array_view' iterators that got introduced
as a consequence of a change in 1.3.1
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.3.2.bb (renamed from meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb index 49db67b1c4..781a0ef18f 100644 --- a/meta-oe/recipes-support/jsoncons/jsoncons_1.3.1.bb +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.3.2.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "BSL-1.0" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" | 7 | SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" |
8 | SRCREV = "9ccf27f2b1a142d737f0dcc42780d8b02baf9743" | 8 | SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||