All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] libconnman-qt5: new recipe
@ 2015-07-01  9:05 Jonathan Liu
  2015-07-01  9:44 ` Andreas Oberritter
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Liu @ 2015-07-01  9:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 recipes-qt/libconnman-qt/libconnman-qt5_git.bb

diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
new file mode 100644
index 0000000..0ca57e2
--- /dev/null
+++ b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
@@ -0,0 +1,17 @@
+require recipes-qt/qt5/qt5.inc
+
+SUMMARY = "Qt Library for ConnMan"
+HOMEPAGE = "https://github.com/nemomobile/libconnman-qt"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88"
+DEPENDS += "qtbase qtdeclarative"
+PV = "1.0.89+git${SRCPV}"
+
+SRCREV = "79a8d10479ba55951ffa375a66797eedff230dd3"
+SRC_URI = "git://github.com/nemomobile/libconnman-qt.git"
+
+S = "${WORKDIR}/git"
+
+inherit pkgconfig
+
+RDEPENDS_${PN} += "connman"
-- 
2.4.4



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

* Re: [meta-qt5][PATCH] libconnman-qt5: new recipe
  2015-07-01  9:05 [meta-qt5][PATCH] libconnman-qt5: new recipe Jonathan Liu
@ 2015-07-01  9:44 ` Andreas Oberritter
  2015-07-01 13:19   ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Oberritter @ 2015-07-01  9:44 UTC (permalink / raw)
  To: openembedded-devel

Hello Jonathan,

On 01.07.2015 11:05, Jonathan Liu wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
>  recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>  create mode 100644 recipes-qt/libconnman-qt/libconnman-qt5_git.bb
> 
> diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
> new file mode 100644
> index 0000000..0ca57e2
> --- /dev/null
> +++ b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
> @@ -0,0 +1,17 @@
> +require recipes-qt/qt5/qt5.inc
> +
> +SUMMARY = "Qt Library for ConnMan"
> +HOMEPAGE = "https://github.com/nemomobile/libconnman-qt"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88"
> +DEPENDS += "qtbase qtdeclarative"
> +PV = "1.0.89+git${SRCPV}"
> +
> +SRCREV = "79a8d10479ba55951ffa375a66797eedff230dd3"
> +SRC_URI = "git://github.com/nemomobile/libconnman-qt.git"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit pkgconfig
> +
> +RDEPENDS_${PN} += "connman"

I have a slightly different version in my meta-qt5 repo (fido):

https://github.com/opendreambox/meta-qt5/commit/9e616b42e266f1c804daae1eb5dcf693c0f07b42

Can you please compare both versions and make sure that the things you
omitted aren't needed anymore? Note that libconnman-qt.inc is equal to
the version in meta-openembedded.

Regards,
Andreas


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

* Re: [meta-qt5][PATCH] libconnman-qt5: new recipe
  2015-07-01  9:44 ` Andreas Oberritter
@ 2015-07-01 13:19   ` Martin Jansa
  2015-07-01 13:49     ` Jonathan Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2015-07-01 13:19 UTC (permalink / raw)
  To: openembedded-devel

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

On Wed, Jul 01, 2015 at 11:44:40AM +0200, Andreas Oberritter wrote:
> Hello Jonathan,
> 
> On 01.07.2015 11:05, Jonathan Liu wrote:
> > Signed-off-by: Jonathan Liu <net147@gmail.com>
> > ---
> >  recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 17 +++++++++++++++++
> >  1 file changed, 17 insertions(+)
> >  create mode 100644 recipes-qt/libconnman-qt/libconnman-qt5_git.bb
> > 
> > diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
> > new file mode 100644
> > index 0000000..0ca57e2
> > --- /dev/null
> > +++ b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
> > @@ -0,0 +1,17 @@
> > +require recipes-qt/qt5/qt5.inc
> > +
> > +SUMMARY = "Qt Library for ConnMan"
> > +HOMEPAGE = "https://github.com/nemomobile/libconnman-qt"
> > +LICENSE = "Apache-2.0"
> > +LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88"
> > +DEPENDS += "qtbase qtdeclarative"
> > +PV = "1.0.89+git${SRCPV}"
> > +
> > +SRCREV = "79a8d10479ba55951ffa375a66797eedff230dd3"
> > +SRC_URI = "git://github.com/nemomobile/libconnman-qt.git"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit pkgconfig
> > +
> > +RDEPENDS_${PN} += "connman"
> 
> I have a slightly different version in my meta-qt5 repo (fido):
> 
> https://github.com/opendreambox/meta-qt5/commit/9e616b42e266f1c804daae1eb5dcf693c0f07b42
> 
> Can you please compare both versions and make sure that the things you
> omitted aren't needed anymore? Note that libconnman-qt.inc is equal to
> the version in meta-openembedded.

Another recipe to the party :)
https://github.com/webOS-ports/meta-webos-ports/blob/master/meta-luneos/recipes-connectivity/connman/libconnman-qt_git.bb

Yes, it would be nice to consolidate all 3 in one which suits us all.

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

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

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

* Re: [meta-qt5][PATCH] libconnman-qt5: new recipe
  2015-07-01 13:19   ` Martin Jansa
