Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Curl for People - C++ Requests"
|
||||
DESCRIPTION = "Curl for People C++ Requests is a simple wrapper around \
|
||||
libcurl inspired by the excellent Python Requests project."
|
||||
HOMEPAGE = "https://docs.libcpr.org/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=08beaae5deae1c43c065592da8f38095"
|
||||
|
||||
DEPENDS = "curl openssl"
|
||||
|
||||
SRC_URI = "git://github.com/libcpr/cpr.git;protocol=https;branch=1.10.x"
|
||||
SRCREV = "3b15fa82ea74739b574d705fea44959b58142eb8"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
# building tests is currently using FetchContent for mongoose
|
||||
EXTRA_OECMAKE += "\
|
||||
-DCPR_USE_SYSTEM_CURL=ON \
|
||||
-DCPR_BUILD_TESTS=OFF \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user