sqlite: fix BBCLASSEXTEND breakage
authorDenys Dmytriyenko <denis@denix.org>
Mon, 4 Oct 2010 19:33:51 +0000 (15:33 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Mon, 4 Oct 2010 19:33:51 +0000 (15:33 -0400)
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 <denis@denix.org>
recipes/sqlite/sqlite3.inc

index ab78084..dfd24d2 100644 (file)
@@ -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"