From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by arago-project.org (Postfix) with ESMTPS id E84AE529D2 for ; Tue, 14 Mar 2017 01:32:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id EBF5620BAB; Tue, 14 Mar 2017 01:32:56 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RQIwB6XV2psI; Tue, 14 Mar 2017 01:32:56 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id C4A6220BA1; Tue, 14 Mar 2017 01:32:55 +0000 (UTC) Received: from gimli.denix (gimli [192.168.0.6]) by mail.denix.org (Postfix) with ESMTP id 5E0D91623E7; Mon, 13 Mar 2017 21:32:55 -0400 (EDT) From: Denys Dmytriyenko To: meta-arago@arago-project.org Date: Mon, 13 Mar 2017 21:32:54 -0400 Message-Id: <1489455174-47881-2-git-send-email-denys@ti.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1489455174-47881-1-git-send-email-denys@ti.com> References: <1489455174-47881-1-git-send-email-denys@ti.com> Subject: [morty/master][PATCH 2/2] packagegroup-*-qte: add liberation fonts package for use with Qt5 X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2017 01:32:57 -0000 Signed-off-by: Denys Dmytriyenko --- meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb index 5030caa..5500ea2 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-qte.bb @@ -40,6 +40,7 @@ QT5_ESSENTIALS = "\ qtquick1-plugins \ qtquick1-qmlplugins \ qtwebengine-qmlplugins \ + liberation-fonts \ " RDEPENDS_${PN} = "\ -- 2.7.4