- 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)
22 lines
706 B
BlitzBasic
22 lines
706 B
BlitzBasic
SUMMARY = "C++ bindings for the GTK+ toolkit"
|
|
HOMEPAGE = "http://www.gtkmm.org/"
|
|
SECTION = "libs"
|
|
|
|
LICENSE = "LGPL-2.1-only & GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
|
|
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
DEPENDS = "atkmm pangomm glibmm gtk+ cairomm"
|
|
|
|
GNOMEBASEBUILDCLASS = "autotools"
|
|
inherit gnomebase features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI[archive.md5sum] = "6c59ae8bbff48fad9132f23af347acf1"
|
|
SRC_URI[archive.sha256sum] = "0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72"
|
|
|
|
EXTRA_OECONF = " --disable-documentation "
|
|
|
|
FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"
|