diff options
| author | wangmy <wangmy@fujitsu.com> | 2021-09-27 20:54:15 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-27 11:34:56 -0700 |
| commit | d496950bdeea7d31705fd9c03314ee1827d130ab (patch) | |
| tree | 6f69a389e26397db51845a53849b1a693a3bb261 | |
| parent | e06935c6c13cbec3b8765d849e82bef891a2350d (diff) | |
| download | meta-openembedded-d496950bdeea7d31705fd9c03314ee1827d130ab.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.6.bb (renamed from meta-oe/dynamic-layers/networking-layer/recipes-devtools/valijson/valijson_0.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=015106c62262b2383f6c72063f0998f2" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/tristanpenman/valijson.git" | 6 | SRC_URI = "git://github.com/tristanpenman/valijson.git" |
| 7 | SRCREV = "c5487c39eb900b97535f8b3a38a17af098c784e3" | 7 | SRCREV = "2dfc7499a31b84edef71189f4247919268ebc74e" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
