mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
icu: [lede-17.01] support for new Japanese era Reiwa
support for new Japanese era Reiwa change source url Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
This commit is contained in:
committed by
Yousong Zhou
parent
26a275b3cf
commit
17fef37ff4
+7
-5
@@ -8,12 +8,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=icu4c
|
||||
PKG_VERSION:=58.2
|
||||
PKG_RELEASE:=4
|
||||
MAJOR_VERSION:=58
|
||||
MINOR_VERSION:=3
|
||||
PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-58_2-src.tgz
|
||||
PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION)
|
||||
PKG_MD5SUM:=fac212b32b7ec7ab007a12dff1f3aea1
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
|
||||
PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)
|
||||
PKG_MD5SUM:=bac4105dfa7c83468182c166caac15ec
|
||||
|
||||
PKG_LICENSE:=ICU-1.8.1+
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
Index: source/i18n/zonemeta.cpp
|
||||
===================================================================
|
||||
--- source/i18n/zonemeta.cpp (revision 40283)
|
||||
+++ source/i18n/zonemeta.cpp (revision 40324)
|
||||
@@ -684,5 +684,4 @@
|
||||
if (U_FAILURE(status)) {
|
||||
delete mzMappings;
|
||||
- deleteOlsonToMetaMappingEntry(entry);
|
||||
uprv_free(entry);
|
||||
break;
|
||||
Reference in New Issue
Block a user