All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain
@ 2017-03-01 10:17 Yann PERON
  2017-03-04 11:54 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Yann PERON @ 2017-03-01 10:17 UTC (permalink / raw)
  To: openembedded-devel

---
 recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
index 1521dbf..2735135 100755
--- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
+++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
@@ -83,6 +83,8 @@ RDEPENDS_${PN} += " \
     ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtsensors-qmlplugins', '', d)} \
     qtserialport-dev \
     qtserialport-mkspecs \
+    qtserialbus-dev \
+    qtserialbus-mkspecs \
     qtsvg-dev \
     qtsvg-mkspecs \
     qtsvg-plugins \
-- 
2.1.4



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

* Re: [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain
  2017-03-01 10:17 [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain Yann PERON
@ 2017-03-04 11:54 ` Martin Jansa
  2017-03-04 12:28   ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2017-03-04 11:54 UTC (permalink / raw)
  To: Yann PERON; +Cc: openembedded-devel

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

On Wed, Mar 01, 2017 at 11:17:05AM +0100, Yann PERON wrote:
> ---

Please use English.

>  recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
> index 1521dbf..2735135 100755
> --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
> +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
> @@ -83,6 +83,8 @@ RDEPENDS_${PN} += " \
>      ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtsensors-qmlplugins', '', d)} \
>      qtserialport-dev \
>      qtserialport-mkspecs \
> +    qtserialbus-dev \
> +    qtserialbus-mkspecs \
>      qtsvg-dev \
>      qtsvg-mkspecs \
>      qtsvg-plugins \
> -- 
> 2.1.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: 201 bytes --]

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

* Re: [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain
  2017-03-04 11:54 ` Martin Jansa
@ 2017-03-04 12:28   ` Gary Thomas
  2017-03-06  6:50     ` Yann PERON
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2017-03-04 12:28 UTC (permalink / raw)
  To: openembedded-devel

On 2017-03-04 12:54, Martin Jansa wrote:
> On Wed, Mar 01, 2017 at 11:17:05AM +0100, Yann PERON wrote:
>> ---
>
> Please use English.

That's only part of what's off/missing here:
   * No Signed-off-by
   * No explanation of the change
   * Improper subject [protocol]

>
>>  recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>> index 1521dbf..2735135 100755
>> --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>> +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>> @@ -83,6 +83,8 @@ RDEPENDS_${PN} += " \
>>      ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtsensors-qmlplugins', '', d)} \
>>      qtserialport-dev \
>>      qtserialport-mkspecs \
>> +    qtserialbus-dev \
>> +    qtserialbus-mkspecs \
>>      qtsvg-dev \
>>      qtsvg-mkspecs \
>>      qtsvg-plugins \
>> --
>> 2.1.4

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain
  2017-03-04 12:28   ` Gary Thomas
@ 2017-03-06  6:50     ` Yann PERON
  2017-03-06 10:13       ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Yann PERON @ 2017-03-06  6:50 UTC (permalink / raw)
  To: openembedded-devel

Hello,

Thank you, It is the first time I post on this mailing List, I didn't 
know the requirements.

When corrections will be applied, how send again the patch? reply to 
this email discussion ? or send in a new email?

Thank you

Le 04/03/2017 à 13:28, Gary Thomas a écrit :
> On 2017-03-04 12:54, Martin Jansa wrote:
>> On Wed, Mar 01, 2017 at 11:17:05AM +0100, Yann PERON wrote:
>>> ---
>>
>> Please use English.
>
> That's only part of what's off/missing here:
>   * No Signed-off-by
>   * No explanation of the change
>   * Improper subject [protocol]
>
>>
>>>  recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git 
>>> a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb 
>>> b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>>> index 1521dbf..2735135 100755
>>> --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>>> +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>>> @@ -83,6 +83,8 @@ RDEPENDS_${PN} += " \
>>>      ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 
>>> 'qtsensors-qmlplugins', '', d)} \
>>>      qtserialport-dev \
>>>      qtserialport-mkspecs \
>>> +    qtserialbus-dev \
>>> +    qtserialbus-mkspecs \
>>>      qtsvg-dev \
>>>      qtsvg-mkspecs \
>>>      qtsvg-plugins \
>>> -- 
>>> 2.1.4
>
**


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

* Re: [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain
  2017-03-06  6:50     ` Yann PERON
@ 2017-03-06 10:13       ` Gary Thomas
  0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2017-03-06 10:13 UTC (permalink / raw)
  To: openembedded-devel

On 2017-03-06 07:50, Yann PERON wrote:
> Hello,
>
> Thank you, It is the first time I post on this mailing List, I didn't know the requirements.
>
> When corrections will be applied, how send again the patch? reply to this email discussion ? or send in a new email?

Send a new patch, marked [PATCH v2], following the guidelines at
   http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded

> Le 04/03/2017 à 13:28, Gary Thomas a écrit :
>> On 2017-03-04 12:54, Martin Jansa wrote:
>>> On Wed, Mar 01, 2017 at 11:17:05AM +0100, Yann PERON wrote:
>>>> ---
>>>
>>> Please use English.
>>
>> That's only part of what's off/missing here:
>>   * No Signed-off-by
>>   * No explanation of the change
>>   * Improper subject [protocol]
>>
>>>
>>>>  recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 2 ++
>>>>  1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>>>> b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>>>> index 1521dbf..2735135 100755
>>>> --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>>>> +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb
>>>> @@ -83,6 +83,8 @@ RDEPENDS_${PN} += " \
>>>>      ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'qtsensors-qmlplugins', '', d)} \
>>>>      qtserialport-dev \
>>>>      qtserialport-mkspecs \
>>>> +    qtserialbus-dev \
>>>> +    qtserialbus-mkspecs \
>>>>      qtsvg-dev \
>>>>      qtsvg-mkspecs \
>>>>      qtsvg-plugins \
>>>> --
>>>> 2.1.4
>>
> **


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2017-03-06 10:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-01 10:17 [meta-qt5][PATCH] Ajout de qtSerialBus dans la toolchain Yann PERON
2017-03-04 11:54 ` Martin Jansa
2017-03-04 12:28   ` Gary Thomas
2017-03-06  6:50     ` Yann PERON
2017-03-06 10:13       ` Gary Thomas

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.