summaryrefslogtreecommitdiffstats
path: root/recipes/fonts/otf-noto.bb
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2015-09-15 15:07:01 +0200
committerGatis Paeglis <gatis.paeglis@digia.com>2015-09-16 07:32:09 +0000
commit8a0e5054405ef7555c36c510b68470991efc5d27 (patch)
tree212641b7d5bb0bcf7d497ebe877b76d2328927f2 /recipes/fonts/otf-noto.bb
parentb54b20eb868b68379c792efab0baf8a15cd8a283 (diff)
downloadmeta-boot2qt-8a0e5054405ef7555c36c510b68470991efc5d27.tar.gz
Fix font file access rights
Change-Id: Icce6d75d639191793e11639195a5c9d2e2b05a4e Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'recipes/fonts/otf-noto.bb')
-rw-r--r--recipes/fonts/otf-noto.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb
index c207535..a2aaede 100644
--- a/recipes/fonts/otf-noto.bb
+++ b/recipes/fonts/otf-noto.bb
@@ -16,7 +16,7 @@ SRC_URI[md5sum] = "dc40e8af0b0178451ccc301f1d41e726"
16SRC_URI[sha256sum] = "25143bb803ebb20fd17ffd1299012ee2f3a929182ff0700ab656c181872413a4" 16SRC_URI[sha256sum] = "25143bb803ebb20fd17ffd1299012ee2f3a929182ff0700ab656c181872413a4"
17 17
18do_install() { 18do_install() {
19 install -m 0644 -d ${D}${datadir}/fonts/otf/noto 19 install -m 0755 -d ${D}${datadir}/fonts/otf/noto
20 install -m 0644 ${WORKDIR}/*.otf ${D}${datadir}/fonts/otf/noto 20 install -m 0644 ${WORKDIR}/*.otf ${D}${datadir}/fonts/otf/noto
21} 21}
22 22