[oe-commits] Noor Ahsan : sqlite: Merge target and native recipe using BBCLASSEXTEND, Remove native recipe

git version control git at git.openembedded.org
Thu Sep 30 20:41:41 UTC 2010


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

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Thu Sep  2 03:44:08 2010 +0000

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 at mentor.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/sqlite/sqlite-native_2.8.17.bb |   16 ----------------
 recipes/sqlite/sqlite_2.8.17.bb        |    4 +++-
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/recipes/sqlite/sqlite-native_2.8.17.bb b/recipes/sqlite/sqlite-native_2.8.17.bb
deleted file mode 100644
index a3100fc..0000000
--- a/recipes/sqlite/sqlite-native_2.8.17.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-# This is put at the top to override do_stage later
-inherit native
-
-require sqlite_${PV}.bb
-
-DEPENDS = "readline-native ncurses-native"
-
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/sqlite-${PV}"
-
-S = "${WORKDIR}/sqlite-${PV}"
-
-do_install() {
-	:
-}
-
-PACKAGES = ""
diff --git a/recipes/sqlite/sqlite_2.8.17.bb b/recipes/sqlite/sqlite_2.8.17.bb
index b83c583..537db42 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"





More information about the Openembedded-commits mailing list