Bump buidlroot version to 2018.02.6
This commit is contained in:
7
bsp/buildroot/package/lua-datafile/Config.in
Normal file
7
bsp/buildroot/package/lua-datafile/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LUA_DATAFILE
|
||||
bool "lua-datafile"
|
||||
help
|
||||
datafile is a library for avoiding hardcoded paths
|
||||
when loading resource files in Lua modules.
|
||||
|
||||
https://github.com/hishamhm/datafile
|
||||
2
bsp/buildroot/package/lua-datafile/lua-datafile.hash
Normal file
2
bsp/buildroot/package/lua-datafile/lua-datafile.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 37a33079c3476477f19de14bebd664635a39a57dd05a2709c3a402cbc1e79a6b datafile-0.4-1.src.rock
|
||||
13
bsp/buildroot/package/lua-datafile/lua-datafile.mk
Normal file
13
bsp/buildroot/package/lua-datafile/lua-datafile.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-datafile
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_DATAFILE_VERSION = 0.4-1
|
||||
LUA_DATAFILE_NAME_UPSTREAM = datafile
|
||||
LUA_DATAFILE_SUBDIR = datafile
|
||||
LUA_DATAFILE_LICENSE = MIT
|
||||
LUA_DATAFILE_LICENSE_FILES = $(LUA_DATAFILE_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user