update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/lsqlite3/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/lsqlite3/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LSQLITE3
|
||||
bool "lsqlite3"
|
||||
select BR2_PACKAGE_SQLITE
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
help
|
||||
a thin Lua wrapper for the SQLite3 library.
|
||||
|
||||
http://lua.sqlite.org/
|
||||
2
bsp/buildroot-2017.02.11/package/lsqlite3/lsqlite3.hash
Normal file
2
bsp/buildroot-2017.02.11/package/lsqlite3/lsqlite3.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 e6eb64a7ca3727c3093f3c37341d8ecadf9eac913e468eae413828476b19c225 lsqlite3-0.9.4-2.src.rock
|
||||
12
bsp/buildroot-2017.02.11/package/lsqlite3/lsqlite3.mk
Normal file
12
bsp/buildroot-2017.02.11/package/lsqlite3/lsqlite3.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lsqlite3
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LSQLITE3_VERSION = 0.9.4-2
|
||||
LSQLITE3_SUBDIR = lsqlite3_fsl09x
|
||||
LSQLITE3_DEPENDENCIES = sqlite
|
||||
LSQLITE3_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user