diff mbox

luarocks: remove luainterpreter dependency

Message ID 1393713055-15107-1-git-send-email-francois.perrad@gadz.org
State Accepted
Headers show

Commit Message

Francois Perrad March 1, 2014, 10:30 p.m. UTC
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(-)

Comments

Thomas Petazzoni March 1, 2014, 10:50 p.m. UTC | #1
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
diff mbox

Patch

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