From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 5/7] Revert "qt5base: install bundled fonts to target"
Date: Fri, 16 Dec 2016 21:47:54 +0100 [thread overview]
Message-ID: <20161216214754.0acb270a@gmx.net> (raw)
In-Reply-To: <1481641171-10407-6-git-send-email-anaumann@ultratronik.de>
Hello Andreas,
On Tue, 13 Dec 2016 15:59:29 +0100, Andreas Naumann <anaumann@ultratronik.de> wrote:
> From: Julien Corjon <corjon.j@ecagroup.com>
>
> qtbase carries nor more fonts since c5ceabb9a1caf6b9b7615a28c3097f221772f645
>
> This reverts commit cdfa21b06041eb601e0bea79f2c8f50e9d637384.
>
> Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
> Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
> ---
> 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 \
The revert is not complete, there are two occurrence of QT5BASE_INSTALL_TARGET_FONTS left:
diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk
index d240a0a58..5ae0b016e 100644
--- a/package/qt5/qt5base/qt5base.mk
+++ b/package/qt5/qt5base/qt5base.mk
@@ -235,14 +235,12 @@ endef
ifeq ($(BR2_STATIC_LIBS),y)
define QT5BASE_INSTALL_TARGET_CMDS
- $(QT5BASE_INSTALL_TARGET_FONTS)
$(QT5BASE_INSTALL_TARGET_EXAMPLES)
endef
else
define QT5BASE_INSTALL_TARGET_CMDS
$(QT5BASE_INSTALL_TARGET_LIBS)
$(QT5BASE_INSTALL_TARGET_PLUGINS)
- $(QT5BASE_INSTALL_TARGET_FONTS)
$(QT5BASE_INSTALL_TARGET_EXAMPLES)
endef
endif
Regards,
Peter
next prev parent reply other threads:[~2016-12-16 20:47 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-13 14:59 [Buildroot] [PATCH v3 0/7] qt5 bump to 5.8.0-rc Andreas Naumann
2016-12-13 14:59 ` [Buildroot] [PATCH v3 1/7] qt5: Remove all hashes Andreas Naumann
2016-12-13 15:50 ` Thomas Petazzoni
2016-12-13 16:35 ` Andreas Naumann
2016-12-13 14:59 ` [Buildroot] [PATCH v3 2/7] qt5: bump to 5.8.0-rc Andreas Naumann
2016-12-13 15:53 ` Thomas Petazzoni
2016-12-16 20:30 ` Peter Seiderer
2016-12-19 9:50 ` Andreas Naumann
2016-12-19 20:31 ` Peter Seiderer
2016-12-16 22:03 ` Peter Seiderer
2016-12-19 9:28 ` Andreas Naumann
2016-12-13 14:59 ` [Buildroot] [PATCH v3 3/7] qt5enginio : move into legacy compatibility Andreas Naumann
2016-12-13 14:59 ` [Buildroot] [PATCH v3 4/7] qt53d/qt5quickcontrols2/qt5serialbus : move out of tech preview Andreas Naumann
2016-12-13 14:59 ` [Buildroot] [PATCH v3 5/7] Revert "qt5base: install bundled fonts to target" Andreas Naumann
2016-12-16 20:47 ` Peter Seiderer [this message]
2016-12-19 9:13 ` Andreas Naumann
2016-12-13 14:59 ` [Buildroot] [PATCH v3 6/7] qt5declarative: enable Quick for non-GL platforms Andreas Naumann
2016-12-13 14:59 ` [Buildroot] [PATCH v3 7/7] qt5quickcontrols1/2: enable for software renderer Andreas Naumann
2016-12-13 15:49 ` [Buildroot] [PATCH v3 0/7] qt5 bump to 5.8.0-rc Thomas Petazzoni
2016-12-13 16:15 ` Peter Korsgaard
2016-12-13 16:22 ` Thomas Petazzoni
2016-12-13 16:34 ` Peter Korsgaard
2016-12-13 16:34 ` François Perrad
2016-12-13 16:46 ` Peter Korsgaard
2016-12-13 21:13 ` Thomas Petazzoni
2016-12-14 9:50 ` Will Wagner
2016-12-13 16:54 ` Andreas Naumann
2016-12-17 14:47 ` Thomas Petazzoni
2016-12-13 16:24 ` Andreas Naumann
2016-12-13 16:44 ` Thomas Petazzoni
2016-12-17 14:46 ` Thomas Petazzoni
2016-12-19 9:13 ` Andreas Naumann
2016-12-19 9:26 ` Thomas Petazzoni
2016-12-21 9:13 ` Andreas Naumann
2016-12-21 9:20 ` Thomas Petazzoni
2017-01-02 8:55 ` Andreas Naumann
2017-01-03 12:35 ` Thomas Petazzoni
2017-01-04 17:02 ` Andreas Naumann
2017-01-15 22:04 ` Thomas Petazzoni
2017-01-24 9:50 ` Zoltan Gyarmati
2017-01-24 13:59 ` Andreas Naumann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161216214754.0acb270a@gmx.net \
--to=ps.report@gmx.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox