- 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
486 B
BlitzBasic
18 lines
486 B
BlitzBasic
SUMMARY = "C++ bindings for Cairo graphics library"
|
|
|
|
LICENSE = "LGPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9"
|
|
|
|
inherit gnomebase
|
|
|
|
DEPENDS += "boost cairo libsigc++-3"
|
|
|
|
SRC_URI = "https://www.cairographics.org/releases/cairomm-${PV}.tar.xz"
|
|
SRC_URI[sha256sum] = "b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb"
|
|
|
|
S = "${WORKDIR}/cairomm-${PV}"
|
|
|
|
FILES:${PN}-doc += "${datadir}/devhelp"
|
|
FILES:${PN}-dev += "${libdir}/cairomm-*/"
|
|
|