diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-08 13:17:44 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-08 13:18:39 +0300 |
| commit | 08875b8455350c58c59337a2343bb753c71349d9 (patch) | |
| tree | d9bffd4c4fbda5e7d1356d90307c1ef57f5df911 /recipes | |
| parent | 583341f6ea2439f58ffcbf4e06070aeb9472ec08 (diff) | |
| parent | dae3725a434697424790aa628eeea769c0255c49 (diff) | |
| download | meta-boot2qt-08875b8455350c58c59337a2343bb753c71349d9.tar.gz | |
Merge remote-tracking branch 'origin/stable' into dizzy
* origin/stable:
Update checksum for Noto fonts release 1.002
toradex: add support for u-boot update on colibri vf
Update Colibri-VF recpies to use latest meta-toradex (V2.3)
Fix Linux Kernel 3.18 build with Colibri-VF
scripts: use correct upload path
toradex: update toradex meta layer
Change mirror of hunspell dictionaries
Install CJK fonts on eLinux image
Conflicts:
conf/distro/include/colibri-vf.conf
meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch
recipes/packagegroup/packagegroup-b2qt-embedded-base.bb
scripts/manifest.xml
scripts/upload.sh
Change-Id: I38f7fc045264d13e3a1c6c4afd4e7355ac8f56c9
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/fonts/otf-noto.bb | 23 | ||||
| -rw-r--r-- | recipes/packagegroup/packagegroup-b2qt-embedded-base.bb | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/recipes/fonts/otf-noto.bb b/recipes/fonts/otf-noto.bb new file mode 100644 index 0000000..266010c --- /dev/null +++ b/recipes/fonts/otf-noto.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Noto Sans CJK" | ||
| 2 | SECTION = "fonts" | ||
| 3 | HOMEPAGE = "http://www.google.com/get/noto" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | # see https://code.google.com/p/noto/issues/detail?id=331 | ||
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
| 7 | |||
| 8 | INHIBIT_DEFAULT_DEPS = "1" | ||
| 9 | |||
| 10 | inherit allarch fontcache | ||
| 11 | |||
| 12 | SRC_URI = "http://www.google.com/get/noto/pkgs/NotoSansCJKSC-hinted.zip" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "9c59b0a684b03d3220dc05c6f7d4a097" | ||
| 15 | SRC_URI[sha256sum] = "c815b154a57877bfc3c9baa9650f22217e509bddc73f5433f640d875ae6f35e0" | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | install -m 0644 -d ${D}${datadir}/fonts/otf/noto | ||
| 19 | install -m 0644 ${WORKDIR}/*.otf ${D}${datadir}/fonts/otf/noto | ||
| 20 | } | ||
| 21 | |||
| 22 | PACKAGES = "${PN}" | ||
| 23 | FILES_${PN} += "${datadir}/fonts/otf/noto" | ||
diff --git a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb index a038b86..c5078c2 100644 --- a/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb +++ b/recipes/packagegroup/packagegroup-b2qt-embedded-base.bb | |||
| @@ -51,6 +51,7 @@ RDEPENDS_${PN} = "\ | |||
| 51 | ttf-dejavu-common \ | 51 | ttf-dejavu-common \ |
| 52 | ttf-dejavu-sans \ | 52 | ttf-dejavu-sans \ |
| 53 | dbus-session-init \ | 53 | dbus-session-init \ |
| 54 | otf-noto \ | ||
| 54 | libmysqlclient \ | 55 | libmysqlclient \ |
| 55 | libpq \ | 56 | libpq \ |
| 56 | ${@base_contains("DISTRO_FEATURES", "wayland", "wayland weston weston-examples", "", d)} \ | 57 | ${@base_contains("DISTRO_FEATURES", "wayland", "wayland weston weston-examples", "", d)} \ |
