initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
config BR2_PACKAGE_LUADBI_SQLITE3
bool "luadbi-sqlite3"
select BR2_PACKAGE_SQLITE
select BR2_PACKAGE_LUADBI # runtime
help
LuaDBI is a database interface library for Lua.
And this is the SQLite3 backend.
https://github.com/mwild1/luadbi
@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 c5b043db43941a3c6e43d3e3699236846ed6d03a6c4cb12fa1a497f965138d9f luadbi-sqlite3-0.7.2-1.src.rock
sha256 988d73cc2e56f972e8177091e084855fc2904d0fafcfe5c4e02864f25ce2b928 luadbi/COPYING
+13
View File
@@ -0,0 +1,13 @@
################################################################################
#
# luadbi-sqlite3
#
################################################################################
LUADBI_SQLITE3_VERSION = 0.7.2-1
LUADBI_SQLITE3_SUBDIR = luadbi
LUADBI_SQLITE3_LICENSE = MIT
LUADBI_SQLITE3_LICENSE_FILES = $(LUADBI_SQLITE3_SUBDIR)/COPYING
LUADBI_SQLITE3_DEPENDENCIES = sqlite
$(eval $(luarocks-package))