summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2018-01-14 18:53:06 +0100
committerPeter Korsgaard <peter@korsgaard.com>2018-01-15 15:16:31 +0100
commit65793bab3d21b1a8d6091174eb2f57b6a8d61b51 (patch)
tree9301f5cbadd4f984a3bfe76518acd35d0067742e
parente4c2c68c3e1af04a3477a1777620f6021aa76065 (diff)
downloadbuildroot-65793bab3d21b1a8d6091174eb2f57b6a8d61b51.tar.gz
buildroot-65793bab3d21b1a8d6091174eb2f57b6a8d61b51.zip
swupdate: remove empty line
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 <yann.morin.1998@free.fr> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/swupdate/swupdate.mk1
1 files changed, 0 insertions, 1 deletions
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")
OpenPOWER on IntegriCloud