diff mbox series

[1/1] package/qt5: fix check-package warnings

Message ID 1593778322-13727-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [1/1] package/qt5: fix check-package warnings | expand

Commit Message

Pierre-Jean Texier July 3, 2020, 12:12 p.m. UTC
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(-)

Comments

Yann E. MORIN July 3, 2020, 7:25 p.m. UTC | #1
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@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard July 20, 2020, 6:19 a.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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