sqlite package, based on gumstix

This commit is contained in:
Peter Korsgaard
2006-09-26 16:01:07 +00:00
parent bc45a9b966
commit dfa4f83783
3 changed files with 82 additions and 0 deletions

8
package/sqlite/Config.in Normal file
View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_SQLITE
bool "sqlite"
default n
help
SQLite is a small C library that implements a self-contained,
embeddable, zero-configuration SQL database engine.
http://www.sqlite.org/