Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v4] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library
@ 2014-02-26 18:35 Diego Sueiro
  2014-02-26 21:17 ` Phil Blundell
  0 siblings, 1 reply; 3+ messages in thread
From: Diego Sueiro @ 2014-02-26 18:35 UTC (permalink / raw)
  To: openembedded-core

libQtUiTools is only built as a static library by upstream intentionally.
So, libQtUiTools.a and libQtUiToolsE.a needs to be installed on meta-toolchain-qt
and meta-toolchain-qte respectively.
Whitout this static library, building qt apps which needs uitools will fail.

qt4[-embedded]-staticdev is the package that contains this library and is the
only file in it.

Since a static library is shipped, special attention regarding the lincese
should be taken.

Signed-off-by: Diego Sueiro <diego.sueiro@gmail.com>
---
 meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
index fc1ccba..b040182 100644
--- a/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
+++ b/meta/recipes-qt/packagegroups/packagegroup-qt-toolchain-target.inc
@@ -33,4 +33,5 @@ RDEPENDS_${PN} += " \
         libqt${QTLIBPREFIX}xmlpatterns4-dev \
         libsqlite3-dev \
         expat-dev \
+        qt4${QTLIBPREFIX}-staticdev \
         "
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v4] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library
  2014-02-26 18:35 [PATCH v4] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library Diego Sueiro
@ 2014-02-26 21:17 ` Phil Blundell
  2014-02-26 21:22   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Blundell @ 2014-02-26 21:17 UTC (permalink / raw)
  To: Diego Sueiro; +Cc: openembedded-core

On Wed, 2014-02-26 at 15:35 -0300, Diego Sueiro wrote:
> libQtUiTools is only built as a static library by upstream intentionally.
> So, libQtUiTools.a and libQtUiToolsE.a needs to be installed on meta-toolchain-qt
> and meta-toolchain-qte respectively.
> Whitout this static library, building qt apps which needs uitools will fail.
> 
> qt4[-embedded]-staticdev is the package that contains this library and is the
> only file in it.

If this library is intentionally static-only, shouldn't it go in qt4-dev
rather than qt4-staticdev?

p.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v4] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library
  2014-02-26 21:17 ` Phil Blundell
@ 2014-02-26 21:22   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2014-02-26 21:22 UTC (permalink / raw)
  To: Phil Blundell; +Cc: Patches and discussions about the oe-core layer

On Wed, Feb 26, 2014 at 1:17 PM, Phil Blundell <pb@pbcl.net> wrote:
> If this library is intentionally static-only, shouldn't it go in qt4-dev

yes I believe so


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-26 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26 18:35 [PATCH v4] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library Diego Sueiro
2014-02-26 21:17 ` Phil Blundell
2014-02-26 21:22   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox