From: Adam Duskett Date: Fri, 21 Apr 2017 15:24:52 +0000 (-0400) Subject: package/qt: fix header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42ec2bd4a4ec7337c34772559024fcc9e135c898;p=buildroot.git package/qt: fix header The header was non-standard according to check-package. Signed-off-by: Adam Duskett Signed-off-by: Thomas Petazzoni --- diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 2580ee7c0b..690a4b4d9e 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -1,13 +1,6 @@ ################################################################################ # -# Qt Embedded for Linux -# -# This makefile was originally composed by Thomas Lundquist -# Later heavily modified by buildroot developers -# -# BTW, this uses alot of FPU calls and it's pretty slow if you use -# the kernels FPU emulation so it's better to choose soft float in the -# buildroot config (and uClibc.config of course, if you have your own.) +# qt # ################################################################################