summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2017-04-04 19:50:11 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-06 22:40:33 +0200
commit6eb5cf144f0cabc399ada1e4963fc66bbb5a8c62 (patch)
treed2cc36e5e14b79320b04c4c494c3058f662f4bd2 /package/qt
parent9576defc4b84df475cbfbc8de62f290538d94fad (diff)
downloadbuildroot-6eb5cf144f0cabc399ada1e4963fc66bbb5a8c62.tar.gz
buildroot-6eb5cf144f0cabc399ada1e4963fc66bbb5a8c62.zip
package: remove consecutive empty lines
Occurrences were searched using [1]: check-package --include-only ConsecutiveEmptyLines $(find * -type f) and manually removed. [1] http://patchwork.ozlabs.org/patch/729666/ Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/qt.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 1fdb1bf701..2580ee7c0b 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -79,7 +79,6 @@ else
QT_CONFIGURE_OPTS += -no-glib
endif
-
### Pixel depths
QT_PIXEL_DEPTHS = # empty
ifeq ($(BR2_PACKAGE_QT_PIXEL_DEPTH_1),y)
@@ -547,7 +546,6 @@ define QT_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
endef
-
# Build the list of libraries and plugins to install to the target
QT_INSTALL_LIBS += QtCore
OpenPOWER on IntegriCloud