All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/qt5: fix check-package warnings
@ 2020-07-03 12:12 Pierre-Jean Texier
  2020-07-03 19:25 ` Yann E. MORIN
  2020-07-20  6:19 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Pierre-Jean Texier @ 2020-07-03 12:12 UTC (permalink / raw)
  To: buildroot

Fixes:

https://gitlab.com/buildroot.org/buildroot/-/jobs/622129163

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 package/qt5/qt5.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk
index 4fa687f..a2572be 100644
--- a/package/qt5/qt5.mk
+++ b/package/qt5/qt5.mk
@@ -21,7 +21,7 @@ endef
 
 ifeq ($(BR2_PER_PACKAGE_DIRECTORIES),y)
 define QT5_QT_CONF_FIXUP
-        $(QT5_INSTALL_QT_CONF)
+	$(QT5_INSTALL_QT_CONF)
 endef
 endif
 
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] package/qt5: fix check-package warnings
  2020-07-03 12:12 [Buildroot] [PATCH 1/1] package/qt5: fix check-package warnings Pierre-Jean Texier
@ 2020-07-03 19:25 ` Yann E. MORIN
  2020-07-20  6:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-07-03 19:25 UTC (permalink / raw)
  To: buildroot

Pierre-Jean, All,

On 2020-07-03 14:12 +0200, Pierre-Jean Texier spake thusly:
> Fixes:
> 
> https://gitlab.com/buildroot.org/buildroot/-/jobs/622129163
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Applied to master, thanks.

/me has to check why his post-apply hook did not trigger...

Regards,
Yann E. MORIN.

> ---
>  package/qt5/qt5.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk
> index 4fa687f..a2572be 100644
> --- a/package/qt5/qt5.mk
> +++ b/package/qt5/qt5.mk
> @@ -21,7 +21,7 @@ endef
>  
>  ifeq ($(BR2_PER_PACKAGE_DIRECTORIES),y)
>  define QT5_QT_CONF_FIXUP
> -        $(QT5_INSTALL_QT_CONF)
> +	$(QT5_INSTALL_QT_CONF)
>  endef
>  endif
>  
> -- 
> 2.7.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] package/qt5: fix check-package warnings
  2020-07-03 12:12 [Buildroot] [PATCH 1/1] package/qt5: fix check-package warnings Pierre-Jean Texier
  2020-07-03 19:25 ` Yann E. MORIN
@ 2020-07-20  6:19 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-07-20  6:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Pierre-Jean" == Pierre-Jean Texier <pjtexier@koncepto.io> writes:

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/622129163

 > Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>

Committed to 2020.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-07-20  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-03 12:12 [Buildroot] [PATCH 1/1] package/qt5: fix check-package warnings Pierre-Jean Texier
2020-07-03 19:25 ` Yann E. MORIN
2020-07-20  6:19 ` Peter Korsgaard

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.