update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_LUA_TESTMORE
bool "lua-testmore"
help
an Unit Testing Framework.
http://fperrad.github.io/lua-TestMore/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 a76a9b707487bf3e8b6a5362640bc2e010d184c4f66e423de7b28bd480a0db90 lua-testmore-0.3.2-1.src.rock

View File

@@ -0,0 +1,13 @@
################################################################################
#
# lua-testmore
#
################################################################################
LUA_TESTMORE_VERSION_UPSTREAM = 0.3.2
LUA_TESTMORE_VERSION = $(LUA_TESTMORE_VERSION_UPSTREAM)-1
LUA_TESTMORE_SUBDIR = lua-TestMore-$(LUA_TESTMORE_VERSION_UPSTREAM)
LUA_TESTMORE_LICENSE = MIT
LUA_TESTMORE_LICENSE_FILES = $(LUA_TESTMORE_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))