@ 2015-07-01 13:49     ` Jonathan Liu
  2015-07-02 11:46       ` Felipe Tonello
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Liu @ 2015-07-01 13:49 UTC (permalink / raw)
  To: openembedded-devel

Hi,

On 1/07/2015 11:19 PM, Martin Jansa wrote:
> On Wed, Jul 01, 2015 at 11:44:40AM +0200, Andreas Oberritter wrote:
>> Hello Jonathan,
>>
>> On 01.07.2015 11:05, Jonathan Liu wrote:
>>> Signed-off-by: Jonathan Liu <net147@gmail.com>
>>> ---
>>>   recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 17 +++++++++++++++++
>>>   1 file changed, 17 insertions(+)
>>>   create mode 100644 recipes-qt/libconnman-qt/libconnman-qt5_git.bb
>>>
>>> diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
>>> new file mode 100644
>>> index 0000000..0ca57e2
>>> --- /dev/null
>>> +++ b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb
>>> @@ -0,0 +1,17 @@
>>> +require recipes-qt/qt5/qt5.inc
>>> +
>>> +SUMMARY = "Qt Library for ConnMan"
>>> +HOMEPAGE = "https://github.com/nemomobile/libconnman-qt"
>>> +LICENSE = "Apache-2.0"
>>> +LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88"
>>> +DEPENDS += "qtbase qtdeclarative"
>>> +PV = "1.0.89+git${SRCPV}"
>>> +
>>> +SRCREV = "79a8d10479ba55951ffa375a66797eedff230dd3"
>>> +SRC_URI = "git://github.com/nemomobile/libconnman-qt.git"
>>> +
>>> +S = "${WORKDIR}/git"
>>> +
>>> +inherit pkgconfig
>>> +
>>> +RDEPENDS_${PN} += "connman"
>> I have a slightly different version in my meta-qt5 repo (fido):
>>
>> https://github.com/opendreambox/meta-qt5/commit/9e616b42e266f1c804daae1eb5dcf693c0f07b42
>>
>> Can you please compare both versions and make sure that the things you
>> omitted aren't needed anymore? Note that libconnman-qt.inc is equal to
>> the version in meta-openembedded.
> Another recipe to the party :)
> https://github.com/webOS-ports/meta-webos-ports/blob/master/meta-luneos/recipes-connectivity/connman/libconnman-qt_git.bb
>
> Yes, it would be nice to consolidate all 3 in one which suits us all.
>
>
>
I initially had a recipe similar to the one in opendreambox with the 
.pro variable hacks but it required libconnman-qt.inc from 
meta-openembedded. I wanted to remove the meta-openembedded dependency 
so I refactored it. In the process I tested without the hacks and I 
reused the logic from qt5.inc to reduce duplication.

I have successfully tested building the recipe with an application that 
depends on libconnman-qt5 using both the C++ and QML bindings and using 
it on the target device.

Regards,
Jonathan


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

* Re: [meta-qt5][PATCH] libconnman-qt5: new recipe
  2015-07-01 13:49     ` Jonathan Liu
@ 2015-07-02 11:46       ` Felipe Tonello
  2015-07-02 15:18         ` Jonathan Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Felipe Tonello @ 2015-07-02 11:46 UTC (permalink / raw)
  To: openembedded-devel

Hi Jonathan,

On Wed, Jul 1, 2015 at 2:49 PM, Jonathan Liu <net147@gmail.com> wrote:

[...]

>
> I have successfully tested building the recipe with an application that
> depends on libconnman-qt5 using both the C++ and QML bindings and using it
> on the target device.

Did the SDK worked as well?

Felipe


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

* Re: [meta-qt5][PATCH] libconnman-qt5: new recipe
  2015-07-02 11:46       ` Felipe Tonello
@ 2015-07-02 15:18         ` Jonathan Liu
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Liu @ 2015-07-02 15:18 UTC (permalink / raw)
  To: openembedded-devel

Hi Felipe,

> On 2 Jul 2015, at 9:46 pm, Felipe Tonello <eu@felipetonello.com> wrote:
>
> Hi Jonathan,
>
> On Wed, Jul 1, 2015 at 2:49 PM, Jonathan Liu <net147@gmail.com> wrote:
>
> [...]
>
>>
>> I have successfully tested building the recipe with an application that
>> depends on libconnman-qt5 using both the C++ and QML bindings and using it
>> on the target device.
>
> Did the SDK worked as well?

Yes. I tested building application using SDK on another machine as well.

Regards,
Jonathan


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

end of thread, other threads:[~2015-07-02 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-01  9:05 [meta-qt5][PATCH] libconnman-qt5: new recipe Jonathan Liu
2015-07-01  9:44 ` Andreas Oberritter
2015-07-01 13:19   ` Martin Jansa
2015-07-01 13:49     ` Jonathan Liu
2015-07-02 11:46       ` Felipe Tonello
2015-07-02 15:18         ` Jonathan Liu

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.