summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-02-23 18:00:39 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-02 23:24:17 +0100
commit0d4f519246505520d77fc1ddb827df2fe10c790c (patch)
tree24337333e117ffc2d226466b39141a2680538aa1
parent55d74b88d6d9e6b20645234f3a166a1173502853 (diff)
downloadbuildroot-0d4f519246505520d77fc1ddb827df2fe10c790c.tar.gz
buildroot-0d4f519246505520d77fc1ddb827df2fe10c790c.zip
lua-bit32: remove custom extract commands
With the reworked luarocks extraction, they are no longer needed. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/lua-bit32/lua-bit32.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/lua-bit32/lua-bit32.mk b/package/lua-bit32/lua-bit32.mk
index 8304d6eaec..f4090c703a 100644
--- a/package/lua-bit32/lua-bit32.mk
+++ b/package/lua-bit32/lua-bit32.mk
@@ -11,10 +11,4 @@ LUA_BIT32_SOURCE = bit32-$(LUA_BIT32_VERSION).src.rock
LUA_BIT32_LICENSE = MIT
LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
-define LUA_BIT32_EXTRACT_CMDS
- cd $(LUA_BIT32_DIR) && \
- $(LUAROCKS_RUN_ENV) $(LUAROCKS_RUN_CMD) unpack --force $(DL_DIR)/$(LUA_BIT32_SOURCE) && \
- mv bit32-$(LUA_BIT32_VERSION)/* .
-endef
-
$(eval $(luarocks-package))
OpenPOWER on IntegriCloud