Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-qt5][PATCH]] qtwebchannel md5 error
@ 2015-04-23 12:24 Rui Sebastiao
  2015-04-23 14:03 ` Andreas Müller
  0 siblings, 1 reply; 4+ messages in thread
From: Rui Sebastiao @ 2015-04-23 12:24 UTC (permalink / raw)
  To: openembedded-devel

---
 recipes-qt/qt5/qtwebchannel.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebchannel.inc b/recipes-qt/qt5/qtwebchannel.inc
index 3cd22cf..3ed5808 100644
--- a/recipes-qt/qt5/qtwebchannel.inc
+++ b/recipes-qt/qt5/qtwebchannel.inc
@@ -4,4 +4,7 @@ DEPENDS += "qtdeclarative qtwebsockets"
 
 # There are no LGPLv3-only licensed files in this component.
 # There are no GPLv2 licensed files in this component.
-LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed"
+LIC_FILES_CHKSUM = "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \
+                    file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
+                    file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
+		    "
-- 
1.9.1



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

* Re: [meta-qt5][PATCH]] qtwebchannel md5 error
  2015-04-23 12:24 [meta-qt5][PATCH]] qtwebchannel md5 error Rui Sebastiao
@ 2015-04-23 14:03 ` Andreas Müller
  2015-04-23 14:37   ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2015-04-23 14:03 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

On Thu, Apr 23, 2015 at 2:24 PM, Rui Sebastiao <ruisebastiao@gmail.com> wrote:
> ---
>  recipes-qt/qt5/qtwebchannel.inc | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-qt/qt5/qtwebchannel.inc b/recipes-qt/qt5/qtwebchannel.inc
> index 3cd22cf..3ed5808 100644
> --- a/recipes-qt/qt5/qtwebchannel.inc
> +++ b/recipes-qt/qt5/qtwebchannel.inc
> @@ -4,4 +4,7 @@ DEPENDS += "qtdeclarative qtwebsockets"
>
>  # There are no LGPLv3-only licensed files in this component.
>  # There are no GPLv2 licensed files in this component.
> -LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed"
> +LIC_FILES_CHKSUM = "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \
> +                    file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
> +                    file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
> +                   "
> --
> 1.9.1
>
> --
* Missing signed off
* subject contains ']]'

Andreas


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

* Re: [meta-qt5][PATCH]] qtwebchannel md5 error
  2015-04-23 14:03 ` Andreas Müller
@ 2015-04-23 14:37   ` Martin Jansa
  2015-04-23 18:27     ` Rui Sebastiao
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2015-04-23 14:37 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Apr 23, 2015 at 04:03:49PM +0200, Andreas Müller wrote:
> On Thu, Apr 23, 2015 at 2:24 PM, Rui Sebastiao <ruisebastiao@gmail.com> wrote:
> > ---
> >  recipes-qt/qt5/qtwebchannel.inc | 5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-qt/qt5/qtwebchannel.inc b/recipes-qt/qt5/qtwebchannel.inc
> > index 3cd22cf..3ed5808 100644
> > --- a/recipes-qt/qt5/qtwebchannel.inc
> > +++ b/recipes-qt/qt5/qtwebchannel.inc
> > @@ -4,4 +4,7 @@ DEPENDS += "qtdeclarative qtwebsockets"
> >
> >  # There are no LGPLv3-only licensed files in this component.
> >  # There are no GPLv2 licensed files in this component.
> > -LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed"
> > +LIC_FILES_CHKSUM = "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \
> > +                    file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
> > +                    file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
> > +                   "
> > --
> > 1.9.1
> >
> > --
> * Missing signed off
> * subject contains ']]'

Did you test this with 5.4.1 as well as git recipe? I wonder if it
should be only in 5.4.1.bb.

Right now I'm testing it with newer git revision (for 5.4.2) and I'm
sorry for introducing this issue last week, thanks for the patch.

> 
> Andreas
> -- 
> _______________________________________________
> 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


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

* Re: [meta-qt5][PATCH]] qtwebchannel md5 error
  2015-04-23 14:37   ` Martin Jansa
@ 2015-04-23 18:27     ` Rui Sebastiao
  0 siblings, 0 replies; 4+ messages in thread
From: Rui Sebastiao @ 2015-04-23 18:27 UTC (permalink / raw)
  To: openembedded-devel

Hello,

I didn't test the git recipe. I will test asap.

2015-04-23 15:37 GMT+01:00 Martin Jansa <martin.jansa@gmail.com>:
> On Thu, Apr 23, 2015 at 04:03:49PM +0200, Andreas Müller wrote:
>> On Thu, Apr 23, 2015 at 2:24 PM, Rui Sebastiao <ruisebastiao@gmail.com> wrote:
>> > ---
>> >  recipes-qt/qt5/qtwebchannel.inc | 5 ++++-
>> >  1 file changed, 4 insertions(+), 1 deletion(-)
>> >
>> > diff --git a/recipes-qt/qt5/qtwebchannel.inc b/recipes-qt/qt5/qtwebchannel.inc
>> > index 3cd22cf..3ed5808 100644
>> > --- a/recipes-qt/qt5/qtwebchannel.inc
>> > +++ b/recipes-qt/qt5/qtwebchannel.inc
>> > @@ -4,4 +4,7 @@ DEPENDS += "qtdeclarative qtwebsockets"
>> >
>> >  # There are no LGPLv3-only licensed files in this component.
>> >  # There are no GPLv2 licensed files in this component.
>> > -LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed"
>> > +LIC_FILES_CHKSUM = "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \
>> > +                    file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
>> > +                    file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
>> > +                   "
>> > --
>> > 1.9.1
>> >
>> > --
>> * Missing signed off
>> * subject contains ']]'
>
> Did you test this with 5.4.1 as well as git recipe? I wonder if it
> should be only in 5.4.1.bb.
>
> Right now I'm testing it with newer git revision (for 5.4.2) and I'm
> sorry for introducing this issue last week, thanks for the patch.
>
>>
>> Andreas
>> --
>> _______________________________________________
>> 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
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2015-04-23 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 12:24 [meta-qt5][PATCH]] qtwebchannel md5 error Rui Sebastiao
2015-04-23 14:03 ` Andreas Müller
2015-04-23 14:37   ` Martin Jansa
2015-04-23 18:27     ` Rui Sebastiao

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