summaryrefslogtreecommitdiff
path: root/packages/database/sqlite/sqlite.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-15 19:39:15 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-15 19:39:15 +0100
commit13f71b065212fa92fcce52d5425a44dc72b2874c (patch)
tree710ed9c4b81e88661dc766408178bf43e045ae90 /packages/database/sqlite/sqlite.kconfig
parent741d6cfff600294e581b09da6840ae77d21a695a (diff)
downloadembtoolkit-13f71b065212fa92fcce52d5425a44dc72b2874c.tar.gz
embtoolkit-13f71b065212fa92fcce52d5425a44dc72b2874c.tar.bz2
embtoolkit-13f71b065212fa92fcce52d5425a44dc72b2874c.tar.xz
Packages: sqlite: add sqlite-3.7.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/database/sqlite/sqlite.kconfig')
-rw-r--r--packages/database/sqlite/sqlite.kconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/database/sqlite/sqlite.kconfig b/packages/database/sqlite/sqlite.kconfig
index 9c3b50d..e4ee65e 100644
--- a/packages/database/sqlite/sqlite.kconfig
+++ b/packages/database/sqlite/sqlite.kconfig
@@ -25,22 +25,24 @@
config EMBTK_HAVE_SQLITE
bool "Have sqlite"
+ select EMBTK_SQLITE_PKG_IS_TARGZ
help
sqlite description
choice
prompt "sqlite version you wish"
depends on EMBTK_HAVE_SQLITE
help
- Here you can choose which version of sqlite you want to use.
-
+ Here you can choose which version of sqlite you want to use.
+ config EMBTK_SQLITE_VERSION_3_7_4
+ bool "sqlite-3.7.4"
config EMBTK_SQLITE_VERSION_3_7_3
bool "sqlite-3.7.3"
- select EMBTK_SQLITE_PKG_IS_TARGZ
endchoice
config EMBTK_SQLITE_VERSION_STRING
string
- default "3.7.3" if EMBTK_SQLITE_VERSION_3_7_3
+ default "3.7.3" if EMBTK_SQLITE_VERSION_3_7_3
+ default "3070400" if EMBTK_SQLITE_VERSION_3_7_4
config EMBTK_SQLITE_NEED_PATCH
bool