Bump buildroot to 2019.02
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_LUAFILESYSTEM
|
||||
bool "luafilesystem"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
LuaFileSystem offers a portable way to access
|
||||
the underlying directory structure and file attributes.
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Locally calculated
|
||||
# computed by luarocks/buildroot
|
||||
sha256 65e6d437e577a1d6cd509b6cd224d2cb9501d58d32a72cafbd4fd3f911681576 luafilesystem-1.7.0-2.src.rock
|
||||
sha256 beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842 luafilesystem/LICENSE
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
################################################################################
|
||||
|
||||
LUAFILESYSTEM_VERSION = 1.7.0-2
|
||||
LUAFILESYSTEM_LICENSE = MIT
|
||||
LUAFILESYSTEM_LICENSE_FILES = luafilesystem/LICENSE
|
||||
LUAFILESYSTEM_SUBDIR = luafilesystem
|
||||
LUAFILESYSTEM_LICENSE = MIT
|
||||
LUAFILESYSTEM_LICENSE_FILES = $(LUAFILESYSTEM_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
|
||||
Reference in New Issue
Block a user