[Buildroot] [git commit branch/2020.05.x] package/qt5: fix check-package warnings

Peter Korsgaard peter at korsgaard.com
Mon Jul 20 06:18:26 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=133572f483786bcbe5dbf612a2b2961ee112b615
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.05.x

Fixes:

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

Signed-off-by: Pierre-Jean Texier <pjtexier at koncepto.io>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit fde51ad168f65e40404aa027260705eed80bfdeb)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 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 d6b995071b..1d9e7a5746 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
 


More information about the buildroot mailing list