]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite: remove dependency on tcl-native
authorPhil Blundell <pb@pbcl.net>
Fri, 3 Jun 2011 10:40:55 +0000 (11:40 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 7 Jun 2011 06:51:25 +0000 (23:51 -0700)
Older versions of sqlite required tclsh at compile time but this is no longer
the case with recent 3.7.x.

See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html

Signed-off-by: Phil Blundell <philb@gnu.org>
meta/recipes-support/sqlite/sqlite3.inc

index d8ef8dc2c517a50de306520e7c12086077c7b581..939df149267d5e3d7ce4e5bf253dba65033182b0 100644 (file)
@@ -2,8 +2,8 @@ DESCRIPTION = "An Embeddable SQL Database Engine"
 HOMEPAGE = "http://www.sqlite.org"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "readline ncurses tcl-native"
-DEPENDS_virtclass-native = "tcl-native"
+DEPENDS = "readline ncurses"
+DEPENDS_virtclass-native = ""
 LICENSE = "PD"
 
 inherit autotools pkgconfig