summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch23
-rw-r--r--meta/recipes-support/icu/icu_66.1.bb1
2 files changed, 24 insertions, 0 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
new file mode 100644
index 0000000000..3c59efaa70
--- /dev/null
+++ b/meta/recipes-support/icu/icu/0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch
@@ -0,0 +1,23 @@
+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
+
+Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
+---
+ data/BUILDRULES.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/BUILDRULES.py b/data/BUILDRULES.py
+index 2338afd1f7..8ebaf206bd 100644
+--- a/data/BUILDRULES.py
++++ b/data/BUILDRULES.py
+@@ -366,7 +366,7 @@ 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 "
++ "-k -v "
+ "{INPUT_BASENAME}",
+ format_with = {},
+ repeat_with = {
diff --git a/meta/recipes-support/icu/icu_66.1.bb b/meta/recipes-support/icu/icu_66.1.bb
index b6b74f9f59..fc8138a09c 100644
--- a/meta/recipes-support/icu/icu_66.1.bb
+++ b/meta/recipes-support/icu/icu_66.1.bb
@@ -26,6 +26,7 @@ SRC_URI = "git://github.com/unicode-org/icu.git \
file://0002-icu-Added-armeb-support.patch \
file://0005-ICU-21015-Fixing-gcc-compiler-warnings.patch \
file://0007-ICU-21026-fix-GCC-warnings-of-signed-int-left-shift.patch \
+ file://0008-BUILDRULES.py-cal-genrb-with-v-instead-of-q.patch \
"
S = "${WORKDIR}/git/icu4c/source"