diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-09 17:55:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-09 09:08:15 -0800 |
| commit | f197f76f0788c7a4b86f45a36296c00cc4c228f7 (patch) | |
| tree | 068aeef6add22bf824adfbf3d35d2bbd5b2e18f2 /meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb | |
| parent | 96ba71fbb351684fd4c5c4d87a6d929e9ba5969a (diff) | |
| download | meta-openembedded-f197f76f0788c7a4b86f45a36296c00cc4c228f7.tar.gz | |
jsoncons: upgrade 1.4.3 -> 1.5.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb b/meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb new file mode 100644 index 0000000000..1321f824ee --- /dev/null +++ b/meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "A C++, header-only library for constructing JSON and JSON-like data formats." | ||
| 2 | HOMEPAGE = "https://github.com/danielaparker/jsoncons" | ||
| 3 | |||
| 4 | LICENSE = "BSL-1.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}" | ||
| 8 | SRCREV = "95a220dff2d927f15e1fe0c7dac2821b7134e4c9" | ||
| 9 | |||
| 10 | |||
| 11 | inherit cmake | ||
| 12 | |||
| 13 | PACKAGECONFIG ??= "" | ||
| 14 | PACKAGECONFIG[tests] = "-DJSONCONS_BUILD_TESTS=ON,-DJSONCONS_BUILD_TESTS=OFF" | ||
