]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
packages: remove "consecutive empty lines"
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 29 Nov 2017 23:08:42 +0000 (00:08 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Dec 2017 21:56:41 +0000 (22:56 +0100)
... as reported by utils/check-package

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Adam Duskett <aduskett@gmail.com>
Cc: Yegor Yefremov<yegorslists@googlemail.com>
Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python3/python3.mk
package/setools/setools.mk

index 1d2201eec7cb0dbe90af682afddba2bdfec2653f..6e61108661b449f6a46b62b3d6163b3d159b9752 100644 (file)
@@ -159,7 +159,6 @@ PYTHON3_CONF_OPTS += \
        --disable-idle3 \
        --disable-pyc-build
 
-
 #
 # Some of CPython's source code is generated using Python interpreter
 # and some helper tools such as "Programs/_freeze_importlib" or
@@ -201,7 +200,6 @@ endef
 
 PYTHON3_PRE_BUILD_HOOKS += PYTHON3_MAKE_REGEN_IMPORTLIB
 
-
 #
 # Remove useless files. In the config/ directory, only the Makefile
 # and the pyconfig.h files are needed at runtime.
index 8b93ccf45e12a163d80187c7f4f6409b2bd7f31f..6748c95c23622b34a62a83a4fbaac96b321ace97 100644 (file)
@@ -13,7 +13,6 @@ SETOOLS_LICENSE_FILES = COPYING COPYING.GPL COPYING.LGPL
 SETOOLS_SETUP_TYPE = setuptools
 HOST_SETOOLS_DEPENDENCIES = host-libselinux host-libsepol
 
-
 ifeq ($(BR2_PACKAGE_PYTHON3),y)
 SETOOLS_PYLIBVER = python$(PYTHON3_VERSION_MAJOR)
 else