]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package: remove consecutive empty lines
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Tue, 4 Apr 2017 22:50:11 +0000 (19:50 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 6 Apr 2017 20:40:33 +0000 (22:40 +0200)
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>
23 files changed:
package/amd-catalyst/amd-catalyst.mk
package/bcusdk/bcusdk.mk
package/dhcp/Config.in
package/docker-engine/docker-engine.mk
package/efl/Config.in
package/ffmpeg/ffmpeg.mk
package/gcc/gcc-final/gcc-final.mk
package/glibc/glibc.mk
package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
package/linux-zigbee/Config.in
package/ltp-testsuite/ltp-testsuite.mk
package/ne10/ne10.mk
package/network-manager/network-manager.mk
package/opencv3/Config.in
package/openocd/openocd.mk
package/oracle-mysql/oracle-mysql.mk
package/qt/qt.mk
package/qt5/qt5location/qt5location.mk
package/qt5/qt5quickcontrols/qt5quickcontrols.mk
package/rpcbind/rpcbind.mk
package/rrdtool/rrdtool.mk
package/rt-tests/Config.in
package/x11vnc/x11vnc.mk

index 5636f81c9d27b3643b4981e9cecfbb675e614bbb..d4f5d1cc38cd2ab04014a803982a255bf3162c9d 100644 (file)
@@ -16,7 +16,6 @@ AMD_CATALYST_SUFFIX = $(if $(BR2_x86_64),_64)
 AMD_CATALYST_ARCH_DIR = $(@D)/arch/x86$(AMD_CATALYST_SUFFIX)
 AMD_CATALYST_LIB_SUFFIX = $(if $(BR2_x86_64),64)
 
-
 define AMD_CATALYST_EXTRACT_CMDS
        unzip -q $(DL_DIR)/$(AMD_CATALYST_SOURCE) -d $(@D)
        $(SHELL) $(@D)/AMD-Catalyst-$(AMD_CATALYST_VERSION)-Linux-installer-$(AMD_CATALYST_VERBOSE_VER)-x86.x86_64.run --extract $(@D)
@@ -102,7 +101,6 @@ define AMD_CATALYST_INSTALL_XORG
        $(INSTALL) -D -m 0644 package/amd-catalyst/20-fglrx.conf \
                $(TARGET_DIR)/etc/X11/xorg.conf.d/20-fglrx.conf
 
-
        # Common files: containing binary profiles about GPUs,
        # required by the fglrx_drv xorg driver
        $(INSTALL) -d $(TARGET_DIR)/etc/ati
index 12f41eac8cf6af1e2f7cc42de258ae401f65f6a3..f99dd70cba16381eaab26769fb5e1dc40ff695b4 100644 (file)
@@ -24,7 +24,6 @@ BCUSDK_DEPENDENCIES = \
        libpthsem \
        $(if $(BR2_PACKAGE_ARGP_STANDALONE),argp-standalone)
 
-
 define BCUSDK_REMOVE_EXAMPLES
        $(RM) -rf $(TARGET_DIR)/usr/share/bcusdk
 endef
index 4a3049584dcfc465156d705ee6a32b5d8e08e888..d09256aad22ed5b50b8470a649c04b3b6a8afb1e 100644 (file)
@@ -26,7 +26,6 @@ config BR2_PACKAGE_DHCP_RELAY
        help
          DHCP relay agent from the ISC DHCP distribution.
 
-
 config BR2_PACKAGE_DHCP_CLIENT
        bool "dhcp client"
        help
index db65e2d27f7d8d32313abdfd3aa17d2fe62a53ca..5101702045f33b321ee2eb6be6eae079613b01cb 100644 (file)
@@ -34,7 +34,6 @@ DOCKER_ENGINE_GLDFLAGS_DOCKER += -extldflags '-static'
 endif
 endif
 
-
 DOCKER_ENGINE_BUILD_TAGS = cgo exclude_graphdriver_zfs autogen
 DOCKER_ENGINE_BUILD_TARGETS = docker
 
index 960f2752c36eac2eae3bfe3b8fe7b07d12f16817..b9c4334c247f9b83206da0970de551498711e0af 100644 (file)
@@ -135,7 +135,6 @@ config BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG
                BR2_PACKAGE_EFL_PULSEAUDIO && \
                BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT
 
-
 comment "Warning: one of the recommended option for EFL is not enabled"
        depends on !BR2_PACKAGE_EFL_HAS_RECOMMENDED_CONFIG
 
index f1a1e0df876c36b209de355d7604767bb7edcc09..348bc8212c57d412ea711221c6328ccb804e983c 100644 (file)
@@ -473,7 +473,6 @@ else ifneq ($(call qstrip,$(BR2_GCC_TARGET_ARCH)),)
 FFMPEG_CONF_OPTS += --cpu=$(BR2_GCC_TARGET_ARCH)
 endif
 
-
 FFMPEG_CONF_OPTS += $(call qstrip,$(BR2_PACKAGE_FFMPEG_EXTRACONF))
 
 # Override FFMPEG_CONFIGURE_CMDS: FFmpeg does not support --target and others
index a15d837a8b6b61dfc47356551cfed7df2700da35..e8d2e18fe51098d41ac9dd4e4d936a249df3b155 100644 (file)
@@ -50,7 +50,6 @@ define  HOST_GCC_FINAL_CONFIGURE_CMDS
        )
 endef
 
