diff mbox

[v2,2/2] luacrypto: remove duplicate dependency on luainterpreter

Message ID 1422891336-14461-2-git-send-email-patrickdepinguin@gmail.com
State Accepted
Headers show

Commit Message

Thomas De Schampheleire Feb. 2, 2015, 3:35 p.m. UTC
From: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

The luarocks package infrastructure already adds a dependency on
luainterpreter, so it is not necessary to add it in luacrypto.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
---
 package/luacrypto/luacrypto.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Francois Perrad Feb. 2, 2015, 7:59 p.m. UTC | #1
2015-02-02 16:35 GMT+01:00 Thomas De Schampheleire <patrickdepinguin@gmail.com>:
> From: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> The luarocks package infrastructure already adds a dependency on
> luainterpreter, so it is not necessary to add it in luacrypto.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>

> ---
>  package/luacrypto/luacrypto.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/luacrypto/luacrypto.mk b/package/luacrypto/luacrypto.mk
> index 42e20af..b0e972c 100644
> --- a/package/luacrypto/luacrypto.mk
> +++ b/package/luacrypto/luacrypto.mk
> @@ -9,6 +9,6 @@ LUACRYPTO_VERSION = $(LUACRYPTO_VERSION_UPSTREAM)-1
>  LUACRYPTO_SUBDIR = luacrypto-$(LUACRYPTO_VERSION_UPSTREAM)
>  LUACRYPTO_LICENSE = MIT
>  LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
> -LUACRYPTO_DEPENDENCIES = luainterpreter openssl
> +LUACRYPTO_DEPENDENCIES = openssl
>
>  $(eval $(luarocks-package))
> --
> 1.8.5.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/package/luacrypto/luacrypto.mk b/package/luacrypto/luacrypto.mk
index 42e20af..b0e972c 100644
--- a/package/luacrypto/luacrypto.mk
+++ b/package/luacrypto/luacrypto.mk
@@ -9,6 +9,6 @@  LUACRYPTO_VERSION = $(LUACRYPTO_VERSION_UPSTREAM)-1
 LUACRYPTO_SUBDIR = luacrypto-$(LUACRYPTO_VERSION_UPSTREAM)
 LUACRYPTO_LICENSE = MIT
 LUACRYPTO_LICENSE_FILES = $(LUACRYPTO_SUBDIR)/COPYING
-LUACRYPTO_DEPENDENCIES = luainterpreter openssl
+LUACRYPTO_DEPENDENCIES = openssl
 
 $(eval $(luarocks-package))