diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-10 17:03:08 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-10 07:20:41 -0700 |
| commit | 3b24cb382171682ceb65fe84ed9eb0f7be8b77ab (patch) | |
| tree | 6e2805c9a057c64485ba5c2e892934b5344dc5cf | |
| parent | 1095ad51bba93e415446dd338378b7bea162aef6 (diff) | |
| download | meta-openembedded-3b24cb382171682ceb65fe84ed9eb0f7be8b77ab.tar.gz | |
valijson: upgrade 1.0.2 -> 1.0.3
Changelog:
===========
- Fix typos in RapidJsonAdapter, only failing when certain features are used
- Added explicit default move constructors/operators
- Various cosmetic fixes
- Implemented functioning move constructors/operators
- Compatibility with boost-1.85.0
- Ability to customize regular expression engine
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/valijson/valijson_1.0.3.bb (renamed from meta-oe/recipes-devtools/valijson/valijson_1.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/valijson/valijson_1.0.2.bb b/meta-oe/recipes-devtools/valijson/valijson_1.0.3.bb index f531218aeb..82201211b9 100644 --- a/meta-oe/recipes-devtools/valijson/valijson_1.0.2.bb +++ b/meta-oe/recipes-devtools/valijson/valijson_1.0.3.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5c4583a434195e4f3b418e17c8ca2daf" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/tristanpenman/valijson.git;branch=master;protocol=https" |
| 7 | SRCREV = "0b4771e273a065d437814baf426bcfcafec0f434" | 7 | SRCREV = "fc9ddf14db683c9443c48ae3a6bf83e0ce3ad37c" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
