Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] fix qtwebengine enable condition
@ 2018-06-07 13:45 David Barbion
  2018-06-07 16:26 ` Matthew Weber
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Barbion @ 2018-06-07 13:45 UTC (permalink / raw)
  To: buildroot

Signed-off-by: David Barbion <david.barbion@ext.leroymerlin.fr>
---
 package/qt5/qt5webengine/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5webengine/Config.in b/package/qt5/qt5webengine/Config.in
index 38486c6dcf..744d659567 100644
--- a/package/qt5/qt5webengine/Config.in
+++ b/package/qt5/qt5webengine/Config.in
@@ -31,7 +31,7 @@ config BR2_PACKAGE_QT5WEBENGINE
 	depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h, mallinfo
 	depends on BR2_HOST_GCC_AT_LEAST_4_8 # qt5base-icu
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5base-icu
-	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
+	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libvpx, qt5base-dbus
 	depends on BR2_USE_WCHAR # libglib2
 	depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative, qt5base-eglfs
-- 
2.17.1



Ce message et toutes les pi?ces jointes sont ?tablis ? l'attention exclusive de leurs destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le d?truire et d'en avertir imm?diatement l'exp?diteur. L'internet ne permettant pas d'assurer l'int?grit? de ce message, le contenu de ce message ne repr?sente en aucun cas un engagement de la part de Leroy Merlin.

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

* [Buildroot] [PATCH 1/1] fix qtwebengine enable condition
  2018-06-07 13:45 [Buildroot] [PATCH 1/1] fix qtwebengine enable condition David Barbion
@ 2018-06-07 16:26 ` Matthew Weber
  2018-06-11 14:57 ` Gaël PORTAY
  2018-06-13 20:56 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Matthew Weber @ 2018-06-07 16:26 UTC (permalink / raw)
  To: buildroot

David,

2018-06-07 8:45 GMT-05:00 David Barbion <david.barbion@ext.leroymerlin.fr>:
> Signed-off-by: David Barbion <david.barbion@ext.leroymerlin.fr>
> ---
>  package/qt5/qt5webengine/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/qt5/qt5webengine/Config.in b/package/qt5/qt5webengine/Config.in
> index 38486c6dcf..744d659567 100644
> --- a/package/qt5/qt5webengine/Config.in
> +++ b/package/qt5/qt5webengine/Config.in
> @@ -31,7 +31,7 @@ config BR2_PACKAGE_QT5WEBENGINE
>         depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h, mallinfo
>         depends on BR2_HOST_GCC_AT_LEAST_4_8 # qt5base-icu
>         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5base-icu
> -       depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
> +       depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
>         depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libvpx, qt5base-dbus
>         depends on BR2_USE_WCHAR # libglib2
>         depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative, qt5base-eglfs
> --

Oops, sorry about the bug :-)

Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>

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

* [Buildroot] [PATCH 1/1] fix qtwebengine enable condition
  2018-06-07 13:45 [Buildroot] [PATCH 1/1] fix qtwebengine enable condition David Barbion
  2018-06-07 16:26 ` Matthew Weber
@ 2018-06-11 14:57 ` Gaël PORTAY
  2018-06-12  6:04   ` David Barbion
  2018-06-13 20:56 ` Thomas Petazzoni
  2 siblings, 1 reply; 5+ messages in thread
From: Gaël PORTAY @ 2018-06-11 14:57 UTC (permalink / raw)
  To: buildroot

David,

On Thu, Jun 07, 2018 at 03:45:28PM +0200, David Barbion wrote:
> Signed-off-by: David Barbion <david.barbion@ext.leroymerlin.fr>
> ---
>  package/qt5/qt5webengine/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/qt5/qt5webengine/Config.in b/package/qt5/qt5webengine/Config.in
> index 38486c6dcf..744d659567 100644
> --- a/package/qt5/qt5webengine/Config.in
> +++ b/package/qt5/qt5webengine/Config.in
> @@ -31,7 +31,7 @@ config BR2_PACKAGE_QT5WEBENGINE
>  	depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h, mallinfo
>  	depends on BR2_HOST_GCC_AT_LEAST_4_8 # qt5base-icu
>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5base-icu
> -	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
> +	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss

Good catch.

>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libvpx, qt5base-dbus
>  	depends on BR2_USE_WCHAR # libglib2
>  	depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative, qt5base-eglfs
> -- 
> 2.17.1

Do you mind to reword the first line of your commit message to start
with the name of the affected package and a colon?

Something like:

	qt5webengine: fix...

Regards,
Gael

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

* [Buildroot] [PATCH 1/1] fix qtwebengine enable condition
  2018-06-11 14:57 ` Gaël PORTAY
@ 2018-06-12  6:04   ` David Barbion
  0 siblings, 0 replies; 5+ messages in thread
From: David Barbion @ 2018-06-12  6:04 UTC (permalink / raw)
  To: buildroot

Hi,

Le 11/06/2018 ? 16:57, Ga?l PORTAY a ?crit?:
> David,
>
> On Thu, Jun 07, 2018 at 03:45:28PM +0200, David Barbion wrote:
>> Signed-off-by: David Barbion <david.barbion@ext.leroymerlin.fr>
>> ---
>>  package/qt5/qt5webengine/Config.in | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/package/qt5/qt5webengine/Config.in b/package/qt5/qt5webengine/Config.in
>> index 38486c6dcf..744d659567 100644
>> --- a/package/qt5/qt5webengine/Config.in
>> +++ b/package/qt5/qt5webengine/Config.in
>> @@ -31,7 +31,7 @@ config BR2_PACKAGE_QT5WEBENGINE
>>  	depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h, mallinfo
>>  	depends on BR2_HOST_GCC_AT_LEAST_4_8 # qt5base-icu
>>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5base-icu
>> -	depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
>> +	depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
> Good catch.
>
>>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libvpx, qt5base-dbus
>>  	depends on BR2_USE_WCHAR # libglib2
>>  	depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative, qt5base-eglfs
>> -- 
>> 2.17.1
> Do you mind to reword the first line of your commit message to start
> with the name of the affected package and a colon?
>
> Something like:
>
> 	qt5webengine: fix...
Sure :)
Just made it.

David.
>
> Regards,
> Gael



Ce message et toutes les pi?ces jointes sont ?tablis ? l'attention exclusive de leurs destinataires et sont confidentiels. Si vous recevez ce message par erreur, merci de le d?truire et d'en avertir imm?diatement l'exp?diteur. L'internet ne permettant pas d'assurer l'int?grit? de ce message, le contenu de ce message ne repr?sente en aucun cas un engagement de la part de Leroy Merlin.

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

* [Buildroot] [PATCH 1/1] fix qtwebengine enable condition
  2018-06-07 13:45 [Buildroot] [PATCH 1/1] fix qtwebengine enable condition David Barbion
  2018-06-07 16:26 ` Matthew Weber
  2018-06-11 14:57 ` Gaël PORTAY
@ 2018-06-13 20:56 ` Thomas Petazzoni
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-06-13 20:56 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu,  7 Jun 2018 15:45:28 +0200, David Barbion wrote:
> Signed-off-by: David Barbion <david.barbion@ext.leroymerlin.fr>
> ---
>  package/qt5/qt5webengine/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, after fixing the commit title, and adding a commit
log with details.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-06-13 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-07 13:45 [Buildroot] [PATCH 1/1] fix qtwebengine enable condition David Barbion
2018-06-07 16:26 ` Matthew Weber
2018-06-11 14:57 ` Gaël PORTAY
2018-06-12  6:04   ` David Barbion
2018-06-13 20:56 ` Thomas Petazzoni

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