From 9189f87363be2865404f7de70bcda10f8087053e Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 4 Oct 2010 18:13:58 -0400 Subject: sqlite: use conditional append, instead of appending to conditional variable :) While both seem to work in this case, this one is more correct. Signed-off-by: Denys Dmytriyenko --- recipes/sqlite/sqlite3.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc index dfd24d29e9..18cdf7186f 100644 --- a/recipes/sqlite/sqlite3.inc +++ b/recipes/sqlite/sqlite3.inc @@ -2,9 +2,9 @@ DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" DEPENDS = "readline ncurses" -DEPENDS_virtclass-native_append = " tcl-native" +DEPENDS_append_virtclass-native = " tcl-native" LICENSE = "PD" -INC_PR = "r2" +INC_PR = "r3" SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ file://libtool.patch" -- cgit 1.2.3-korg