From 9f503dbde0f2f6e9d4a94f6ab4be1b04dfc99950 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 4 Oct 2010 15:33:51 -0400 Subject: [PATCH] sqlite: fix BBCLASSEXTEND breakage Old version of sqlite3-native used 'sed' to create sqlite3.h, but the new version uses 'tclsh'. Fix DEPENDS on tcl-native, as target version of 'tcl' is not needed due to --disable-tcl, but native is needed to stage 'tclsh'. Signed-off-by: Denys Dmytriyenko --- recipes/sqlite/sqlite3.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc index ab7808401c..dfd24d29e9 100644 --- a/recipes/sqlite/sqlite3.inc +++ b/recipes/sqlite/sqlite3.inc @@ -1,9 +1,10 @@ DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "tcl-native readline ncurses" +DEPENDS = "readline ncurses" +DEPENDS_virtclass-native_append = " tcl-native" LICENSE = "PD" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ file://libtool.patch" -- 2.39.5