Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 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)
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
SUMMARY = "Remote desktop daemon for GNOME using pipewire."
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase gettext gsettings features_check useradd
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "opengl polkit"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "97443eaffe4b1a69626886a41d25cbeb2c148d3fed43d92115c1b7d20d5238ab"
|
||||
|
||||
DEPENDS = " \
|
||||
asciidoc-native \
|
||||
libdrm \
|
||||
libei \
|
||||
libepoxy \
|
||||
cairo \
|
||||
glib-2.0 \
|
||||
pipewire \
|
||||
polkit \
|
||||
libnotify \
|
||||
libopus \
|
||||
libsecret \
|
||||
nv-codec-headers \
|
||||
tpm2-tss \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= " \
|
||||
rdp \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,pipewire-native wireplumber-native dbus-native"
|
||||
PACKAGECONFIG[vnc] = "-Dvnc=true,-Dvnc=false,libvncserver"
|
||||
PACKAGECONFIG[rdp] = "-Drdp=true,-Drdp=false,freerdp3 fuse3 libxkbcommon"
|
||||
PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd"
|
||||
|
||||
USERADD_PACKAGES = "${PN}"
|
||||
USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/polkit-1 polkitd"
|
||||
|
||||
do_install:append() {
|
||||
if [ -d ${D}${datadir}/polkit-1/rules.d ]; then
|
||||
chmod 700 ${D}${datadir}/polkit-1/rules.d
|
||||
chown polkitd:root ${D}${datadir}/polkit-1/rules.d
|
||||
fi
|
||||
}
|
||||
|
||||
PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
|
||||
FILES:${PN} += "${systemd_user_unitdir} ${systemd_system_unitdir} ${datadir} ${libdir}/sysusers.d ${libdir}/tmpfiles.d"
|
||||
@@ -0,0 +1,41 @@
|
||||
SUMMARY = "A simple GNOME application to access virtual machines."
|
||||
SECTION = "network"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0 \
|
||||
desktop-file-utils-native \
|
||||
libarchive \
|
||||
libgudev \
|
||||
libhandy \
|
||||
libosinfo \
|
||||
libportal \
|
||||
libsecret \
|
||||
libsoup \
|
||||
libvirt-glib \
|
||||
mtools \
|
||||
spice-gtk \
|
||||
tracker \
|
||||
webkitgtk3 \
|
||||
appstream-glib-native \
|
||||
spice-protocol \
|
||||
yelp-tools \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 genisoimage"
|
||||
|
||||
inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
|
||||
|
||||
SRC_URI[archive.sha256sum] = "67eeb5e989294958b25c397cfc5615ff65f44315c700010f0b9e336e6f3407cb"
|
||||
|
||||
GIR_MESON_OPTION = ""
|
||||
VALA_MESON_OPTION = ""
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
||||
INSANE_SKIP:${PN} = "dev-deps"
|
||||
Reference in New Issue
Block a user