summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch
blob: 2d4f4209d7432bda4eb28a85ba6429fced4beab2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 97c7513459f7b5112e2fbda4bf3649235cfed4f1 Mon Sep 17 00:00:00 2001
From: Martin Jansa <Martin.Jansa@gmail.com>
Date: Thu, 11 Feb 2021 02:17:50 -0800
Subject: [PATCH] BUILDRULES.py: cal genrb with -v instead of -q

* redirect to log file next to source, because there is a lot of
  paralel genrb calls and the output is mixxed together

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 data/BUILDRULES.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/BUILDRULES.py b/data/BUILDRULES.py
index 2338afd1f7..ed8cc4a610 100644
--- a/data/BUILDRULES.py
+++ b/data/BUILDRULES.py
@@ -366,8 +366,8 @@ def generate_misc(config, io, common_vars):
             output_files = output_files,
             tool = IcuTool("genrb"),
             args = "-s {IN_DIR}/misc -d {OUT_DIR} -i {OUT_DIR} "
-                "-k -q "
-                "{INPUT_BASENAME}",
+                "-k -v "
+                "{INPUT_BASENAME} >{INPUT_BASENAME}.log 2>&1",
             format_with = {},
             repeat_with = {
                 "INPUT_BASENAME": input_basenames