Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] Add QtSerialPort
@ 2013-08-03 10:38 Laszlo Papp
  2013-08-03 10:38 ` [meta-qt5][PATCH] " Laszlo Papp
  2013-08-03 17:50 ` [PATCH] " Otavio Salvador
  0 siblings, 2 replies; 6+ messages in thread
From: Laszlo Papp @ 2013-08-03 10:38 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Laszlo Papp <lpapp@kde.org>
---
 recipes-qt/qt5/qtserialport.inc      | 3 +++
 recipes-qt/qt5/qtserialport_5.1.0.bb | 5 +++++
 2 files changed, 8 insertions(+)
 create mode 100644 recipes-qt/qt5/qtserialport.inc
 create mode 100644 recipes-qt/qt5/qtserialport_5.1.0.bb

diff --git a/recipes-qt/qt5/qtserialport.inc b/recipes-qt/qt5/qtserialport.inc
new file mode 100644
index 0000000..bbb05a6
--- /dev/null
+++ b/recipes-qt/qt5/qtserialport.inc
@@ -0,0 +1,3 @@
+require qt5.inc
+
+DEPENDS += "qtbase"
diff --git a/recipes-qt/qt5/qtserialport_5.1.0.bb b/recipes-qt/qt5/qtserialport_5.1.0.bb
new file mode 100644
index 0000000..9b6f7da
--- /dev/null
+++ b/recipes-qt/qt5/qtserialport_5.1.0.bb
@@ -0,0 +1,5 @@
+require qt5-${PV}.inc
+require ${PN}.inc
+
+SRC_URI[md5sum] = "1f70621ae40cbda948106b070c6c37d2"
+SRC_URI[sha256sum] = "0f36803c480b2b7111b343e9dd871ffab1b4fd53147bd564125ef2994b09cfb9"
-- 
1.8.3.4



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

* [meta-qt5][PATCH] Add QtSerialPort
  2013-08-03 10:38 [PATCH] Add QtSerialPort Laszlo Papp
@ 2013-08-03 10:38 ` Laszlo Papp
  2013-08-14  7:04   ` Martin Jansa
  2013-08-03 17:50 ` [PATCH] " Otavio Salvador
  1 sibling, 1 reply; 6+ messages in thread
From: Laszlo Papp @ 2013-08-03 10:38 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Laszlo Papp <lpapp@kde.org>
---
 recipes-qt/qt5/qtserialport.inc      | 3 +++
 recipes-qt/qt5/qtserialport_5.1.0.bb | 5 +++++
 2 files changed, 8 insertions(+)
 create mode 100644 recipes-qt/qt5/qtserialport.inc
 create mode 100644 recipes-qt/qt5/qtserialport_5.1.0.bb

diff --git a/recipes-qt/qt5/qtserialport.inc b/recipes-qt/qt5/qtserialport.inc
new file mode 100644
index 0000000..bbb05a6
--- /dev/null
+++ b/recipes-qt/qt5/qtserialport.inc
@@ -0,0 +1,3 @@
+require qt5.inc
+
+DEPENDS += "qtbase"
diff --git a/recipes-qt/qt5/qtserialport_5.1.0.bb b/recipes-qt/qt5/qtserialport_5.1.0.bb
new file mode 100644
index 0000000..9b6f7da
--- /dev/null
+++ b/recipes-qt/qt5/qtserialport_5.1.0.bb
@@ -0,0 +1,5 @@
+require qt5-${PV}.inc
+require ${PN}.inc
+
+SRC_URI[md5sum] = "1f70621ae40cbda948106b070c6c37d2"
+SRC_URI[sha256sum] = "0f36803c480b2b7111b343e9dd871ffab1b4fd53147bd564125ef2994b09cfb9"
-- 
1.8.3.4



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

* Re: [PATCH] Add QtSerialPort
  2013-08-03 10:38 [PATCH] Add QtSerialPort Laszlo Papp
  2013-08-03 10:38 ` [meta-qt5][PATCH] " Laszlo Papp
@ 2013-08-03 17:50 ` Otavio Salvador
  2013-08-03 18:08   ` Martin Jansa
  2013-08-03 18:11   ` Laszlo Papp
  1 sibling, 2 replies; 6+ messages in thread
From: Otavio Salvador @ 2013-08-03 17:50 UTC (permalink / raw)
  To: OpenEmbedded Devel List, Martin Jansa

On Sat, Aug 3, 2013 at 7:38 AM, Laszlo Papp <lpapp@kde.org> wrote:
> Signed-off-by: Laszlo Papp <lpapp@kde.org>

Please use the meta-qt5 prefix and rewrite the commit log as:

qtserialport: Add 5.1.0 version

We always put the recipe in question as this makes easier to find it later.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [PATCH] Add QtSerialPort
  2013-08-03 17:50 ` [PATCH] " Otavio Salvador
@ 2013-08-03 18:08   ` Martin Jansa
  2013-08-03 18:11   ` Laszlo Papp
  1 sibling, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2013-08-03 18:08 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: OpenEmbedded Devel List

