From 6eb5cf144f0cabc399ada1e4963fc66bbb5a8c62 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Tue, 4 Apr 2017 19:50:11 -0300 Subject: 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 Signed-off-by: Thomas Petazzoni --- package/qt/qt.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'package/qt') 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 -- cgit v1.2.1