diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-10-28 22:21:09 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2016-10-28 22:27:25 +0900 |
commit | eb689fa7b8a252ca1ae933ca9fe0c57e6757e87d (patch) | |
tree | 82753e54e6bea920830845aab290bbd3bf3cc607 /recipes-platform/images/agl-demo-platform.bb | |
parent | b5cbc82b0fe8b1761ae629b13f0042474aaa7d0d (diff) |
Preparation of upgrading to Qt5.7
Qt5.7 no longer provides any fonts. As a result of this change,
fontconfig and some ttf fonts are to be installed for AGL DEMO Apps.
Change-Id: I2cee35ccd909d08b47d4f2c6d68414f01fa82853
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'recipes-platform/images/agl-demo-platform.bb')
-rw-r--r-- | recipes-platform/images/agl-demo-platform.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-platform/images/agl-demo-platform.bb b/recipes-platform/images/agl-demo-platform.bb index 6ed69ad1c..7fa34e5fa 100644 --- a/recipes-platform/images/agl-demo-platform.bb +++ b/recipes-platform/images/agl-demo-platform.bb @@ -15,6 +15,14 @@ IMAGE_INSTALL_append = " \ packagegroup-agl-demo-platform \ " +# fonts +IMAGE_TTF_FONTS = " \ + ttf-bitstream-vera \ + ttf-dejavu-sans \ + ttf-dejavu-sans-mono \ + ttf-dejavu-serif \ + " + # add packages for CES2016 demo IMAGE_INSTALL_append = " \ als2016-demo \ @@ -24,4 +32,5 @@ IMAGE_INSTALL_append = " \ dhcp-client \ climatecontrolplugin \ Navigation \ + ${IMAGE_TTF_FONTS} \ " |