aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sqlite
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2010-09-02 00:29:59 +0000
committerTom Rini <tom_rini@mentor.com>2010-09-30 13:40:46 -0700
commit9567a8885b7d5248f6d72e2470238b5752620a4b (patch)
tree72b924d0a3e6f898e7e5aeb3060b1e33794cf115 /recipes/sqlite
parent537d40d95f756e571e0824cb774b8c253403207c (diff)
downloadopenembedded-9567a8885b7d5248f6d72e2470238b5752620a4b.tar.gz
sqlite3: Extend target recipe to native recipe using BBCLASSEXTEND
* Set BBCLASSEXTEND to "native" to use target recipe as native recipe * In include file tcl-native was present in DEPENDS list, remove it from DEPENDS list by setting DEPENDS_virtclass-native = "readline-native ncurses-native" * Bump PR "${INC_PR}.1" Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/sqlite')
-rw-r--r--recipes/sqlite/sqlite3_3.6.23.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/sqlite/sqlite3_3.6.23.1.bb b/recipes/sqlite/sqlite3_3.6.23.1.bb
index 7bed4d40c9..baed846107 100644
--- a/recipes/sqlite/sqlite3_3.6.23.1.bb
+++ b/recipes/sqlite/sqlite3_3.6.23.1.bb
@@ -1,6 +1,9 @@
require sqlite3.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+DEPENDS_virtclass-native = "readline-native ncurses-native"
SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701"
SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492"
+BBCLASSEXTEND = "native"