summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Martincoski <ricardo.martincoski@gmail.com>2017-04-04 19:50:13 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-06 22:41:07 +0200
commit250f27ac422ee67c40189666b6fd4c50dd41dd74 (patch)
treede40c196afe379374265f85e5de93cb412531c32
parent0c21ee46a79a6ea36744aa2d453db8280a35db67 (diff)
downloadbuildroot-250f27ac422ee67c40189666b6fd4c50dd41dd74.tar.gz
buildroot-250f27ac422ee67c40189666b6fd4c50dd41dd74.zip
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 <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/grantlee/grantlee.mk1
-rw-r--r--package/lesstif/lesstif.mk1
2 files changed, 2 insertions, 0 deletions
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)
OpenPOWER on IntegriCloud