[Buildroot] [git commit branch/2018.05.x] qt5base: fix typo in qmake.conf.in

Peter Korsgaard peter at korsgaard.com
Thu Jul 19 09:49:56 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=b571b71fe0921e9af0d25377a48a1a2150f28a83
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.05.x

A blank space is missing.

Signed-off-by: Gaël PORTAY <gael.portay at savoirfairelinux.com>
Reviewed-by: Peter Seiderer <ps.report at gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 7544295d30d3e2ce6e169d4033a2bf2d36f646d6)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qt5/qt5base/qmake.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qt5/qt5base/qmake.conf.in b/package/qt5/qt5base/qmake.conf.in
index d62ee7cebe..f14527aa7f 100644
--- a/package/qt5/qt5base/qmake.conf.in
+++ b/package/qt5/qt5base/qmake.conf.in
@@ -21,7 +21,7 @@ CONFIG                 += nostrip
 QMAKE_LIBS             += -lrt -lpthread -ldl
 QMAKE_CFLAGS_ISYSTEM   =
 
-# Architecturespecific configuration
+# Architecture specific configuration
 include(arch.conf)
 
 @EGLFS_DEVICE@


More information about the buildroot mailing list