-
 # Languages supported by the cross-compiler
 GCC_FINAL_CROSS_LANGUAGES-y = c
 GCC_FINAL_CROSS_LANGUAGES-$(BR2_INSTALL_LIBSTDCPP) += c++
index ccaa4c2a981bea43078b0e1960356854484c8e28..aa9b9069c9427be369c08f1b981e9b0775301658 100644 (file)
@@ -94,7 +94,6 @@ define GLIBC_CONFIGURE_CMDS
        $(GLIBC_ADD_MISSING_STUB_H)
 endef
 
-
 #
 # We also override the install to target commands since we only want
 # to install the libraries, and nothing more.
index 69bb7163f286517276324911792df76bb95440f3..6bf159d2e4f55b7de7f4374817cbb2057a9727cb 100644 (file)
@@ -24,7 +24,6 @@ GST1_PLUGINS_GOOD_CONF_OPTS = \
        --disable-esd \
        --disable-esdtest
 
-
 # Options which require currently unpackaged libraries
 GST1_PLUGINS_GOOD_CONF_OPTS += \
        --disable-jack \
index fc21faa441efd9a178a38f1e1b5db02f4433a8ee..ff2b0f7c99983a9b8a94798b624eda48b587b988 100644 (file)
@@ -40,7 +40,6 @@ config BR2_PACKAGE_LINUX_ZIGBEE_TESTS
          Enable this option to install the Linux-ZigBee test programs
          to the target.
 
-
 config BR2_PACKAGE_LINUX_ZIGBEE_OLD_KERNEL_COMPAT
        bool "compatibility with older kernels"
        help
index cd9a34528ff3a09153d84c0a32140bf70d9700b7..7f26bd2a59c1ce81ff80ef96ecb83ea9923e4869 100644 (file)
@@ -68,5 +68,4 @@ endef
 LTP_TESTSUITE_POST_PATCH_HOOKS += LTP_TESTSUITE_REMOVE_UNSUPPORTED
 endif
 
-
 $(eval $(autotools-package))
index 63a79e75f9a82719cd702f714887cc08d2f22c6f..cb303bd7b2a21b646daf66d1ba9f027011ef5888 100644 (file)
@@ -32,7 +32,6 @@ define NE10_INSTALL_STAGING_CMDS
        $(NE10_INSTALL_STAGING_SHARED_LIB)
 endef
 
-
 define NE10_INSTALL_TARGET_CMDS
        cp -dpf $(@D)/modules/libNE10*.so* $(TARGET_DIR)/usr/lib/
 endef
index 0815bdd6a76614797a76805123caff3e05b93c83..6adc9b1ab677b9b06c6e8d8928a4c708ffe83d75 100644 (file)
@@ -22,7 +22,6 @@ NETWORK_MANAGER_CONF_ENV = \
        ac_cv_file__etc_redhat_release=no \
        ac_cv_file__etc_SuSE_release=no
 
-
 NETWORK_MANAGER_CONF_OPTS = \
        --disable-tests \
        --disable-qt \