I've already updated commit message and it's in meta-qt5/jansa/test branch,
so no need to resend it.


On Sat, Aug 3, 2013 at 7:50 PM, Otavio Salvador <otavio@ossystems.com.br>wrote:

> On Sat, Aug 3, 2013 at 7:38 AM, Laszlo Papp <lpapp@kde.org> wrote:
> > Signed-off-by: Laszlo Papp <lpapp@kde.org>
>
> Please use the meta-qt5 prefix and rewrite the commit log as:
>
> qtserialport: Add 5.1.0 version
>
> We always put the recipe in question as this makes easier to find it later.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://projetos.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
>


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

* Re: [PATCH] Add QtSerialPort
  2013-08-03 17:50 ` [PATCH] " Otavio Salvador
  2013-08-03 18:08   ` Martin Jansa
@ 2013-08-03 18:11   ` Laszlo Papp
  1 sibling, 0 replies; 6+ messages in thread
From: Laszlo Papp @ 2013-08-03 18:11 UTC (permalink / raw)
  To: openembedded-devel

If you check the second email carefully, it already contains the right
subject...


On Sat, Aug 3, 2013 at 6:50 PM, Otavio Salvador <otavio@ossystems.com.br>wrote:

> On Sat, Aug 3, 2013 at 7:38 AM, Laszlo Papp <lpapp@kde.org> wrote:
> > Signed-off-by: Laszlo Papp <lpapp@kde.org>
>
> Please use the meta-qt5 prefix and rewrite the commit log as:
>
> qtserialport: Add 5.1.0 version
>
> We always put the recipe in question as this makes easier to find it later.
>
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://projetos.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-qt5][PATCH] Add QtSerialPort
  2013-08-03 10:38 ` [meta-qt5][PATCH] " Laszlo Papp
@ 2013-08-14  7:04   ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2013-08-14  7:04 UTC (permalink / raw)
  To: openembedded-devel

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

On Sat, Aug 03, 2013 at 11:38:47AM +0100, Laszlo Papp wrote:
> Signed-off-by: Laszlo Papp <lpapp@kde.org>
> ---
>  recipes-qt/qt5/qtserialport.inc      | 3 +++
>  recipes-qt/qt5/qtserialport_5.1.0.bb | 5 +++++
>  2 files changed, 8 insertions(+)
>  create mode 100644 recipes-qt/qt5/qtserialport.inc
>  create mode 100644 recipes-qt/qt5/qtserialport_5.1.0.bb

Unfortunately I've merged this yesterday even without test run in world build
because builder was busy with test-dependencies tasks for last 3 weeks
and it fails:

ERROR: qtserialport: md5 data is not matching for file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de
ERROR: qtserialport: The new md5 checksum is 4fbd65380cdd255951079008b364516c
ERROR: qtserialport: Check if the license information has changed in
ERROR: qtserialport: md5 data is not matching for file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6
ERROR: qtserialport: The new md5 checksum is eb6c371255e1262c55ae9b652a90b528
ERROR: qtserialport: Check if the license information has changed in
ERROR: qtserialport: md5 data is not matching for file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e
ERROR: qtserialport: The new md5 checksum is 3801d7932fdc07fd9efe89f9854a6caa
ERROR: qtserialport: Check if the license information has changed in
ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix
ERROR: Function failed: do_qa_configure
ERROR: Logfile of failure stored in: /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/qtserialport/5.1.0-r0/temp/log.do_configure.31249
NOTE: recipe qtserialport-5.1.0-r0: task do_configure: Failed

Please fix asap and next time send tested patches only or indicate in
e-mail that it wasn't tested.

> 
> diff --git a/recipes-qt/qt5/qtserialport.inc b/recipes-qt/qt5/qtserialport.inc
> new file mode 100644
> index 0000000..bbb05a6
> --- /dev/null
> +++ b/recipes-qt/qt5/qtserialport.inc
> @@ -0,0 +1,3 @@
> +require qt5.inc
> +
> +DEPENDS += "qtbase"
> diff --git a/recipes-qt/qt5/qtserialport_5.1.0.bb b/recipes-qt/qt5/qtserialport_5.1.0.bb
> new file mode 100644
> index 0000000..9b6f7da
> --- /dev/null
> +++ b/recipes-qt/qt5/qtserialport_5.1.0.bb
> @@ -0,0 +1,5 @@
> +require qt5-${PV}.inc
> +require ${PN}.inc
> +
> +SRC_URI[md5sum] = "1f70621ae40cbda948106b070c6c37d2"
> +SRC_URI[sha256sum] = "0f36803c480b2b7111b343e9dd871ffab1b4fd53147bd564125ef2994b09cfb9"
> -- 
> 1.8.3.4
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2013-08-14  7:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-03 10:38 [PATCH] Add QtSerialPort Laszlo Papp
2013-08-03 10:38 ` [meta-qt5][PATCH] " Laszlo Papp
2013-08-14  7:04   ` Martin Jansa
2013-08-03 17:50 ` [PATCH] " Otavio Salvador
2013-08-03 18:08   ` Martin Jansa
2013-08-03 18:11   ` Laszlo Papp

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