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:
Siggi (OpenClaw Agent)
2026-03-01 20:58:18 +00:00
commit 16accb6b24
15086 changed files with 1292356 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
From 01a3a35631ba3996f7e912def66b4053a4f21df9 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Tue, 3 Nov 2020 10:52:17 -0800
Subject: [PATCH] Fix arguments in GLib.DBusSignalCallback for Vala 0.50
Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
src/main.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.vala b/src/main.vala
index 6d7132b0..b3183217 100644
--- a/src/main.vala
+++ b/src/main.vala
@@ -403,7 +403,7 @@ class Commands : Object
return false;
}
- public void signalHandler( GLib.DBusConnection conn, string sender, string path, string iface, string name, Variant params )
+ public void signalHandler( GLib.DBusConnection conn, string? sender, string path, string iface, string name, Variant params )
{
var line = "[SIGNAL] %s.%s %s %s\n%s".printf(
iface,
--
2.29.2

View File

@@ -0,0 +1,18 @@
SUMMARY = "Mickey's DBus Introspection and Interaction Utility V2"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
DEPENDS = "readline"
PV = "2.3.3+git"
SRC_URI = "git://github.com/freesmartphone/mdbus.git;protocol=https;branch=master \
file://0001-Fix-arguments-in-GLib.DBusSignalCallback-for-Vala-0..patch \
"
SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
S = "${WORKDIR}/git"
inherit autotools pkgconfig vala
EXTRA_OECONF += "--enable-vala"