From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Cc: "Garman, Scott A" <scott.a.garman@intel.com>
Subject: Re: [oe-core, for-denzil][PATCH 1/1] qt4-embedded: fix QT_ARCH usage in QT_CONFIG_FLAGS
Date: Mon, 18 Jun 2012 13:39:47 +0100 [thread overview]
Message-ID: <1340023187.8481.21.camel@ted> (raw)
In-Reply-To: <5b10b328ed39fd43464ed1f97fdc8964237252e7.1339932526.git.anders@chargestorm.se>
On Sun, 2012-06-17 at 13:31 +0200, Anders Darander wrote:
> After the change to shell style functions (from python style), the
> ability to use oe_filter_out on QT_CONFIG_FLAGS got broken.
>
> This patch solves that by referring to QT_ARCH in a more correct way.
>
> Signed-off-by: Anders Darander <anders@chargestorm.se>
> ---
> meta/recipes-qt/qt4/qt4-embedded.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc
> index 05803d1..9c5b4af 100644
> --- a/meta/recipes-qt/qt4/qt4-embedded.inc
> +++ b/meta/recipes-qt/qt4/qt4-embedded.inc
> @@ -10,7 +10,7 @@ QT_BASE_LIB ?= "libqt-embedded"
> SRC_URI += "file://qte.sh"
>
> QT_CONFIG_FLAGS += " \
> - -embedded ${QT_ARCH} \
> + -embedded $QT_ARCH \
> -qtlibinfix ${QT_LIBINFIX} \
> -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc -plugin-gfx-directfb \
> -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb -qt-mouse-linuxinput \
Merged to master, thanks. cc'ing Scott for denzil...
Cheers,
Richard
next prev parent reply other threads:[~2012-06-18 12:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-17 11:31 [oe-core, for-denzil][PATCH 0/1] qt4-embedded: Reference QT_ARCH correctly in QT_CONFIG_FLAGS Anders Darander
2012-06-17 11:31 ` [oe-core, for-denzil][PATCH 1/1] qt4-embedded: fix QT_ARCH usage " Anders Darander
2012-06-18 12:39 ` Richard Purdie [this message]
2012-06-18 18:40 ` [oe-core, for-denzil][PATCH 0/1] qt4-embedded: Reference QT_ARCH correctly " Scott Garman
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=1340023187.8481.21.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=scott.a.garman@intel.com \
/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.