summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-02-11 11:14:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2021-02-16 11:36:57 +0100
commit66043a4127eb56eef58bfe6e3dc6948538975ee6 (patch)
tree687d415a9a06084ca6a279ba018a07e876648a40
parente223a4f45271cc3fecbdc99936641e0d680dd471 (diff)
downloadopenembedded-core-contrib-66043a4127eb56eef58bfe6e3dc6948538975ee6.tar.gz
icu-bisect-1-440b1cd9d29b33276365ac83f242f8dc137fd35b
-rw-r--r--meta/recipes-support/icu/icu_66.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/icu/icu_66.1.bb b/meta/recipes-support/icu/icu_66.1.bb
index 4a4f8f2613..b6b74f9f59 100644
--- a/meta/recipes-support/icu/icu_66.1.bb
+++ b/meta/recipes-support/icu/icu_66.1.bb
@@ -17,16 +17,14 @@ ICU_FOLDER = "${@icu_download_folder(d)}"
ARM_INSTRUCTION_SET_armv4 = "arm"
ARM_INSTRUCTION_SET_armv5 = "arm"
-SRCREV = "5f681ecbc75898a6484217b322f3883b6d1b2049"
+# 66-1 SRCREV = "5f681ecbc75898a6484217b322f3883b6d1b2049"
+SRCREV = "440b1cd9d29b33276365ac83f242f8dc137fd35b"
SRC_URI = "git://github.com/unicode-org/icu.git \
- file://0001-Fix-big-endian-build.patch \
file://0002-ICU-21175-Add-cnvalias-as-a-dependency-of-misc_res.patch \
file://filter.json \
file://0001-icu-fix-install-race.patch \
file://0002-icu-Added-armeb-support.patch \
- file://0003-ICU-20958-Prevent-SEGV_MAPERR-in-append.patch \
file://0005-ICU-21015-Fixing-gcc-compiler-warnings.patch \
- file://0006-ICU-21001-Fixing-problems-found-by-running-valgrind.patch \
file://0007-ICU-21026-fix-GCC-warnings-of-signed-int-left-shift.patch \
"
S = "${WORKDIR}/git/icu4c/source"