Bump buidlroot version to 2018.02.6
This commit is contained in:
14
bsp/buildroot/package/lua-http/lua-http.mk
Normal file
14
bsp/buildroot/package/lua-http/lua-http.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-http
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_HTTP_VERSION_UPSTREAM = 0.2
|
||||
LUA_HTTP_VERSION = $(LUA_HTTP_VERSION_UPSTREAM)-0
|
||||
LUA_HTTP_NAME_UPSTREAM = http
|
||||
LUA_HTTP_SUBDIR = lua-http-$(LUA_HTTP_VERSION_UPSTREAM)
|
||||
LUA_HTTP_LICENSE = MIT
|
||||
LUA_HTTP_LICENSE_FILES = $(LUA_HTTP_SUBDIR)/LICENSE.md
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user