Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
6
buildroot/package/lua-lunitx/Config.in
Normal file
6
buildroot/package/lua-lunitx/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LUA_LUNITX
|
||||
bool "lua-lunitx"
|
||||
help
|
||||
Lunitx is a unit testing framework for lua, written in lua.
|
||||
|
||||
https://github.com/dcurrie/lunit
|
||||
3
buildroot/package/lua-lunitx/lua-lunitx.hash
Normal file
3
buildroot/package/lua-lunitx/lua-lunitx.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 2299facf4977f9b663e1ad402098139116a87a693c3df66e1f6b89e2cf47646f lunitx-0.8-1.src.rock
|
||||
sha256 3fcfcd6010d73bc2b22505b6a91779022a82661809a3e4e0a0bdd7b3463def8f lunit/LICENSE
|
||||
13
buildroot/package/lua-lunitx/lua-lunitx.mk
Normal file
13
buildroot/package/lua-lunitx/lua-lunitx.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-lunitx
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_LUNITX_VERSION = 0.8-1
|
||||
LUA_LUNITX_NAME_UPSTREAM = lunitx
|
||||
LUA_LUNITX_SUBDIR = lunit
|
||||
LUA_LUNITX_LICENSE = MIT
|
||||
LUA_LUNITX_LICENSE_FILES = $(LUA_LUNITX_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user