Files
tqma6-yocto-mirror/sources/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/0001-Fix-build-with-meson-0.61.patch
Siggi (OpenClaw Agent) 16accb6b24 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)
2026-03-01 21:14:11 +00:00

27 lines
740 B
Diff

From d463b7e9abbbc87ec0e25216a24d9a40d347f1a6 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 24 Jan 2022 09:59:02 -0800
Subject: [PATCH] Fix build with meson >= 0.61
Upstream-Status: Submitted [https://github.com/schnitzeltony/xfce4-datetime-setter/pull/3]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
panels/datetime/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build
index 241e177..4356907 100644
--- a/panels/datetime/meson.build
+++ b/panels/datetime/meson.build
@@ -10,7 +10,6 @@ desktop_in = configure_file(
)
i18n.merge_file(
- desktop,
type: 'desktop',
input: desktop_in,
output: 'xfce-datetime.desktop',
--
2.34.1