- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
24 lines
763 B
BlitzBasic
24 lines
763 B
BlitzBasic
SUMMARY = "A C++ JSON Parser/Generator Implemented with Boost Spirit."
|
|
DESCRIPTION = "JSON Spirit, a C++ library that reads and writes JSON files or streams. \
|
|
It is written using the Boost Spirit parser generator. If you are \
|
|
already using Boost, you can use JSON Spirit without any additional \
|
|
dependencies."
|
|
HOMEPAGE = "https://www.codeproject.com/kb/recipes/json_spirit.aspx"
|
|
SECTION = "libs"
|
|
PRIORITY = "optional"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=278ef6183dec4aae1524fccc4b0113c9"
|
|
|
|
DEPENDS = "boost"
|
|
|
|
SRC_URI = "file://json_spirit_v${PV}.zip \
|
|
file://0001-Adjust-the-cmake-files.patch \
|
|
file://0001-Link-to-libatomic.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/json_spirit_v${PV}"
|
|
|
|
inherit cmake
|
|
|
|
BBCLASSEXTEND = "nativesdk"
|