aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sqlite/sqlite3_3.6.23.1.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-17 10:54:52 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-17 10:55:56 -0700
commita2c3af2d608b1b713018d688b00e03873a538993 (patch)
tree073b301eedba8e4d0ef399f1aa32490a59b9518c /recipes/sqlite/sqlite3_3.6.23.1.bb
parent280b1f1df87021bfef330779673ef916c73b19d1 (diff)
downloadopenembedded-a2c3af2d608b1b713018d688b00e03873a538993.tar.gz
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@mentor.com>
Diffstat (limited to 'recipes/sqlite/sqlite3_3.6.23.1.bb')
-rw-r--r--recipes/sqlite/sqlite3_3.6.23.1.bb6
1 files changed, 1 insertions, 5 deletions
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"