summaryrefslogtreecommitdiffstats
path: root/package/luadbi-sqlite3
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-19 09:17:05 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:43:45 +0100
commitb5e6ef1fbb7a42aa4617208ceb053bf46e7b7965 (patch)
tree0577ef5005224396ebe4d09c128dc09e4394a8a2 /package/luadbi-sqlite3
parent95176657e57e54671344cc6cc61249780100aef2 (diff)
downloadbuildroot-b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965.tar.gz
buildroot-b5e6ef1fbb7a42aa4617208ceb053bf46e7b7965.zip
package/lua*: regeneration of Config.in
This commit aligns the Config.in files of Lua packages so that they match with the output of the recently added Buildroot addon for Luarocks. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/luadbi-sqlite3')
-rw-r--r--package/luadbi-sqlite3/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/luadbi-sqlite3/Config.in b/package/luadbi-sqlite3/Config.in
index 6ed32a29aa..600c5526f6 100644
--- a/package/luadbi-sqlite3/Config.in
+++ b/package/luadbi-sqlite3/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_LUADBI_SQLITE3
bool "luadbi-sqlite3"
- select BR2_PACKAGE_LUADBI # runtime dependency
select BR2_PACKAGE_SQLITE
+ select BR2_PACKAGE_LUADBI # runtime
help
LuaDBI is a database interface library for Lua.
And this is the SQLite3 backend.
OpenPOWER on IntegriCloud