Browse Source

package/qt5: fix check-package warnings

Fixes:

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

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Pierre-Jean Texier 5 years ago
parent
commit
fde51ad168
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/qt5/qt5.mk

+ 1 - 1
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