[oe] [meta-oe][PATCH 1/1] qwt-e: qwt 6.1.0 FTBFS fix for qt-embedded targets

Martin Jansa martin.jansa at gmail.com
Fri Apr 11 18:20:42 UTC 2014


On Fri, Apr 11, 2014 at 06:23:43PM +0200, Björn Krombholz wrote:
> - qwt 6.1.0 changed the handling of the QT_INFIX variable. Builds with any
>   QT_INFIX defined will fail as the generated qmake TARGET is always
>   libqwt.* ignoring the INFIX, but sub-projects like designer respect the
>   INFIX variable.
> - add PR/INC_PR to force recompile.

We're not using PR/INC_PR anymore, it will recompile because of
signature change (OEBasicHash) and package version should be incremented
by PR service.

So please send v2 without adding PR/INC_PR.

> Signed-off-by: Björn Krombholz <b.krombholz at pironex.de>
> ---
> for yocto-1.4 branch, 1.5 is still on qwt 6.0.1
>  meta-oe/recipes-qt/qwt/files/qwt-e_qt_infix.patch | 13 +++++++++++++
>  meta-oe/recipes-qt/qwt/qwt-e_6.1.0.bb             |  2 ++
>  meta-oe/recipes-qt/qwt/qwt.inc                    |  5 ++++-
>  meta-oe/recipes-qt/qwt/qwt_6.1.0.bb               |  2 ++
>  4 files changed, 21 insertions(+), 1 deletion(-)
>  create mode 100644 meta-oe/recipes-qt/qwt/files/qwt-e_qt_infix.patch
> 
> diff --git a/meta-oe/recipes-qt/qwt/files/qwt-e_qt_infix.patch b/meta-oe/recipes-qt/qwt/files/qwt-e_qt_infix.patch
> new file mode 100644
> index 0000000..3a6fb64
> --- /dev/null
> +++ b/meta-oe/recipes-qt/qwt/files/qwt-e_qt_infix.patch
> @@ -0,0 +1,13 @@
> +Index: qwt-6.1.0/qwtfunctions.pri
> +===================================================================
> +--- qwt-6.1.0.orig/qwtfunctions.pri	2014-04-11 16:25:59.291152505 +0200
> ++++ qwt-6.1.0/qwtfunctions.pri	2014-04-11 16:26:25.749892402 +0200
> +@@ -12,7 +12,7 @@
> + defineReplace(qwtLibraryTarget) {
> + 
> +     unset(LIBRARY_NAME)
> +-    LIBRARY_NAME = $$1
> ++    LIBRARY_NAME = $$1$${QT_LIBINFIX}
> + 
> +     mac:contains(QWT_CONFIG, QwtFramework) {
> + 
> diff --git a/meta-oe/recipes-qt/qwt/qwt-e_6.1.0.bb b/meta-oe/recipes-qt/qwt/qwt-e_6.1.0.bb
> index 7694514..3d46a7a 100644
> --- a/meta-oe/recipes-qt/qwt/qwt-e_6.1.0.bb
> +++ b/meta-oe/recipes-qt/qwt/qwt-e_6.1.0.bb
> @@ -2,6 +2,8 @@ inherit qt4e
>  
>  require qwt.inc
>  
> +PR = "${INC_PR}.0"
> +
>  SRC_URI[qwt.md5sum] = "aef0437b37f191067a6a9dc01c30ba64"
>  SRC_URI[qwt.sha256sum] = "a7e3d9f1db917d186a973c5f04a316bc9607c7c35794d7a16de323aba5e17402"
>  
> diff --git a/meta-oe/recipes-qt/qwt/qwt.inc b/meta-oe/recipes-qt/qwt/qwt.inc
> index 0ac71bf..bc65db6 100644
> --- a/meta-oe/recipes-qt/qwt/qwt.inc
> +++ b/meta-oe/recipes-qt/qwt/qwt.inc
> @@ -5,8 +5,11 @@ SECTION = "libs"
>  LICENSE = "QWTv1.0"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=dac2743472b0462ff3cfb4af42051c88"
>  
> +INC_PR = "r1"
> +
>  SRC_URI = "${SOURCEFORGE_MIRROR}/qwt/qwt/6.1.0/qwt-${PV}.tar.bz2;name=qwt \
> -           file://qwt6-fix-linking-with-ld-gold.patch"
> +           file://qwt6-fix-linking-with-ld-gold.patch \
> +           file://qwt-e_qt_infix.patch "
>  
>  S = "${WORKDIR}/qwt-${PV}"
>  
> diff --git a/meta-oe/recipes-qt/qwt/qwt_6.1.0.bb b/meta-oe/recipes-qt/qwt/qwt_6.1.0.bb
> index 97a53a8..eb12c1a 100644
> --- a/meta-oe/recipes-qt/qwt/qwt_6.1.0.bb
> +++ b/meta-oe/recipes-qt/qwt/qwt_6.1.0.bb
> @@ -2,6 +2,8 @@ inherit qt4x11
>  
>  require qwt.inc
>  
> +PR = "${INC_PR}.0"
> +
>  SRC_URI[qwt.md5sum] = "aef0437b37f191067a6a9dc01c30ba64"
>  SRC_URI[qwt.sha256sum] = "a7e3d9f1db917d186a973c5f04a316bc9607c7c35794d7a16de323aba5e17402"
>  
> -- 
> 1.9.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140411/4a0f2d5a/attachment-0002.sig>


More information about the Openembedded-devel mailing list