- 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)
21 lines
857 B
BlitzBasic
21 lines
857 B
BlitzBasic
SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data"
|
|
HOMEPAGE = "http://www.digip.org/jansson/"
|
|
BUGTRACKER = "https://github.com/akheron/jansson/issues"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf"
|
|
|
|
SRC_URI = "https://github.com/akheron/${BPN}/releases/download/v${PV}/${BP}.tar.bz2 \
|
|
file://0001-Fix-overwriting-linker-flags.patch \
|
|
file://0001-Honour-multilib-paths.patch \
|
|
"
|
|
SRC_URI[sha256sum] = "fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9"
|
|
|
|
UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases"
|
|
UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)\.tar"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
EXTRA_OECMAKE = "-DJANSSON_BUILD_SHARED_LIBS=${@ 'OFF' if d.getVar('DISABLE_STATIC') == '' else 'ON' }"
|
|
|
|
BBCLASSEXTEND = "native"
|