diff options
| author | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
|---|---|---|
| committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-10 11:57:14 +0000 |
| commit | d35318a9a356ca654f02bbc878a33fe6cc869ad6 (patch) | |
| tree | 9acdcd47256d4f9e9dd30df1f949074d977d23c2 /recipes/sqlite | |
| parent | b87f7e3a475c965dd4a7c60277ef617f16e915ba (diff) | |
| parent | f6eb78a867e439f4cd67ce2a9fc06eb74743a909 (diff) | |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/sqlite')
| -rw-r--r-- | recipes/sqlite/sqlite3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc index ae20ff5ead..fae8966ba2 100644 --- a/recipes/sqlite/sqlite3.inc +++ b/recipes/sqlite/sqlite3.inc @@ -1,7 +1,7 @@ DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "readline ncurses" +DEPENDS = "tcl-native readline ncurses" LICENSE = "PD" SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ |
