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,33 @@
|
||||
SUMMARY = "Resource discovery and announcement over SSDP"
|
||||
DESCRIPTION = "GSSDP implements resource discovery and announcement over SSDP \
|
||||
(Simpe Service Discovery Protocol)."
|
||||
HOMEPAGE = "https://gitlab.gnome.org/GNOME/gssdp/"
|
||||
BUGTRACKER = "https://gitlab.gnome.org/GNOME/gssdp/-/issues"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI:append = " file://0001-gssdp-enums.c.template-use-basename-instead-of-filen.patch"
|
||||
SRC_URI[archive.sha256sum] = "2fedb5afdb22cf14d5498a39a773ca89788a250fcf70118783df821e1f3f3446"
|
||||
|
||||
GTKDOC_MESON_OPTION = 'gtk_doc'
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0 \
|
||||
libsoup-3.0 \
|
||||
"
|
||||
|
||||
inherit gnomebase pkgconfig gobject-introspection vala gi-docgen features_check
|
||||
|
||||
# manpages require pandoc-native
|
||||
EXTRA_OEMESON += "-Dmanpages=false"
|
||||
|
||||
SNIFFER = "${@bb.utils.contains("BBFILE_COLLECTIONS", "gnome-layer", "sniffer", "", d)}"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', "${SNIFFER}", "", d)}"
|
||||
PACKAGECONFIG[sniffer] = "-Dsniffer=true,-Dsniffer=false,gtk4,"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'sniffer', 'opengl', '', d)}"
|
||||
|
||||
PACKAGES =+ "gssdp-tools"
|
||||
|
||||
FILES:gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade"
|
||||
Reference in New Issue
Block a user