- 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)
16 lines
476 B
BlitzBasic
16 lines
476 B
BlitzBasic
SUMMARY = "CommonMark parsing and rendering library and program in C"
|
|
HOMEPAGE = "https://github.com/commonmark/cmark"
|
|
LICENSE = "BSD-2-Clause & MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=81f9cae6293cc0345a9144b78152ab62"
|
|
|
|
SRC_URI = "git://github.com/commonmark/cmark.git;branch=master;protocol=https"
|
|
SRCREV = "8fbf029685482827828b5858444157052f1b0a5f"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake lib_package
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DCMARK_TESTS=OFF \
|
|
-DCMARK_STATIC=OFF \
|
|
"
|