From efb7812262377ed43b67ca46cf3538ada15d88bb Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 3 Aug 2017 18:48:58 +0200 Subject: [PATCH] packagegroup-dey-qt: add fonts package In the past QT package did include some fonts, but not anymore. New versions of QT do rely on an external font package being installed in the rootfs. Without fonts the QT applications just show up in the screen but obviously with no text at all. https://jira.digi.com/browse/DEL-4724 Signed-off-by: Javier Viguera (cherry picked from commit 02547c653061383e9e612b4560788d3f5904567b) --- .../recipes-graphics/packagegroups/packagegroup-dey-qt.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-graphics/packagegroups/packagegroup-dey-qt.bb b/meta-digi-dey/recipes-graphics/packagegroups/packagegroup-dey-qt.bb index bb4c9ef47..2e975d56c 100644 --- a/meta-digi-dey/recipes-graphics/packagegroups/packagegroup-dey-qt.bb +++ b/meta-digi-dey/recipes-graphics/packagegroups/packagegroup-dey-qt.bb @@ -30,6 +30,7 @@ QT5_DEMOS_append_ccimx6 = " \ " RDEPENDS_${PN} += " \ + liberation-fonts \ ${QT5_PKS} \ ${QT5_DEMOS} \ ${QT5_EXAMPLES} \