From patchwork Tue Jun 7 07:01:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,10/13] sqlite: remove dependency on tcl-native Date: Tue, 07 Jun 2011 07:01:46 -0000 From: Saul Wold X-Patchwork-Id: 5513 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Phil Blundell From: Phil Blundell 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 --- meta/recipes-support/sqlite/sqlite3.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index d8ef8dc..939df14 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