From 250f27ac422ee67c40189666b6fd4c50dd41dd74 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Tue, 4 Apr 2017 19:50:13 -0300 Subject: [PATCH] package: add missing empty line after header Occurrences were searched using [1]: check-package --include-only PackageHeader $(find * -type f) and manually fixed to comply to [2]. [1] http://patchwork.ozlabs.org/patch/729669/ [2] http://nightly.buildroot.org/#writing-rules-mk Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- package/grantlee/grantlee.mk | 1 + package/lesstif/lesstif.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/package/grantlee/grantlee.mk b/package/grantlee/grantlee.mk index 812603b82e..575b63fef5 100644 --- a/package/grantlee/grantlee.mk +++ b/package/grantlee/grantlee.mk @@ -3,6 +3,7 @@ # grantlee # ################################################################################ + GRANTLEE_VERSION = 5.1.0 GRANTLEE_SITE = http://downloads.grantlee.org GRANTLEE_INSTALL_STAGING = YES diff --git a/package/lesstif/lesstif.mk b/package/lesstif/lesstif.mk index 3d381fff87..933dd13373 100644 --- a/package/lesstif/lesstif.mk +++ b/package/lesstif/lesstif.mk @@ -3,6 +3,7 @@ # lesstif # ################################################################################ + LESSTIF_VERSION = 0.95.2 LESSTIF_SOURCE = lesstif-$(LESSTIF_VERSION).tar.bz2 LESSTIF_SITE = http://downloads.sourceforge.net/project/lesstif/lesstif/$(LESSTIF_VERSION)