[oe-commits] Koen Kooi : sqlite3: add dep on tcl-native

git version control git at git.openembedded.org
Sun Nov 8 10:54:48 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 393f6e2d3d5adf59392384b68a032d65abeb1dd3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=393f6e2d3d5adf59392384b68a032d65abeb1dd3

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Nov  8 11:52:25 2009 +0100

sqlite3: add dep on tcl-native

---

 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 ae20ff5..fae8966 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 \





More information about the Openembedded-commits mailing list