I agree with SOB. Also correct patch is attached. On 05/13/2015 03:39 PM, Martin Jansa wrote: > On Wed, May 13, 2015 at 02:42:40PM +0300, Andrey Rusalin wrote: >> > Missing SOB line and patchwork doesn't pick forwarded inline patches > correctly. > > I've fixed both when cherry-picking to master-next, but please reply that you agree with your SOB. > >> -------- Forwarded Message -------- >> Subject: [meta-qt5][PATCH] >> Date: Wed, 13 May 2015 13:44:59 +0300 >> From: arusalin >> To: openembedded-devel@lists.openembedded.org >> >> >> >> -- >> Best Regards, >> Andrey Rusalin. >> >> >> >> >> From 7040c6382af3d99f53b3f9fa45336cb911438923 Mon Sep 17 00:00:00 2001 >> From: Andrey Rusalin >> 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 >> >> >> -- >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- Best Regards, Andrey Rusalin.