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,32 @@
|
||||
From a76c5c40f95b2961bed8f6427080f0fcf6ec00d6 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sat, 15 May 2021 23:25:09 +0200
|
||||
Subject: [PATCH] Avoid running trackertestutils
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
It breaks configuration:
|
||||
| ../grilo-plugins-0.3.13/tests/tracker3/meson.build:5:0: ERROR: Program '/usr/lib/tracker-3.0/trackertestutils/tracker-sandbox' not found
|
||||
|
||||
Upstream-Status: Inappropriate [OE-Specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index fca5f98..3c1aa06 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -98,7 +98,7 @@ totem_plparser_dep = dependency('totem-plparser', version: '>= 3.4.1', required:
|
||||
totem_plparser_mini_dep = dependency('totem-plparser-mini', version: '>= 3.4.1', required: false)
|
||||
tracker_sparql_dep = dependency('tracker-sparql-2.0', version: '>= 2.3.0', required: false)
|
||||
tracker3_dep = dependency('tracker-sparql-3.0', required: false)
|
||||
-tracker3_testutils_dep = dependency('tracker-testutils-3.0', required: false)
|
||||
+tracker3_testutils_dep = dependency('tracker-testutils-3.0-avoid-find', required: false)
|
||||
|
||||
lua_pkg = [
|
||||
'lua',
|
||||
@@ -0,0 +1,23 @@
|
||||
SUMMARY = "Grilo is a framework forsearching media content from various sources"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0-native \
|
||||
gperf-native \
|
||||
itstool-native \
|
||||
grilo \
|
||||
lua \
|
||||
liboauth \
|
||||
"
|
||||
|
||||
|
||||
inherit gnomebase gnome-help vala
|
||||
|
||||
SRC_URI += "file://0001-Avoid-running-trackertestutils.patch"
|
||||
SRC_URI[archive.sha256sum] = "fe6f4dbe586c6b8ba2406394e202f22d009d642a96eb3a54f32f6a21d084cdcb"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', 'tracker', '', d)}"
|
||||
PACKAGECONFIG[tracker] = "-Denable-tracker3=yes,-Denable-tracker3=no,tracker"
|
||||
|
||||
FILES:${PN} += "${libdir}/grilo-0.3"
|
||||
@@ -0,0 +1,30 @@
|
||||
SUMMARY = "Grilo is a framework forsearching media content from various sources"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
DEPENDS = " \
|
||||
libxml2 \
|
||||
glib-2.0 \
|
||||
"
|
||||
|
||||
|
||||
inherit gnomebase gobject-introspection gtk-doc gettext vala
|
||||
|
||||
SRC_URI[archive.sha256sum] = "884580e8c5ece280df23aa63ff5234b7d48988a404df7d6bfccd1e77b473bd96"
|
||||
|
||||
GIR_MESON_OPTION = "enable-introspection"
|
||||
GTKDOC_MESON_OPTION = "enable-gtk-doc"
|
||||
|
||||
# Note: removing 'net' from PACKAGECONFIG causes
|
||||
# | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir".
|
||||
PACKAGECONFIG ??= "net"
|
||||
|
||||
PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0"
|
||||
PACKAGECONFIG[test-ui] = "-Denable-test-ui=true, -Denable-test-ui=false, gtk+3 liboauth"
|
||||
|
||||
# Once we have a recipe for 'totem-plparser' this can turn into a PACKAGECONFIG
|
||||
EXTRA_OEMESON = "-Denable-grl-pls=false"
|
||||
|
||||
do_compile:append() {
|
||||
sed -i -e 's,${B}/../,,' ${B}/src/grl-type-builtins.h
|
||||
}
|
||||
Reference in New Issue
Block a user