summaryrefslogtreecommitdiffstats
path: root/recipes/fonts/ttf-opensans.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fonts/ttf-opensans.bb')
-rw-r--r--recipes/fonts/ttf-opensans.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/fonts/ttf-opensans.bb b/recipes/fonts/ttf-opensans.bb
index 08e8421..a4af90e 100644
--- a/recipes/fonts/ttf-opensans.bb
+++ b/recipes/fonts/ttf-opensans.bb
@@ -29,15 +29,16 @@
29 29
30SUMMARY = "Open Sans Fonts" 30SUMMARY = "Open Sans Fonts"
31SECTION = "fonts" 31SECTION = "fonts"
32HOMEPAGE = "https://www.google.com/fonts" 32HOMEPAGE = "https://fonts.google.com"
33LICENSE = "Apache-2.0" 33LICENSE = "Apache-2.0"
34LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE.txt;md5=d273d63619c9aeaf15cdaf76422c4f87" 34LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE.txt;md5=d273d63619c9aeaf15cdaf76422c4f87"
35 35
36INHIBIT_DEFAULT_DEPS = "1" 36INHIBIT_DEFAULT_DEPS = "1"
37do_unpack[depends] += "unzip-native:do_populate_sysroot"
37 38
38inherit allarch fontcache 39inherit allarch fontcache
39 40
40SRC_URI = "https://www.google.com/fonts/download?kit=3hvsV99qyKCBS55e5pvb3ltkqrIMaAZWyLYEoB48lSQ;downloadfilename=Open_Sans.zip" 41SRC_URI = "https://fonts.google.com/download?family=Open%20Sans;downloadfilename=Open_Sans.zip"
41# Google packs fonts package on demand which results in unpredictable md5sum, so disable checksum check 42# Google packs fonts package on demand which results in unpredictable md5sum, so disable checksum check
42BB_STRICT_CHECKSUM = "" 43BB_STRICT_CHECKSUM = ""
43 44