icu: add ABI_VERSION

To prevent inconsistencies in the coming version (69.1).

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit 1eb29ddc95)
This commit is contained in:
Hirokazu MORIKAWA 2021-04-30 12:48:52 +09:00 committed by Josef Schlehofer
parent 29ad9f1ee6
commit d88cdaddf1
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -11,7 +11,7 @@ PKG_NAME:=icu4c
MAJOR_VERSION:=68
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)