sqlite3-native: Fixup DEPENDS
authorTom Rini <tom_rini@mentor.com>
Thu, 17 Feb 2011 17:54:52 +0000 (10:54 -0700)
committerTom Rini <tom_rini@mentor.com>
Thu, 17 Feb 2011 17:55:56 +0000 (10:55 -0700)
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 <tom_rini@mentor.com>
recipes/sqlite/sqlite3.inc
recipes/sqlite/sqlite3_3.6.23.1.bb
recipes/sqlite/sqlite3_3.7.5.bb

index 1d828fb..ff95196 100644 (file)
@@ -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"
index baed846..4c5b22b 100644 (file)
@@ -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"
index 9720319..c0f0da1 100644 (file)
@@ -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"