- 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)
27 lines
908 B
Diff
27 lines
908 B
Diff
Upstream-Status: Pending
|
|
|
|
--- a/src/meson.build 2023-01-24 09:22:59.874074134 +0100
|
|
+++ b/src/meson.build 2023-01-24 09:27:00.494627305 +0100
|
|
@@ -73,12 +73,12 @@
|
|
|
|
|
|
# Translate and install policy file
|
|
-i18n.merge_file (
|
|
- input: 'org.opensuse.cupspkhelper.mechanism.policy.in',
|
|
- output: 'org.opensuse.cupspkhelper.mechanism.policy',
|
|
- type: 'xml',
|
|
- data_dirs: join_paths (meson.source_root (), 'src'),
|
|
- po_dir: join_paths (meson.source_root (), 'po'),
|
|
- install: true,
|
|
- install_dir: join_paths (prefix, datadir, 'polkit-1', 'actions')
|
|
-)
|
|
+#i18n.merge_file (
|
|
+# input: 'org.opensuse.cupspkhelper.mechanism.policy.in',
|
|
+# output: 'org.opensuse.cupspkhelper.mechanism.policy',
|
|
+# type: 'xml',
|
|
+# data_dirs: join_paths (meson.source_root (), 'src'),
|
|
+# po_dir: join_paths (meson.source_root (), 'po'),
|
|
+# install: true,
|
|
+# install_dir: join_paths (prefix, datadir, 'polkit-1', 'actions')
|
|
+#)
|