diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-06 09:06:48 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-06 09:07:45 +0100 |
commit | 1c08a2d5fd310fb2f5fd03c7c8f534c0db8b8045 (patch) | |
tree | eb93efddc71912dacf6b76a6c55b03321268d4dc /package/lightning/lightning.mk | |
parent | 3f5cc93612cb3819a1448de1eefab8040d8ba8f5 (diff) | |
download | buildroot-1c08a2d5fd310fb2f5fd03c7c8f534c0db8b8045.tar.gz buildroot-1c08a2d5fd310fb2f5fd03c7c8f534c0db8b8045.zip |
lightning: fix build issue by bumping to 2.1.2
The current version of lightning doesn't build with recent versions of
binutils. Since this has been fixed upstream in a dot release, let's
bump to the upstream version that has the fix.
While at it, add a hash for the license file.
Fixes:
http://autobuild.buildroot.net/results/51424c044e11b89544824dbdf1af45b05b499ba4/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/lightning/lightning.mk')
-rw-r--r-- | package/lightning/lightning.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lightning/lightning.mk b/package/lightning/lightning.mk index 2b4931becc..b93946146d 100644 --- a/package/lightning/lightning.mk +++ b/package/lightning/lightning.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIGHTNING_VERSION = 2.1.0 +LIGHTNING_VERSION = 2.1.2 LIGHTNING_SITE = $(BR2_GNU_MIRROR)/lightning LIGHTNING_LICENSE = LGPL-3.0+ LIGHTNING_LICENSE_FILES = COPYING.LESSER |