All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Rusalin <andrey.rusalin@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-qt5][PATCH]
Date: Wed, 13 May 2015 14:42:40 +0300	[thread overview]
Message-ID: <555338B0.5060401@gmail.com> (raw)
In-Reply-To: <55532B2B.8050209@dev.rtsoft.ru>

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]




-------- Forwarded Message --------
Subject: 	[meta-qt5][PATCH]
Date: 	Wed, 13 May 2015 13:44:59 +0300
From: 	arusalin <arusalin@dev.rtsoft.ru>
To: 	openembedded-devel@lists.openembedded.org



-- 
Best Regards,
Andrey Rusalin.





[-- Attachment #2: 0001-Fixed-dependency-for-sql-mysql-option-of-qtbase-pack.patch --]
[-- Type: text/x-patch, Size: 1093 bytes --]

From 7040c6382af3d99f53b3f9fa45336cb911438923 Mon Sep 17 00:00:00 2001
From: Andrey Rusalin <arusalin@dev.rtsoft.ru>
Date: Wed, 13 May 2015 14:25:42 +0400
Subject: [PATCH] Fixed dependency for sql-mysql option of qtbase package

---
 recipes-qt/qt5/qtbase.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index 50cb505..d2654ef 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -84,7 +84,7 @@ PACKAGECONFIG[cups] = "-cups,-no-cups,cups"
 PACKAGECONFIG[dbus] = "-dbus,-no-dbus,dbus"
 PACKAGECONFIG[xcb] = "-xcb -xcb-xlib -system-xcb,-no-xcb,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil"
 PACKAGECONFIG[sql-ibase] = "-sql-ibase,-no-sql-ibase"
-PACKAGECONFIG[sql-mysql] = "-sql-mysql,-no-sql-mysql,mysql"
+PACKAGECONFIG[sql-mysql] = "-sql-mysql,-no-sql-mysql,mysql5"
 PACKAGECONFIG[sql-psql] = "-sql-psql,-no-sql-psql,postgresql"
 PACKAGECONFIG[sql-odbc] = "-sql-odbc,-no-sql-odbc"
 PACKAGECONFIG[sql-oci] = "-sql-oci,-no-sql-oci"
-- 
1.9.1



       reply	other threads:[~2015-05-13 11:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <55532B2B.8050209@dev.rtsoft.ru>
2015-05-13 11:42 ` Andrey Rusalin [this message]
2015-05-13 12:39   ` [meta-qt5][PATCH] Martin Jansa
2015-05-13 13:18     ` [meta-qt5][PATCH] Andrey Rusalin
2015-11-20 16:34 [meta-qt5][PATCH] Andrey Rusalin

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=555338B0.5060401@gmail.com \
    --to=andrey.rusalin@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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.