summaryrefslogtreecommitdiff
path: root/package/database/sqlite
AgeCommit message (Collapse)Author
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-21sqlite: bump versionPeter Korsgaard
2008-09-05sqlite: bump versionPeter Korsgaard
2008-08-21sqlite: bump versionPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-17sqlite: fix target install and cleanPeter Korsgaard
- 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
2008-07-08sqlite: move under database submenuPeter Korsgaard