diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2017-04-07 16:28:59 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-07 20:05:00 +0200 |
| commit | d2ea2479e5061c9d48b7ee544271828563e83da8 (patch) | |
| tree | 6bf3c2e9042721f160eb14a6df9cbdda6a2c3c4d /package/icu | |
| parent | 2843b970e749db28eb06d0c5968a60bc006c9747 (diff) | |
| download | buildroot-d2ea2479e5061c9d48b7ee544271828563e83da8.tar.gz buildroot-d2ea2479e5061c9d48b7ee544271828563e83da8.zip | |
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 <a href="./LICENSE">LICENSE</a>.
Update links and software appropriately.
So refer directly to that file instead.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/icu')
| -rw-r--r-- | package/icu/icu.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

