[OE-core] [PATCH v3] packagegroup-qt-toolchain-target.inc: add libQtUiTools static library

Paul Eggleton paul.eggleton at linux.intel.com
Wed Feb 26 14:42:32 UTC 2014


Hi Diego,

On Wednesday 26 February 2014 09:57:47 Diego Sueiro wrote:
> libQtUiTools.a and libQtUiToolsE.a needs to be installed on
> meta-toolchain-qt and meta-toolchain-qte respectively.
> Whitout this static library, compiling 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 at 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 \
>          "

I know there's already been a bit of discussion about this patch already, so I 
apologise if this has already been covered, but the commit message doesn't 
completely justify this addition. Most people don't statically link to Qt, 
which is why we haven't included any static libraries in the SDK (and as a 
rule we typically don't include any static libraries in our SDKs). Why is this 
individual library out of all of the libraries that Qt ships special?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the Openembedded-core mailing list