From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] luabitop: disabled for Lua 5.3
Date: Sat, 16 Jan 2016 02:04:27 +0100 [thread overview]
Message-ID: <5699971B.2030902@mind.be> (raw)
In-Reply-To: <1452846532-7780-1-git-send-email-francois.perrad@gadz.org>
On 15-01-16 09:28, Francois Perrad wrote:
> see failure in http://autobuild.buildroot.net/results/6306c929e9ee05cbb33e4eb6b590166c6554ec21/
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/luabitop/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/luabitop/Config.in b/package/luabitop/Config.in
> index c5b3f60..26442fc 100644
> --- a/package/luabitop/Config.in
> +++ b/package/luabitop/Config.in
> @@ -1,11 +1,11 @@
> config BR2_PACKAGE_LUABITOP
> bool "luabitop"
> - depends on !BR2_PACKAGE_LUA_32BITS
> + depends on !BR2_PACKAGE_LUA_5_3
> help
> Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise
> operations on numbers.
>
> http://bitop.luajit.org
>
> -comment "luabitop needs a full Lua interpreter"
> - depends on BR2_PACKAGE_LUA_32BITS
> +comment "luabitop needs a Lua 5.1/5.2 interpreter"
> + depends on BR2_PACKAGE_LUA_5_3
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
next prev parent reply other threads:[~2016-01-16 1:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-15 8:28 [Buildroot] [PATCH] luabitop: disabled for Lua 5.3 Francois Perrad
2016-01-16 1:04 ` Arnout Vandecappelle [this message]
2016-01-16 13:07 ` 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=5699971B.2030902@mind.be \
--to=arnout@mind.be \
--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.