mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-06 16:48:21 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
507 B
BlitzBasic
15 lines
507 B
BlitzBasic
DESCRIPTION = "A C++, header-only library for constructing JSON and JSON-like data formats."
|
|
HOMEPAGE = "https://github.com/danielaparker/jsoncons"
|
|
|
|
LICENSE = "BSL-1.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6ee7f7ed2001e4cde4679fdb8926f820"
|
|
|
|
SRC_URI = "git://github.com/danielaparker/jsoncons.git;protocol=https;branch=master;tag=v${PV}"
|
|
SRCREV = "64b9da1e9f15eeff4ec9d6bc856538db542118f2"
|
|
|
|
|
|
inherit cmake
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[tests] = "-DJSONCONS_BUILD_TESTS=ON,-DJSONCONS_BUILD_TESTS=OFF"
|