diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-03-19 13:37:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-19 13:29:08 +0000 |
commit | 410d1e049a1933c44b29416f3ac833ed001f8248 (patch) | |
tree | d7ef6db099a5f6f7d110dd7cf21d4b69f4e48c3a /meta | |
parent | 4b7a37e0729fba85646d4c4632afcc27086547f1 (diff) | |
download | poky-410d1e049a1933c44b29416f3ac833ed001f8248.tar.gz |
harfbuzz: update the license information
harfbuzz is using the 'Modern Variants' of MIT License:
https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Variants
We can update the LICENSE as 'MIT & ICU'.
Fixes this warning:
WARNING: harfbuzz: No generic license file exists for: Old-MIT in any provider
WARNING: harfbuzz: No generic license file exists for: UCDN in any provider
WARNING: harfbuzz: No generic license file exists for: HarfBuzz-old in any provider
(From OE-Core rev: 2ecb3b99373e17d93f50142f2da3f786c83c7eb2)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb index 19269f116f..fadd076114 100644 --- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.12.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "HarfBuzz is an OpenType text shaping engine." | |||
3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz" | 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz" |
4 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz" | 4 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz" |
5 | 5 | ||
6 | LICENSE = "Old-MIT & UCDN & ICU & HarfBuzz-old" | 6 | LICENSE = "MIT & ICU" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \ |
8 | file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \ | 8 | file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \ |
9 | file://src/hb-icu-le/COPYING;md5=0ac60acf068e2cc9facdf86169a9c13e \ | 9 | file://src/hb-icu-le/COPYING;md5=0ac60acf068e2cc9facdf86169a9c13e \ |