From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] lightning: Added package
Date: Fri, 2 Jan 2015 19:16:21 +0100 [thread overview]
Message-ID: <20150102191621.49641fd6@free-electrons.com> (raw)
In-Reply-To: <1407279610-15589-2-git-send-email-paul@crapouillou.net>
Dear Paul Cercueil,
On Wed, 6 Aug 2014 01:00:10 +0200, Paul Cercueil wrote:
> GNU lightning is a library that generates assembly language code
> at run-time.
>
> https://www.gnu.org/software/lightning/
>
> Signed-off-by: Paul Cercueil <paul@crapouillou.net>
> ---
> package/Config.in | 1 +
> package/lightning/Config.in | 8 ++++++++
> package/lightning/lightning.mk | 18 ++++++++++++++++++
> 3 files changed, 27 insertions(+)
> create mode 100644 package/lightning/Config.in
> create mode 100644 package/lightning/lightning.mk
Applied, after doing a number of changes. Note that this package was
not compiling properly with a uClibc toolchain with the disassembler
enabled.
The changes I made:
[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.]
See
http://git.buildroot.net/buildroot/commit/?id=952391db0477d1baa9c451fe0b3dabbfaef5a9b7
for the final commit.
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-01-02 18:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-05 23:00 [Buildroot] [PATCH 1/2] binutils: Also install libopcodes in staging Paul Cercueil
2014-08-05 23:00 ` [Buildroot] [PATCH 2/2] lightning: Added package Paul Cercueil
2014-08-06 3:12 ` Baruch Siach
2014-08-09 13:45 ` Paul Cercueil
2014-08-12 9:10 ` Baruch Siach
2014-08-12 16:53 ` Thomas Petazzoni
2015-01-02 18:16 ` Thomas Petazzoni [this message]
2015-01-02 18:15 ` [Buildroot] [PATCH 1/2] binutils: Also install libopcodes in staging Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150102191621.49641fd6@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.