diff options
| author | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2015-09-15 15:07:01 +0200 |
|---|---|---|
| committer | Gatis Paeglis <gatis.paeglis@digia.com> | 2015-09-16 07:32:09 +0000 |
| commit | 8a0e5054405ef7555c36c510b68470991efc5d27 (patch) | |
| tree | 212641b7d5bb0bcf7d497ebe877b76d2328927f2 | |
| parent | b54b20eb868b68379c792efab0baf8a15cd8a283 (diff) | |
| download | meta-boot2qt-8a0e5054405ef7555c36c510b68470991efc5d27.tar.gz | |
Fix font file access rights
Change-Id: Icce6d75d639191793e11639195a5c9d2e2b05a4e
Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
| -rw-r--r-- | recipes/fonts/otf-noto.bb | 2 | ||||
| -rw-r--r-- | recipes/fonts/ttf-devanagari_2.94.0.bb | 4 | ||||
| -rw-r--r-- | recipes/fonts/ttf-opensans.bb | 2 |
3 files changed, 4 insertions, 4 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" | |||
| 16 | SRC_URI[sha256sum] = "25143bb803ebb20fd17ffd1299012ee2f3a929182ff0700ab656c181872413a4" | 16 | SRC_URI[sha256sum] = "25143bb803ebb20fd17ffd1299012ee2f3a929182ff0700ab656c181872413a4" |
| 17 | 17 | ||
| 18 | do_install() { | 18 | do_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 | ||
diff --git a/recipes/fonts/ttf-devanagari_2.94.0.bb b/recipes/fonts/ttf-devanagari_2.94.0.bb index 69e66c8..f945c82 100644 --- a/recipes/fonts/ttf-devanagari_2.94.0.bb +++ b/recipes/fonts/ttf-devanagari_2.94.0.bb | |||
| @@ -14,8 +14,8 @@ SRC_URI[md5sum] = "57527ee536a18b443cf786d4b8fd5ec8" | |||
| 14 | SRC_URI[sha256sum] = "a6618aeb1d25df46d3c22e528c38ea1d1147654e19904497a1e97f4684c55353" | 14 | SRC_URI[sha256sum] = "a6618aeb1d25df46d3c22e528c38ea1d1147654e19904497a1e97f4684c55353" |
| 15 | 15 | ||
| 16 | do_install() { | 16 | do_install() { |
| 17 | install -m 0644 -d ${D}${datadir}/fonts/truetype/lohit | 17 | install -m 0755 -d ${D}${datadir}/fonts/truetype/lohit |
| 18 | install -m 0644 -d ${D}${sysconfdir}/fonts/conf.d/ | 18 | install -m 0755 -d ${D}${sysconfdir}/fonts/conf.d/ |
| 19 | install -m 0644 ${WORKDIR}/lohit-devanagari-ttf-${PV}/66-lohit-devanagari.conf ${D}${sysconfdir}/fonts/conf.d/ | 19 | install -m 0644 ${WORKDIR}/lohit-devanagari-ttf-${PV}/66-lohit-devanagari.conf ${D}${sysconfdir}/fonts/conf.d/ |
| 20 | install -m 0644 ${WORKDIR}/lohit-devanagari-ttf-${PV}/Lohit-Devanagari.ttf ${D}${datadir}/fonts/truetype/lohit | 20 | install -m 0644 ${WORKDIR}/lohit-devanagari-ttf-${PV}/Lohit-Devanagari.ttf ${D}${datadir}/fonts/truetype/lohit |
| 21 | } | 21 | } |
diff --git a/recipes/fonts/ttf-opensans.bb b/recipes/fonts/ttf-opensans.bb index ad40b81..d115219 100644 --- a/recipes/fonts/ttf-opensans.bb +++ b/recipes/fonts/ttf-opensans.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "https://www.google.com/fonts/download?kit=3hvsV99qyKCBS55e5pvb3ltkqrI | |||
| 13 | BB_STRICT_CHECKSUM = "" | 13 | BB_STRICT_CHECKSUM = "" |
| 14 | 14 | ||
| 15 | do_install() { | 15 | do_install() { |
| 16 | install -m 0644 -d ${D}${datadir}/fonts/truetype/opensans | 16 | install -m 0755 -d ${D}${datadir}/fonts/truetype/opensans |
| 17 | install -m 0644 ${WORKDIR}/*.ttf ${D}${datadir}/fonts/truetype/opensans | 17 | install -m 0644 ${WORKDIR}/*.ttf ${D}${datadir}/fonts/truetype/opensans |
| 18 | } | 18 | } |
| 19 | 19 | ||
