Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe] qt-4.8.0: enable sql features as in 4.7.4
@ 2012-01-25 15:43 Eric Bénard
  2012-01-25 16:42 ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bénard @ 2012-01-25 15:43 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend |    5 +++++
 meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
 create mode 100644 meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend

diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
new file mode 100644
index 0000000..9b4ede4
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
@@ -0,0 +1,5 @@
+DEPENDS += "mysql5 postgresql sqlite"
+QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
+QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
+                    -I${STAGING_INCDIR}/postgresql"
+
diff --git a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
new file mode 100644
index 0000000..9b4ede4
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
@@ -0,0 +1,5 @@
+DEPENDS += "mysql5 postgresql sqlite"
+QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
+QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
+                    -I${STAGING_INCDIR}/postgresql"
+
-- 
1.7.7.5




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

* Re: [meta-oe] qt-4.8.0: enable sql features as in 4.7.4
  2012-01-25 15:43 [meta-oe] qt-4.8.0: enable sql features as in 4.7.4 Eric Bénard
@ 2012-01-25 16:42 ` Koen Kooi
  2012-01-25 17:21   ` [PATCH v2] " Eric Bénard
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2012-01-25 16:42 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 25-01-12 16:43, Eric Bénard schreef:
> Signed-off-by: Eric Bénard <eric@eukrea.com>

Missing PR(INC) bumps

> --- meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend |    5 +++++ 
> meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend |    5 +++++ 2 files
> changed, 10 insertions(+), 0 deletions(-) create mode 100644
> meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend create mode 100644
> meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
> 
> diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
> b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend new file mode
> 100644 index 0000000..9b4ede4 --- /dev/null +++
> b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend @@ -0,0 +1,5 @@ 
> +DEPENDS += "mysql5 postgresql sqlite" +QT_SQL_DRIVER_FLAGS =
> "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql
> -plugin-sql-sqlite2 -plugin-sql-sqlite" +QT_CONFIG_FLAGS +=
> "-I${STAGING_INCDIR}/mysql \ +
> -I${STAGING_INCDIR}/postgresql" + diff --git
> a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
> b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend new file mode
> 100644 index 0000000..9b4ede4 --- /dev/null +++
> b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend @@ -0,0 +1,5 @@ 
> +DEPENDS += "mysql5 postgresql sqlite" +QT_SQL_DRIVER_FLAGS =
> "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql
> -plugin-sql-sqlite2 -plugin-sql-sqlite" +QT_CONFIG_FLAGS +=
> "-I${STAGING_INCDIR}/mysql \ +
> -I${STAGING_INCDIR}/postgresql" +

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk8gMQwACgkQMkyGM64RGpHsmQCfQSCWdT41PQuxdQ09EQ/CxGoS
qloAn3Hi35LbSgKL7/n6xB7BN+y+EfQh
=nOCe
-----END PGP SIGNATURE-----




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

* [PATCH v2] qt-4.8.0: enable sql features as in 4.7.4
  2012-01-25 16:42 ` Koen Kooi
@ 2012-01-25 17:21   ` Eric Bénard
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Bénard @ 2012-01-25 17:21 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
v2: add PRINC
 meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend |    6 ++++++
 meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
 create mode 100644 meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend

diff --git a/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
new file mode 100644
index 0000000..3c1ac5e
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-embedded_4.8.0.bbappend
@@ -0,0 +1,6 @@
+DEPENDS += "mysql5 postgresql sqlite"
+QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
+QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
+                    -I${STAGING_INCDIR}/postgresql"
+
+PRINC = "1"
diff --git a/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
new file mode 100644
index 0000000..3c1ac5e
--- /dev/null
+++ b/meta-oe/recipes-qt/qt4/qt4-x11-free_4.8.0.bbappend
@@ -0,0 +1,6 @@
+DEPENDS += "mysql5 postgresql sqlite"
+QT_SQL_DRIVER_FLAGS = "-no-sql-ibase -plugin-sql-mysql -no-sql-odbc -plugin-sql-psql -plugin-sql-sqlite2 -plugin-sql-sqlite"
+QT_CONFIG_FLAGS += "-I${STAGING_INCDIR}/mysql \
+                    -I${STAGING_INCDIR}/postgresql"
+
+PRINC = "1"
-- 
1.7.7.5




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

end of thread, other threads:[~2012-01-25 17:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 15:43 [meta-oe] qt-4.8.0: enable sql features as in 4.7.4 Eric Bénard
2012-01-25 16:42 ` Koen Kooi
2012-01-25 17:21   ` [PATCH v2] " Eric Bénard

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