summaryrefslogtreecommitdiffstats
path: root/package/lightning/lightning.hash
Commit message (Collapse)AuthorAgeFilesLines
* lightning: fix build issue by bumping to 2.1.2Thomas Petazzoni2018-02-061-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>
* package/lightning: bump version to 2.1.0Bernd Kuhls2016-01-311-1/+1
| | | | | | | | | Removed autoreconf and both patches after upstream commits: http://git.savannah.gnu.org/cgit/lightning.git/commit/configure.ac?id=e98640e1ac160034fe65346f68c5ade90d6b2032 http://git.savannah.gnu.org/cgit/lightning.git/commit/?id=361caf28545aa0c2b2ab8d1cbd334fbdd952f373 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lightning: new packagePaul Cercueil2015-01-021-0/+2
GNU lightning is a library that generates assembly language code at run-time. https://www.gnu.org/software/lightning/ [Thomas: - Wrap list of architectures in Config.in - Introduce an explicit Config.in option for the disassembler support, since it needs both binutils and zlib, which may not be easy to guess. - Add hash file. - Bump to version 2.0.5. - Add patch to fix cross-compilation issues on ARM and x86 due to AC_RUN_IFELSE() tests. - Adjust license information: the library is actually under LGPLv3+, not GPLv3. There is a COPYING file with the text of the GPLv3 in the code base, but this license doesn't seem to be used in anything that is actually installed. - Add AUTORECONF = YES since we're now patching configure.ac. - Add missing dependency on zlib for the disassembler support. - Add a special LIBS=-lintl when enabling the disassembler support because binutils libraries use gettext functions, but they are not linked against libintl.] Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud