icu: fix patch, which adds big endian ARM support

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2019-08-13 13:13:30 +02:00
parent 78bf09b084
commit 4bda1ca542
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ PKG_NAME:=icu4c
MAJOR_VERSION:=61
MINOR_VERSION:=2
PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
PKG_RELEASE:=2
PKG_RELEASE:=3
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)