lua-coatpersistent: bump to version 0.2.1

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad
2014-12-24 10:10:39 +01:00
committed by Thomas Petazzoni
parent 5e4a7332f6
commit aeb3f480c6
2 changed files with 10 additions and 2 deletions

View File

@@ -3,7 +3,11 @@ config BR2_PACKAGE_LUA_COATPERSISTENT
# run-time dependencies
select BR2_PACKAGE_DADO
select BR2_PACKAGE_LUA_COAT
depends on BR2_PACKAGE_LSQLITE3 || BR2_PACKAGE_LUASQL_SQLITE3
help
An ORM for lua-Coat.
http://fperrad.github.io/lua-CoatPersistent/
comment "lua-coatpersistent needs lsqlite3 or luasql-sqlite3"
depends on !BR2_PACKAGE_LSQLITE3 && !BR2_PACKAGE_LUASQL_SQLITE3