* [Buildroot] [PATCH] luabitop: disabled for Lua 5.3
@ 2016-01-15 8:28 Francois Perrad
2016-01-16 1:04 ` Arnout Vandecappelle
2016-01-16 13:07 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2016-01-15 8:28 UTC (permalink / raw)
To: buildroot
see failure in http://autobuild.buildroot.net/results/6306c929e9ee05cbb33e4eb6b590166c6554ec21/
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
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
--
2.5.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] luabitop: disabled for Lua 5.3
2016-01-15 8:28 [Buildroot] [PATCH] luabitop: disabled for Lua 5.3 Francois Perrad
@ 2016-01-16 1:04 ` Arnout Vandecappelle
2016-01-16 13:07 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2016-01-16 1:04 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] luabitop: disabled for Lua 5.3
2016-01-15 8:28 [Buildroot] [PATCH] luabitop: disabled for Lua 5.3 Francois Perrad
2016-01-16 1:04 ` Arnout Vandecappelle
@ 2016-01-16 13:07 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-01-16 13:07 UTC (permalink / raw)
To: buildroot
Dear Francois Perrad,
On Fri, 15 Jan 2016 09:28:52 +0100, Francois Perrad wrote:
> see failure in http://autobuild.buildroot.net/results/6306c929e9ee05cbb33e4eb6b590166c6554ec21/
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/luabitop/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-16 13:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 8:28 [Buildroot] [PATCH] luabitop: disabled for Lua 5.3 Francois Perrad
2016-01-16 1:04 ` Arnout Vandecappelle
2016-01-16 13:07 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox