diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-10-08 18:10:49 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2019-10-08 18:10:49 -0300 |
commit | 0e725be8fdb2ef3176e7caea213ae8db6d2c5ee6 (patch) | |
tree | db859199c9756df9d66410d450bac7dc59f644cd | |
parent | 5f7fc18ce7be2513370aaf4b050987afa7262ed2 (diff) |
icu: Revert "icu: Deactivate uClibc"
This reverts commit db424ede2f079f2bf73634d30ec3c59a8a782118.
It is causing recursive dependencies.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
-rw-r--r-- | libs/icu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/icu/Makefile b/libs/icu/Makefile index 7927b55ef..ba42cfff3 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -11,7 +11,7 @@ PKG_NAME:=icu4c MAJOR_VERSION:=65 MINOR_VERSION:=1 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION) -PKG_RELEASE:=2 +PKG_RELEASE:=1 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) @@ -40,7 +40,7 @@ define Package/icu CATEGORY:=Libraries TITLE:=International Components for Unicode URL:=http://icu-project.org - DEPENDS:=+libstdcpp +libpthread @!USE_UCLIBC + DEPENDS:=+libstdcpp +libpthread endef define Package/icu/description |