From 65793bab3d21b1a8d6091174eb2f57b6a8d61b51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Krause?= Date: Sun, 14 Jan 2018 18:53:06 +0100 Subject: [PATCH] swupdate: remove empty line MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by Yann E. Morin running: ``` $ ./utils/check-package package/swupdate/swupdate.mk package/swupdate/swupdate.mk:42: consecutive empty lines 140 lines processed 1 warnings generated ``` Reported-by: Yann E. MORIN Signed-off-by: Jörg Krause Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/swupdate/swupdate.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk index d1afbc4882..aa232e5837 100644 --- a/package/swupdate/swupdate.mk +++ b/package/swupdate/swupdate.mk @@ -39,7 +39,6 @@ else SWUPDATE_MAKE_ENV += HAVE_LIBCURL=n endif - ifeq ($(BR2_PACKAGE_HAS_LUAINTERPRETER),y) SWUPDATE_DEPENDENCIES += luainterpreter host-pkgconf # defines the base name for the pkg-config file ("lua" or "luajit") -- 2.30.2