aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sqlite/sqlite_2.8.17.bb
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2010-09-02 03:44:08 +0000
committerTom Rini <tom_rini@mentor.com>2010-09-30 13:40:45 -0700
commitb673977996424997e993366a9ad82d27757f4bf5 (patch)
tree11267489d0bedc6602b20cc59d4f1d9379a72663 /recipes/sqlite/sqlite_2.8.17.bb
parent5d7a31de2182a5e866bae44a928fed9ee8b5d66d (diff)
downloadopenembedded-b673977996424997e993366a9ad82d27757f4bf5.tar.gz
sqlite: Merge target and native recipe using BBCLASSEXTEND, Remove native recipe
* Merge target and native recipes using BBCLASSEXTEND, Set BBCLASSEXTEND = "native" * Bump PR to "r7" * Remove sqlite-native_2.8.17 recipe Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/sqlite/sqlite_2.8.17.bb')
-rw-r--r--recipes/sqlite/sqlite_2.8.17.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/sqlite/sqlite_2.8.17.bb b/recipes/sqlite/sqlite_2.8.17.bb
index b83c58374c..537db42a29 100644
--- a/recipes/sqlite/sqlite_2.8.17.bb
+++ b/recipes/sqlite/sqlite_2.8.17.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "readline ncurses"
LICENSE = "PD"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \
file://mainmk_build_dynamic.patch \
@@ -54,3 +54,5 @@ FILES_${PN} = "${libdir}/*.so.*"
SRC_URI[md5sum] = "838dbac20b56d2c4292e98848505a05b"
SRC_URI[sha256sum] = "3f35ebfb67867fb5b583a03e480f900206af637efe7179b32294a6a0cf806f37"
+
+BBCLASSEXTEND = "native"