- 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)
23 lines
654 B
BlitzBasic
23 lines
654 B
BlitzBasic
SUMMARY = "GNOME Structured File Library"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63"
|
|
|
|
SECTION = "libs"
|
|
|
|
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
|
|
|
|
GNOMEBASEBUILDCLASS = "autotools"
|
|
inherit gnomebase gobject-introspection gettext gtk-doc
|
|
|
|
SRC_URI[archive.sha256sum] = "0eb59a86e0c50f97ac9cfe4d8cc1969f623f2ae8c5296f2414571ff0a9e8bcba"
|
|
SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
|
|
|
|
EXTRA_OECONF = "\
|
|
--with-bz2 \
|
|
"
|
|
|
|
FILES:${PN} += "${datadir}/thumbnailers"
|