index 4c00bf1b949ef7d67672c1d266c3008e072b55e4..ee589f950f08046b7373bdebccaf7ffd5f7fb82a 100644 (file)
@@ -130,7 +130,6 @@ comment "opengl support needs an OpenGL provider"
 
 endif # BR2_PACKAGE_OPENCV3_LIB_HIGHGUI
 
-
 config BR2_PACKAGE_OPENCV3_LIB_IMGCODECS
        bool "imgcodecs"
        select BR2_PACKAGE_OPENCV3_LIB_IMGPROC
index 8407bbcbd14c99c8328ea7501d57f059539cf241..911d31168d9081c1ad6c1d3fa9100c1939af1d1a 100644 (file)
@@ -113,6 +113,5 @@ endef
 OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI
 HOST_OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI
 
-
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
index 45a71fac6ad901e7f726ae92f2b46b088d624318..4307008d478eca22933d1b5c4ca64d6e299b294c 100644 (file)
@@ -125,7 +125,6 @@ ORACLE_MYSQL_CONF_OPTS += \
        --without-server
 endif
 
-
 define ORACLE_MYSQL_REMOVE_TEST_PROGS
        rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
 endef
index 1fdb1bf701896caeae65716b8cdeece306eae759..2580ee7c0b4572dbd875be8a32f3fe3b93c80949 100644 (file)
@@ -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
index 24b26b2db23c947a3e6a412f80ac2e67a034dc8f..96263e89b910bc0ed0d26649e37d8e82dc164d2d 100644 (file)
@@ -62,5 +62,4 @@ define QT5LOCATION_INSTALL_TARGET_CMDS
        $(QT5LOCATION_INSTALL_TARGET_QMLS)
 endef
 
-
 $(eval $(generic-package))
index 0f11b79caa94ce7987fbb22f096d8c35bd3c97ee..d28993244eae6ac95f5f3e626b487e2abc992c7e 100644 (file)
@@ -30,7 +30,6 @@ define QT5QUICKCONTROLS_INSTALL_STAGING_CMDS
        $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install
 endef
 
-
 ifeq ($(BR2_PACKAGE_QT5DECLARATIVE_QUICK)$(BR2_PACKAGE_QT5BASE_WIDGETS),yy)
 define QT5QUICKCONTROLS_INSTALL_TARGET_PRIVATEWIDGETS
        cp -dpfr $(STAGING_DIR)/usr/qml/QtQuick/PrivateWidgets $(TARGET_DIR)/usr/qml/QtQuick
index 28deb50ef69ffd0df74ab784a601246a436f1449..cf2e81dbbfd66b7e46a4eae2c88b07b07c1752b9 100644 (file)
@@ -36,5 +36,4 @@ define RPCBIND_INSTALL_INIT_SYSV
                $(TARGET_DIR)/etc/init.d/S30rpcbind
 endef
 
-
 $(eval $(autotools-package))
index 84c7bb7ac31055c297d496fd2e5be9cbfba499e8..028b7cbbb67e0eb0863b9941974dc06c98339444 100644 (file)
@@ -25,7 +25,6 @@ RRDTOOL_CONF_OPTS = \
        --disable-ruby \
        --disable-tcl
 
-
 ifeq ($(BR2_NEEDS_GETTEXT),y)
 RRDTOOL_DEPENDENCIES += gettext
 endif
index b39856d34f5f1fb26ae326a8a58dc959b6262987..23e911b9fd28e7e84ab124973e401d9e612375b1 100644 (file)
@@ -23,7 +23,6 @@ config BR2_PACKAGE_RT_TESTS
 
          http://rt.wiki.kernel.org
 
-
 comment "rt-tests may not work on MIPS with an external uClibc toolchain"
        depends on BR2_PACKAGE_RT_TESTS
        depends on BR2_TOOLCHAIN_EXTERNAL_UCLIBC
index 561d7bf1301fc46e1ef740f06178c1ed4e709d85..9f4af125827170713da8316c69f4a475588acda6 100644 (file)
@@ -61,5 +61,4 @@ else
 X11VNC_CONF_OPTS += --without-zlib
 endif
 
-
 $(eval $(autotools-package))