From: Tom Rini Date: Thu, 17 Feb 2011 17:54:52 +0000 (-0700) Subject: sqlite3-native: Fixup DEPENDS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c3af2d608b1b713018d688b00e03873a538993;p=openembedded.git sqlite3-native: Fixup DEPENDS The way things were before we were missing tcl-native. In addition, we can clean up the recipes slightly since sqlite3.inc is where we set BBCLASSEXTEND = "native" Signed-off-by: Tom Rini --- diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc index 1d828fb0d7..ff95196c10 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_append_virtclass-native = " tcl-native" +DEPENDS_virtclass-native = "tcl-native readline-native ncurses-native" LICENSE = "PD" -INC_PR = "r3" +INC_PR = "r4" SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ file://libtool.patch" diff --git a/recipes/sqlite/sqlite3_3.6.23.1.bb b/recipes/sqlite/sqlite3_3.6.23.1.bb index baed846107..4c5b22b052 100644 --- a/recipes/sqlite/sqlite3_3.6.23.1.bb +++ b/recipes/sqlite/sqlite3_3.6.23.1.bb @@ -1,9 +1,5 @@ require sqlite3.inc -PR = "${INC_PR}.1" - -DEPENDS_virtclass-native = "readline-native ncurses-native" +PR = "${INC_PR}.0" SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701" SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492" - -BBCLASSEXTEND = "native" diff --git a/recipes/sqlite/sqlite3_3.7.5.bb b/recipes/sqlite/sqlite3_3.7.5.bb index 97203193e4..c0f0da1b63 100644 --- a/recipes/sqlite/sqlite3_3.7.5.bb +++ b/recipes/sqlite/sqlite3_3.7.5.bb @@ -3,13 +3,9 @@ PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" -DEPENDS_virtclass-native = "readline-native ncurses-native" - SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz" S = "${WORKDIR}/sqlite-autoconf-3070500" SRC_URI[md5sum] = "a9604a82613ade2e7f4c303f233e477f" SRC_URI[sha256sum] = "cb5b86926ec9f65882b2dddd244f2d620337d911ec73411863f77e48cf6a2f94" - -BBCLASSEXTEND = "native"