diff options
-rw-r--r-- | recipes/fonts/otf-noto.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb index a2aaede..fc26e1a 100644 --- a/recipes/fonts/otf-noto.bb +++ b/recipes/fonts/otf-noto.bb | |||
@@ -1,19 +1,18 @@ | |||
1 | SUMMARY = "Noto Sans CJK" | 1 | SUMMARY = "Noto Sans CJK" |
2 | SECTION = "fonts" | 2 | SECTION = "fonts" |
3 | HOMEPAGE = "http://www.google.com/get/noto" | 3 | HOMEPAGE = "http://www.google.com/get/noto" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "OFL-1.1" |
5 | # see https://code.google.com/p/noto/issues/detail?id=331 | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE_CJK.txt;md5=55719faa0112708e946b820b24b14097" |
6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
7 | 6 | ||
8 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
9 | 8 | ||
10 | inherit allarch fontcache | 9 | inherit allarch fontcache |
11 | 10 | ||
12 | PV = "1.004" | 11 | PV = "1.004" |
13 | SRC_URI = "http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip" | 12 | SRC_URI = "https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKSC-hinted.zip" |
14 | 13 | ||
15 | SRC_URI[md5sum] = "dc40e8af0b0178451ccc301f1d41e726" | 14 | SRC_URI[md5sum] = "c0fa6153aa826ee96041ba4470a1f51f" |
16 | SRC_URI[sha256sum] = "25143bb803ebb20fd17ffd1299012ee2f3a929182ff0700ab656c181872413a4" | 15 | SRC_URI[sha256sum] = "31459f6d8c36a1136bec3f8d720b2b637e4dded681b7bb610186c9986be25848" |
17 | 16 | ||
18 | do_install() { | 17 | do_install() { |
19 | install -m 0755 -d ${D}${datadir}/fonts/otf/noto | 18 | install -m 0755 -d ${D}${datadir}/fonts/otf/noto |