[oe-commits] Tom Rini : sqlite3-native: Fixup DEPENDS

git version control git at git.openembedded.org
Thu Feb 17 17:56:48 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a2c3af2d608b1b713018d688b00e03873a538993
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2c3af2d608b1b713018d688b00e03873a538993

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Feb 17 10:54:52 2011 -0700

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 <tom_rini at mentor.com>

---

 recipes/sqlite/sqlite3.inc         |    4 ++--
 recipes/sqlite/sqlite3_3.6.23.1.bb |    6 +-----
 recipes/sqlite/sqlite3_3.7.5.bb    |    4 ----
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc
index 1d828fb..ff95196 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 baed846..4c5b22b 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 9720319..c0f0da1 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"





More information about the Openembedded-commits mailing list