From patchwork Tue Dec 13 14:59:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Naumann X-Patchwork-Id: 705427 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tdNGh19R1z9sxS for ; Wed, 14 Dec 2016 02:02:20 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 44DFF30297; Tue, 13 Dec 2016 15:02:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y39w0okYrFd6; Tue, 13 Dec 2016 15:02:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 8FA24301B0; Tue, 13 Dec 2016 15:00:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 301CD1C03F1 for ; Tue, 13 Dec 2016 15:00:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 059EF22F3F for ; Tue, 13 Dec 2016 15:00:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oW5-0NNv-Zhq for ; Tue, 13 Dec 2016 15:00:42 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from dd5424.kasserver.com (dd5424.kasserver.com [85.13.138.252]) by silver.osuosl.org (Postfix) with ESMTPS id 5CD4B30173 for ; Tue, 13 Dec 2016 15:00:15 +0000 (UTC) Received: from localhost.localdomain (unknown [145.129.136.115]) by dd5424.kasserver.com (Postfix) with ESMTPA id 93CCBB5827F4; Tue, 13 Dec 2016 16:00:13 +0100 (CET) From: Andreas Naumann To: buildroot@buildroot.org Date: Tue, 13 Dec 2016 15:59:29 +0100 Message-Id: <1481641171-10407-6-git-send-email-anaumann@ultratronik.de> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1481641171-10407-1-git-send-email-anaumann@ultratronik.de> References: <1481641171-10407-1-git-send-email-anaumann@ultratronik.de> Cc: Andreas Naumann Subject: [Buildroot] [PATCH v3 5/7] Revert "qt5base: install bundled fonts to target" X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Julien Corjon qtbase carries nor more fonts since c5ceabb9a1caf6b9b7615a28c3097f221772f645 This reverts commit cdfa21b06041eb601e0bea79f2c8f50e9d637384. Signed-off-by: Andreas Naumann Signed-off-by: Julien Corjon --- package/qt5/qt5base/qt5base.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk index 79ad868..fffadad 100644 --- a/package/qt5/qt5base/qt5base.mk +++ b/package/qt5/qt5base/qt5base.mk @@ -230,14 +230,6 @@ define QT5BASE_INSTALL_TARGET_PLUGINS done endef -define QT5BASE_INSTALL_TARGET_FONTS - if [ -d $(STAGING_DIR)/usr/lib/fonts/ ] ; then \ - mkdir -p $(TARGET_DIR)/usr/lib/fonts ; \ - cp -dpfr $(STAGING_DIR)/usr/lib/fonts/* $(TARGET_DIR)/usr/lib/fonts ; \ - fi -endef - - define QT5BASE_INSTALL_TARGET_EXAMPLES example_dirs=$$(cd $(@D)/examples; find . -mindepth 1 -maxdepth 1 -type d); \ for example in $${example_dirs}; do \