summaryrefslogtreecommitdiffstats
path: root/package/lua-fifo
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-19 09:17:04 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:43:17 +0100
commit95176657e57e54671344cc6cc61249780100aef2 (patch)
treee766c63218dd1b5a8a91389fe64ef50815004105 /package/lua-fifo
parentb38992449890753504a7c846837fdfc9a5142f99 (diff)
downloadbuildroot-95176657e57e54671344cc6cc61249780100aef2.tar.gz
buildroot-95176657e57e54671344cc6cc61249780100aef2.zip
package/lua*: regeneration of *.mk files
This commit aligns the .mk files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/lua-fifo')
-rw-r--r--package/lua-fifo/lua-fifo.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/lua-fifo/lua-fifo.mk b/package/lua-fifo/lua-fifo.mk
index 875b89577a..8b15fc1fc1 100644
--- a/package/lua-fifo/lua-fifo.mk
+++ b/package/lua-fifo/lua-fifo.mk
@@ -4,8 +4,8 @@
#
################################################################################
-LUA_FIFO_VERSION_UPSTREAM =0.2
-LUA_FIFO_VERSION =$(LUA_FIFO_VERSION_UPSTREAM)-0
+LUA_FIFO_VERSION_UPSTREAM = 0.2
+LUA_FIFO_VERSION = $(LUA_FIFO_VERSION_UPSTREAM)-0
LUA_FIFO_NAME_UPSTREAM = fifo
LUA_FIFO_SUBDIR = fifo.lua-$(LUA_FIFO_VERSION_UPSTREAM)
LUA_FIFO_LICENSE = MIT
OpenPOWER on IntegriCloud