- 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)
18 lines
493 B
BlitzBasic
18 lines
493 B
BlitzBasic
SUMMARY = "Little cms is a small-footprint, speed optimized color management engine"
|
|
SECTION = "libs"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e9ce323c4b71c943a785db90142b228a"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/lcms/lcms2-${PV}.tar.gz"
|
|
SRC_URI[sha256sum] = "d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51"
|
|
|
|
DEPENDS = "tiff"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
S = "${WORKDIR}/lcms2-${PV}"
|
|
|
|
inherit autotools
|
|
|
|
CVE_PRODUCT += "littlecms:little_cms_color_engine"
|