summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-09 17:55:19 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-09 09:08:15 -0800
commitf197f76f0788c7a4b86f45a36296c00cc4c228f7 (patch)
tree068aeef6add22bf824adfbf3d35d2bbd5b2e18f2 /meta-oe/recipes-support/jsoncons/jsoncons_1.5.0.bb
parent96ba71fbb351684fd4c5c4d87a6d929e9ba5969a (diff)
downloadmeta-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.bb14
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 @@
1DESCRIPTION = "A C++, header-only library for constructing JSON and JSON-like data formats."
2HOMEPAGE = "https://github.com/danielaparker/jsoncons"
3
4LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820"
6
7SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}"
8SRCREV = "95a220dff2d927f15e1fe0c7dac2821b7134e4c9"
9
10
11inherit cmake
12
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[tests] = "-DJSONCONS_BUILD_TESTS=ON,-DJSONCONS_BUILD_TESTS=OFF"