All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: meta-freescale Mailing List <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings
Date: Thu, 19 Feb 2015 11:41:42 +0100	[thread overview]
Message-ID: <20150219104142.GF10602@piout.net> (raw)
In-Reply-To: <1424177364-31179-4-git-send-email-otavio@ossystems.com.br>

Hi,

I just want to mention that removing icu will break any application
using qtwebkit (but not qtwebkit itself) when building with a distro
that does not add icu to the qtbase PACKAGECONFIG (like poky).

I'm not saying this shouldn't be done, I'm just warning that we may see
some reports of broken applications soon ;)


On 17/02/2015 at 10:49:24 -0200, Otavio Salvador wrote :
> The use of TSLib, ICU and availability of examples is a distribution
> configuration and not a BSP thing. Drop this settings from the
> bbappend.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
> index 64966c2..3152956 100644
> --- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
> +++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
> @@ -1,3 +1,4 @@
> +# Copyright (C) 2013-2015 O.S. Systems Software LTDA.
>  # Copyright (C) 2013 Eric Bénard - Eukréa Electromatique
>  
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> @@ -10,17 +11,15 @@ IS_MX6SL = "0"
>  IS_MX6SL_mx6sl = "1"
>  
>  PACKAGECONFIG_GL_mx5 = "gles2"
> -PACKAGECONFIG_append_mx5 = " tslib icu examples"
>  
>  PACKAGECONFIG_GL_mx6q = "gles2"
>  PACKAGECONFIG_GL_mx6dl = "gles2"
>  PACKAGECONFIG_GL_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \
>                              ' gl', '', d)}"
> -PACKAGECONFIG_append_mx6 = " tslib icu examples"
>  QT_CONFIG_FLAGS_append_mx6q = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
>  QT_CONFIG_FLAGS_append_mx6dl = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
>  QT_CONFIG_FLAGS_append_mx6sl = "${@base_contains('DISTRO_FEATURES', 'x11', \
> -                            ' -no-eglfs', ' -no-opengl -linuxfb -no-icu -no-eglfs', d)}"
> +                            ' -no-eglfs', ' -no-opengl -linuxfb -no-eglfs', d)}"
>  
>  do_configure_prepend_mx5() {
>      sed -i 's!load(qt_config)!!' ${S}/mkspecs/linux-oe-g++/qmake.conf
> -- 
> 2.1.4
> 
> -- 
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


  parent reply	other threads:[~2015-02-19 10:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17 12:49 [meta-fsl-arm][PATCH 1/4] amd-gpu-mx51.inc: Add the amd-gpu-mx51 provider Otavio Salvador
2015-02-17 12:49 ` [meta-fsl-arm][PATCH 2/4] libz160: Add a build-dependency on AMD GPU Otavio Salvador
2015-02-17 12:49 ` [meta-fsl-arm][PATCH 3/4] u-boot-fslc: Update to revision 6e66aed Otavio Salvador
2015-02-17 12:49 ` [meta-fsl-arm][PATCH 4/4] qtbase: Remove distribution-related settings Otavio Salvador
2015-02-19  8:32   ` Eric Bénard
2015-02-19 10:46     ` Otavio Salvador
2015-02-19 10:41   ` Alexandre Belloni [this message]
2015-02-19 10:46     ` Eric Bénard
2015-02-19 11:03     ` Andreas Müller
2015-02-19 11:08       ` Otavio Salvador
2015-02-19 11:54       ` Alexandre Belloni
2015-02-19 16:01         ` Otavio Salvador
2015-02-19 16:07           ` Eric Bénard
2015-02-19 16:29           ` Alexandre Belloni

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=20150219104142.GF10602@piout.net \
    --to=alexandre.belloni@free-electrons.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.