From: Phil Blundell Date: Fri, 3 Jun 2011 10:40:55 +0000 (+0100) Subject: sqlite: remove dependency on tcl-native X-Git-Tag: 2011-1~1185 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cf8ef471d9620011e52462a84962b7f7ebf4e128;p=openembedded-core.git sqlite: remove dependency on tcl-native 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 --- diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index d8ef8dc2c5..939df14926 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc @@ -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