* [Buildroot] [PATCH] luarocks: remove luainterpreter dependency
@ 2014-03-01 22:30 Francois Perrad
2014-03-01 22:50 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2014-03-01 22:30 UTC (permalink / raw)
To: buildroot
a package using luarocks infrastructure needs a dependency with luainterpreter.
this is already done in pkg-luarocks.mk.
here, in luarocks.mk, this dependency causes an issue with 'make legal-info' :
luainterpreter and an toolchain are built.
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/luarocks/luarocks.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk
index 86e57d2..926fd04 100644
--- a/package/luarocks/luarocks.mk
+++ b/package/luarocks/luarocks.mk
@@ -9,7 +9,7 @@ LUAROCKS_SITE = http://luarocks.org/releases/
LUAROCKS_LICENSE = MIT
LUAROCKS_LICENSE_FILES = COPYING
-HOST_LUAROCKS_DEPENDENCIES = host-lua luainterpreter
+HOST_LUAROCKS_DEPENDENCIES = host-lua
LUAROCKS_CONFIG_DIR = $(HOST_DIR)/usr/etc/luarocks
LUAROCKS_CONFIG_FILE = $(LUAROCKS_CONFIG_DIR)/config-$(LUAINTERPRETER_ABIVER).lua
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] luarocks: remove luainterpreter dependency
2014-03-01 22:30 [Buildroot] [PATCH] luarocks: remove luainterpreter dependency Francois Perrad
@ 2014-03-01 22:50 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-01 22:50 UTC (permalink / raw)
To: buildroot
Dear Francois Perrad,
On Sat, 1 Mar 2014 23:30:55 +0100, Francois Perrad wrote:
> a package using luarocks infrastructure needs a dependency with luainterpreter.
> this is already done in pkg-luarocks.mk.
>
> here, in luarocks.mk, this dependency causes an issue with 'make legal-info' :
> luainterpreter and an toolchain are built.
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> package/luarocks/luarocks.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, after adding a lot more details in the commit log.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-01 22:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01 22:30 [Buildroot] [PATCH] luarocks: remove luainterpreter dependency Francois Perrad
2014-03-01 22:50 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox