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,28 @@
|
||||
From 7abb3840ac2870fcfc174fbbd81c4209c838e1a9 Mon Sep 17 00:00:00 2001
|
||||
From: Markus Volk <f_l_k@t-online.de>
|
||||
Date: Mon, 18 Sep 2023 22:22:17 +0200
|
||||
Subject: [PATCH] meson.build: add a hack for cross-compiling
|
||||
|
||||
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
||||
|
||||
Upstream-Status: Inappropriate [cross-compile specific]
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index 760613a..d339d26 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -168,7 +168,7 @@ pkgconfig.generate(
|
||||
'prefix': get_option('prefix'),
|
||||
'datarootdir': dataroot_dir,
|
||||
'datadir': '${prefix}/@0@'.format(get_option('datadir')),
|
||||
- 'interfaces_dir': '${datadir}/dbus-1/interfaces/',
|
||||
+ 'interfaces_dir': '${pc_sysrootdir}${datadir}/dbus-1/interfaces/',
|
||||
},
|
||||
)
|
||||
|
||||
--
|
||||
2.41.0
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
SUMMARY = "A portal frontend service for Flatpak and possibly other desktop containment frameworks."
|
||||
HOMEPAGE = "https://github.com/flatpak/xdg-desktop-portal"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "polkit"
|
||||
|
||||
DEPENDS = " \
|
||||
json-glib \
|
||||
glib-2.0 \
|
||||
glib-2.0-native \
|
||||
flatpak \
|
||||
libportal \
|
||||
geoclue \
|
||||
pipewire \
|
||||
fuse3 \
|
||||
xmlto-native \
|
||||
"
|
||||
|
||||
PORTAL_BACKENDS ?= " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'gtk+3', 'xdg-desktop-portal-gtk', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'gtk4', 'xdg-desktop-portal-gtk', '', d)} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS}"
|
||||
|
||||
inherit meson pkgconfig python3native features_check
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=main \
|
||||
file://0001-meson.build-add-a-hack-for-crosscompile.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "37a6f7c8b8e08b9861f05e172cd4e0d07a832c4d"
|
||||
|
||||
FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1"
|
||||
|
||||
EXTRA_OEMESON += " \
|
||||
--cross-file=${WORKDIR}/meson-${PN}.cross \
|
||||
-Ddbus-service-dir=${datadir}/dbus-1/services \
|
||||
"
|
||||
|
||||
do_write_config:append() {
|
||||
cat >${WORKDIR}/meson-${PN}.cross <<EOF
|
||||
[binaries]
|
||||
bwrap = '${bindir}/bwrap'
|
||||
EOF
|
||||
}
|
||||
Reference in New Issue
Block a user