summaryrefslogtreecommitdiffstats
path: root/package/lsqlite3
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-19 09:17:04 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-31 17:43:17 +0100
commit95176657e57e54671344cc6cc61249780100aef2 (patch)
treee766c63218dd1b5a8a91389fe64ef50815004105 /package/lsqlite3
parentb38992449890753504a7c846837fdfc9a5142f99 (diff)
downloadbuildroot-95176657e57e54671344cc6cc61249780100aef2.tar.gz
buildroot-95176657e57e54671344cc6cc61249780100aef2.zip
package/lua*: regeneration of *.mk files
This commit aligns the .mk 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/lsqlite3')
-rw-r--r--package/lsqlite3/lsqlite3.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lsqlite3/lsqlite3.mk b/package/lsqlite3/lsqlite3.mk
index f5b91815fc..bbf6a1db1a 100644
--- a/package/lsqlite3/lsqlite3.mk
+++ b/package/lsqlite3/lsqlite3.mk
@@ -6,7 +6,7 @@
LSQLITE3_VERSION = 0.9.5-1
LSQLITE3_SUBDIR = lsqlite3_fsl09y
-LSQLITE3_DEPENDENCIES = sqlite
LSQLITE3_LICENSE = MIT
+LSQLITE3_DEPENDENCIES = sqlite
$(eval $(luarocks-package))
OpenPOWER on IntegriCloud