From: Gary Thomas <gary@mlbassoc.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-qt5][PATCH 1/3] qtbase/qtwebkit: drop ICU variable
Date: Fri, 28 Feb 2014 14:28:04 -0700 [thread overview]
Message-ID: <5310FF64.4050804@mlbassoc.com> (raw)
In-Reply-To: <1393618507-29414-1-git-send-email-obi@opendreambox.org>
On 2014-02-28 13:15, Andreas Oberritter wrote:
> Pango doesn't seem to be a drop-in replacement for ICU, so
> using it as a dependency for the -icu option won't work.
>
> QtWebKit has a hard dependency on icu.
>
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
So, does this make QT5 a no-go for PowerPC or any other BigEndian
platform? Or is there another solution for ICU on PowerPC, etc?
> ---
> recipes-qt/qt5/qt5.inc | 4 ----
> recipes-qt/qt5/qtbase.inc | 2 +-
> recipes-qt/qt5/qtwebkit.inc | 2 +-
> 3 files changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/recipes-qt/qt5/qt5.inc b/recipes-qt/qt5/qt5.inc
> index e2a1662..dfc1c76 100644
> --- a/recipes-qt/qt5/qt5.inc
> +++ b/recipes-qt/qt5/qt5.inc
> @@ -3,10 +3,6 @@
>
> inherit qmake5
>
> -# Qt5 is dependent on icu for localization
> -ICU = "icu "
> -ICU_powerpc = "pango"
> -
> PACKAGECONFIG_OPENSSL ?= "openssl"
>
> QT_MODULE ?= "${BPN}"
> diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
> index 378f229..4fe6bd5 100644
> --- a/recipes-qt/qt5/qtbase.inc
> +++ b/recipes-qt/qt5/qtbase.inc
> @@ -116,7 +116,7 @@ PACKAGECONFIG[linuxfb] = "-linuxfb,-no-linuxfb"
> PACKAGECONFIG[mitshm] = "-mitshm,-no-mitshm,mitshm"
> PACKAGECONFIG[kms] = "-kms,-no-kms,kms"
> # needed for qtdeclarative (qtdeclarative.do_configure fails to find quick module without)
> -PACKAGECONFIG[icu] = "-icu,-no-icu,${ICU}"
> +PACKAGECONFIG[icu] = "-icu,-no-icu,icu"
> PACKAGECONFIG[udev] = "-libudev,-no-libudev,udev"
> # use -openssl-linked here to ensure that RDEPENDS for libcrypto and libssl are detected
> PACKAGECONFIG[openssl] = "-openssl-linked,-no-openssl,openssl"
> diff --git a/recipes-qt/qt5/qtwebkit.inc b/recipes-qt/qt5/qtwebkit.inc
> index aea9dad..c35504e 100644
> --- a/recipes-qt/qt5/qtwebkit.inc
> +++ b/recipes-qt/qt5/qtwebkit.inc
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://Source/WebCore/rendering/RenderApplet.h;endline=22;md
> file://Source/WebKit/gtk/webkit/webkit.h;endline=21;md5=b4fbe9f4a944f1d071dba1d2c76b3351 \
> file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee"
>
> -DEPENDS += "qtdeclarative qtlocation qtsensors ${ICU} ruby-native sqlite3 glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base libxslt"
> +DEPENDS += "qtdeclarative qtlocation qtsensors icu ruby-native sqlite3 glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base libxslt"
>
> # qtwebkit gets terribly big when linking with all debug info, disable by default
> QTWEBKIT_DEBUG = "QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0"
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2014-02-28 21:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-28 20:15 [meta-qt5][PATCH 1/3] qtbase/qtwebkit: drop ICU variable Andreas Oberritter
2014-02-28 20:15 ` [meta-qt5][PATCH 2/3] qtdeclarative: drop qtsvg dependency, add packageconfig for qtxmlpatterns Andreas Oberritter
2014-02-28 20:15 ` [meta-qt5][PATCH 3/3] qtwebkit: add packageconfig for gstreamer, qtlocation and qtsensors Andreas Oberritter
2014-03-28 6:16 ` Andre McCurdy
2014-04-04 3:34 ` Andre McCurdy
2014-04-04 20:37 ` Andreas Oberritter
2014-04-21 11:43 ` Martin Jansa
2014-02-28 21:28 ` Gary Thomas [this message]
2014-02-28 22:29 ` [meta-qt5][PATCH 1/3] qtbase/qtwebkit: drop ICU variable Andreas Oberritter
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=5310FF64.4050804@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=openembedded-devel@lists.openembedded.org \
/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.