summaryrefslogtreecommitdiffstats
path: root/recipes/fonts
diff options
context:
space:
mode:
authorKwangsub Kim <kwangsub.kim@qt.io>2016-06-02 19:08:16 +0900
committerSamuli Piippo <samuli.piippo@qt.io>2016-06-02 15:57:32 +0000
commitab47141905ed04e64160e1c24a9af603e5ecd276 (patch)
tree423960f902b654c17c0069bfb8a8c6aebc74a978 /recipes/fonts
parent612c112824f1981793085e72b5962b58123a0e18 (diff)
downloadmeta-boot2qt-ab47141905ed04e64160e1c24a9af603e5ecd276.tar.gz
otf-noto: update url and license file name
Google changed the URL for the font package again. And the license file name was also changed. Change-Id: I9976eda9a93c7815fc1e7b72f8df45bc7304d7cc Reviewed-by: Kwangsub Kim <kwangsub.kim@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes/fonts')
-rw-r--r--recipes/fonts/otf-noto.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb
index d49e111..7caf8ec 100644
--- a/recipes/fonts/otf-noto.bb
+++ b/recipes/fonts/otf-noto.bb
@@ -23,17 +23,17 @@ SUMMARY = "Noto Sans CJK"
23SECTION = "fonts" 23SECTION = "fonts"
24HOMEPAGE = "http://www.google.com/get/noto" 24HOMEPAGE = "http://www.google.com/get/noto"
25LICENSE = "OFL-1.1" 25LICENSE = "OFL-1.1"
26LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE_CJK.txt;md5=55719faa0112708e946b820b24b14097" 26LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE_OFL.txt;md5=55719faa0112708e946b820b24b14097"
27 27
28INHIBIT_DEFAULT_DEPS = "1" 28INHIBIT_DEFAULT_DEPS = "1"
29 29
30inherit allarch fontcache 30inherit allarch fontcache
31 31
32PV = "1.004" 32PV = "1.004"
33SRC_URI = "https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKSC-hinted.zip" 33SRC_URI = "https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip"
34 34
35SRC_URI[md5sum] = "c0fa6153aa826ee96041ba4470a1f51f" 35SRC_URI[md5sum] = "3a2e70a4cd1f4ca4b546146b8556dffb"
36SRC_URI[sha256sum] = "31459f6d8c36a1136bec3f8d720b2b637e4dded681b7bb610186c9986be25848" 36SRC_URI[sha256sum] = "89646c86a48c1d5d25d435c31d673695bbd5751534004e9746f7d4aa71402a8f"
37 37
38S = "${WORKDIR}" 38S = "${WORKDIR}"
39 39