From: Peter Korsgaard Date: Fri, 7 Apr 2017 14:28:59 +0000 (+0200) Subject: icu: legal-info: refer to the real license file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2ea2479e5061c9d48b7ee544271828563e83da8;p=buildroot.git icu: legal-info: refer to the real license file License.html now just contains the string: The ICU license is now in plain text format, see LICENSE. Update links and software appropriately. So refer directly to that file instead. Signed-off-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- diff --git a/package/icu/icu.mk b/package/icu/icu.mk index b9e42de94b..a435e471ad 100644 --- a/package/icu/icu.mk +++ b/package/icu/icu.mk @@ -8,7 +8,7 @@ ICU_VERSION = 58.2 ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz ICU_SITE = http://download.icu-project.org/files/icu4c/$(ICU_VERSION) ICU_LICENSE = ICU License -ICU_LICENSE_FILES = license.html +ICU_LICENSE_FILES = LICENSE ICU_DEPENDENCIES = host-icu ICU_INSTALL_STAGING = YES