From: Yann E. MORIN Date: Wed, 29 Nov 2017 23:08:42 +0000 (+0100) Subject: packages: remove "consecutive empty lines" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=373b63d3f0a9e0ea2ba97a070a642e904605101f;p=buildroot.git packages: remove "consecutive empty lines" ... as reported by utils/check-package Signed-off-by: "Yann E. MORIN" Cc: Adam Duskett Cc: Yegor Yefremov Cc: Matt Weber Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- diff --git a/package/python3/python3.mk b/package/python3/python3.mk index 1d2201eec7..6e61108661 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -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. diff --git a/package/setools/setools.mk b/package/setools/setools.mk index 8b93ccf45e..6748c95c23 100644 --- a/package/setools/setools.mk +++ b/package/setools/setools.mk @@ -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