- 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)
28 lines
677 B
BlitzBasic
28 lines
677 B
BlitzBasic
SUMMARY = "GNOME Console"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|
|
|
GTKIC_VERSION = "4"
|
|
inherit gnomebase gsettings pkgconfig gtk-icon-cache
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
DEPENDS = " \
|
|
desktop-file-utils-native \
|
|
gtk4-native \
|
|
glib-2.0 \
|
|
gsettings-desktop-schemas \
|
|
hicolor-icon-theme \
|
|
libadwaita \
|
|
libgtop \
|
|
pcre2 \
|
|
vte \
|
|
"
|
|
|
|
SRC_URI[archive.sha256sum] = "e7462128d2df2324a1d748062c40429cd0504af09e407067b33f3a9d0c59c8e1"
|
|
|
|
PACKAGECONFIG ?= ""
|
|
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false"
|
|
PACKAGECONFIG[devel] = "-Ddevel=true,-Ddevel=false"
|
|
|
|
FILES:${PN} += "${datadir}"
|