mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/icu: bump version to 60.1
Removed 0006-i18n-Drop-include-xlocale.h.patch, problem was fixed upstream with a different solution: http://bugs.icu-project.org/trac/changeset/40603 Added upstream sha512 hash and license hash. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c41294481e
commit
cbb50827f6
@ -1,39 +0,0 @@
|
|||||||
From 5f38e4f8c4be351db96a3be23ce25c97597cc508 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Date: Mon, 2 Oct 2017 22:41:02 +0200
|
|
||||||
Subject: [PATCH] i18n: Drop include <xlocale.h>
|
|
||||||
|
|
||||||
glibc 2.26 drops this header
|
|
||||||
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
|
|
||||||
Reported Upstream: http://bugs.icu-project.org/trac/ticket/13385
|
|
||||||
From: https://git.yoctoproject.org/cgit.cgi/poky/commit/meta/recipes-support/icu/icu/0001-i18n-Drop-include-xlocale.h.patch?id=931430f94c018bc3f58d70e11ca4a4ae7cb2e19c
|
|
||||||
|
|
||||||
Signed-off-by: Romain Naour <romain.naour@gmail.com>
|
|
||||||
---
|
|
||||||
Upstream-Status: Pending
|
|
||||||
---
|
|
||||||
source/i18n/digitlst.cpp | 6 +-----
|
|
||||||
1 file changed, 1 insertion(+), 5 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/source/i18n/digitlst.cpp b/source/i18n/digitlst.cpp
|
|
||||||
index 4d7c3f4..f111cf3 100644
|
|
||||||
--- a/source/i18n/digitlst.cpp
|
|
||||||
+++ b/source/i18n/digitlst.cpp
|
|
||||||
@@ -61,11 +61,7 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if U_USE_STRTOD_L
|
|
||||||
-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
|
|
||||||
-# include <locale.h>
|
|
||||||
-# else
|
|
||||||
-# include <xlocale.h>
|
|
||||||
-# endif
|
|
||||||
+# include <locale.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ***************************************************************************
|
|
||||||
--
|
|
||||||
2.9.5
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
|||||||
# From http://download.icu-project.org/files/icu4c/59.1/icu4c-src-59_1.md5
|
# From http://download.icu-project.org/files/icu4c/60.1/SHASUM512.txt
|
||||||
md5 54923fa9fab5b2b83f235fb72523de37 icu4c-59_1-src.tgz
|
sha512 a6798f70add1b3bac2197a49e09a0bb636279af7019ce572f63a30ab713e09657ee9d9b20aac7ea806fbb84667ca2eca981411e5053b47c3c705aa496a669233 icu4c-60_1-src.tgz
|
||||||
# Calculated based on the hash above
|
sha256 24c771ce37201a3ab604852e47d10d21595d0493269dd6c8a5e567e998e18c00 LICENSE
|
||||||
sha256 7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe icu4c-59_1-src.tgz
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ICU_VERSION = 59.1
|
ICU_VERSION = 60.1
|
||||||
ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz
|
ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz
|
||||||
ICU_SITE = http://download.icu-project.org/files/icu4c/$(ICU_VERSION)
|
ICU_SITE = http://download.icu-project.org/files/icu4c/$(ICU_VERSION)
|
||||||
ICU_LICENSE = ICU License
|
ICU_LICENSE = ICU License
|
||||||
|
Loading…
x
Reference in New Issue
Block a user