summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-02-11 02:40:57 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2021-02-16 11:36:57 +0100
commitd2ae068f4130e8c5532c90021c9bd69b87caf396 (patch)
tree273f08648e5521125418401b0c9218744f7d91ab
parent6c123b436eea1f39f313dc8ed8ec6c6e429a3e9e (diff)
downloadopenembedded-core-contrib-jansa/dunfell-icu.tar.gz
icu: even more verbosejansa/dunfell-icu
-rw-r--r--meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch15
-rw-r--r--meta/recipes-support/icu/icu_66.1.bb3
2 files changed, 13 insertions, 5 deletions
diff --git a/meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch b/meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch
index 3c59efaa70..2d4f4209d7 100644
--- a/meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch
+++ b/meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch
@@ -3,21 +3,26 @@ 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 | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ data/BUILDRULES.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/BUILDRULES.py b/data/BUILDRULES.py
-index 2338afd1f7..8ebaf206bd 100644
+index 2338afd1f7..ed8cc4a610 100644
--- a/data/BUILDRULES.py
+++ b/data/BUILDRULES.py
-@@ -366,7 +366,7 @@ def generate_misc(config, io, common_vars):
+@@ -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} >{INPUT_BASENAME}.log 2>&1",
format_with = {},
repeat_with = {
+ "INPUT_BASENAME": input_basenames
diff --git a/meta/recipes-support/icu/icu_66.1.bb b/meta/recipes-support/icu/icu_66.1.bb
index fc8138a09c..1597542b42 100644
--- a/meta/recipes-support/icu/icu_66.1.bb
+++ b/meta/recipes-support/icu/icu_66.1.bb
@@ -37,6 +37,9 @@ SRC_URI_append_class-target = "\
UPSTREAM_CHECK_REGEX = "icu4c-(?P<pver>\d+(_\d+)+)-src"
UPSTREAM_CHECK_URI = "https://github.com/unicode-org/icu/releases"
+EXTRA_OECONF_append = " --disable-silent-rules"
+EXTRA_OEMAKE_append = " V=1"
+
EXTRA_OECONF_append_libc-musl = " ac_cv_func_strtod_l=no"
PACKAGECONFIG ?= ""