From: Joshua Lock <josh@linux.intel.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 3/3] qt4: split out SQL driver config flags to QT_SQL_DRIVER_FLAGS
Date: Fri, 13 May 2011 10:14:27 -0700 [thread overview]
Message-ID: <1305306867.2023.21.camel@scimitar> (raw)
In-Reply-To: <8e2a54d05b21f33bd2249bab21343c25170ffc83.1305295079.git.paul.eggleton@linux.intel.com>
On Fri, 2011-05-13 at 14:59 +0100, Paul Eggleton wrote:
> From: Paul Eggleton <paul.eggleton@linux.intel.com>
>
> This allows meta-oe to override these options easily in order to enable more
> SQL driver plugins.
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Cool!
Reviewed-by: Joshua Lock <josh@linux.intel.com>
> ---
> meta/recipes-qt/qt4/qt4.inc | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
> index b86f89f..7e15b61 100644
> --- a/meta/recipes-qt/qt4/qt4.inc
> +++ b/meta/recipes-qt/qt4/qt4.inc
> @@ -9,11 +9,13 @@ QT_ENDIAN = "${@qt_endian(d)}"
> QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm"
> QT_DISTRO_FLAGS_linuxstdbase = "-sm"
>
> +QT_SQL_DRIVER_FLAGS ?= "-no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite"
> +
> QT_CONFIG_FLAGS += "-release -no-cups -reduce-relocations \
> -shared -no-nas-sound -no-nis \
> -qt-gif -system-libjpeg -system-libpng -system-zlib \
> - -no-sql-ibase -no-sql-mysql -no-sql-psql -no-sql-odbc -plugin-sql-sqlite \
> -no-pch -qdbus -stl -glib -phonon -webkit \
> + ${QT_SQL_DRIVER_FLAGS} \
> ${QT_DISTRO_FLAGS} "
>
> EXTRA_OEMAKE = "-e"
--
Joshua Lock
Yocto Build System Monkey
Intel Open Source Technology Centre
next prev parent reply other threads:[~2011-05-13 17:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-13 13:59 [PATCH 0/3] Qt4 fixes Paul Eggleton
2011-05-13 13:59 ` [PATCH 1/3] qt4: update from 4.7.2 to 4.7.3 Paul Eggleton
2011-05-13 17:14 ` Joshua Lock
2011-05-13 13:59 ` [PATCH 2/3] distro_tracking_fields.inc: update for qt 4.7.3 upgrade Paul Eggleton
2011-05-13 13:59 ` [PATCH 3/3] qt4: split out SQL driver config flags to QT_SQL_DRIVER_FLAGS Paul Eggleton
2011-05-13 17:14 ` Joshua Lock [this message]
2011-05-17 18:32 ` [PATCH 0/3] Qt4 fixes Saul Wold
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=1305306867.2023.21.camel@scimitar \
--to=josh@linux.intel.com \
--cc=poky@yoctoproject.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.