- 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)
24 lines
614 B
BlitzBasic
24 lines
614 B
BlitzBasic
SUMMARY = "GNOME Shell Extensions"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
|
|
|
|
inherit gnomebase gettext gsettings features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
|
|
|
|
SRC_URI[archive.sha256sum] = "c5ba50700da77a986f0060beedacfc017e7ec82283f2a6384842a0807bc4553f"
|
|
|
|
EXTRA_OEMESON += " \
|
|
-Dextension_set=all \
|
|
-Dclassic_mode=true \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "gnome-shell"
|
|
|
|
FILES:${PN} += " \
|
|
${datadir}/gnome-shell \
|
|
${datadir}/gnome-session \
|
|
${datadir}/wayland-sessions \
|
|
${datadir}/xsessions \
|
|
"
|