summaryrefslogtreecommitdiffstats
path: root/package/database/sqlite
Commit message (Collapse)AuthorAgeFilesLines
* sqlite: bump versionPeter Korsgaard2009-04-171-1/+1
| | | | Closes #277.
* sqlite: bump versionPeter Korsgaard2009-04-091-1/+1
| | | | | Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html
* sqlite: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-03-032-73/+41
| | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139.
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-301-1/+1
| | | | Package configs should start with BR2_PACKAGE_.
* readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard2009-01-301-1/+1
| | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
* sqlite: bump versionPeter Korsgaard2009-01-291-1/+1
| | | | Fixes several database corruption bugs
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* sqlite: bump versionPeter Korsgaard2008-10-211-1/+1
|
* sqlite: bump versionPeter Korsgaard2008-09-051-1/+1
|
* sqlite: bump versionPeter Korsgaard2008-08-211-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* sqlite: fix target install and cleanPeter Korsgaard2008-07-171-2/+4
| | | | | | - install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files
* sqlite: move under database submenuPeter Korsgaard2008-07-082-0/+88