[oe] sqlite3 recipe

Philip Balister philip at balister.org
Sun Jul 19 19:32:43 UTC 2009


Does anyone mind if I push this change? I ran across a package that 
needed an additional header not staged by the current inc file.

Philip

diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc
index 93a536e..ae20ff5 100644
--- a/recipes/sqlite/sqlite3.inc
+++ b/recipes/sqlite/sqlite3.inc
@@ -9,7 +9,7 @@ SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \

  S = "${WORKDIR}/sqlite-${PV}"

-inherit autotools pkgconfig
+inherit autotools_stage pkgconfig

  EXTRA_OECONF = "--disable-tcl --enable-shared \
                 --enable-threadsafe"
@@ -26,15 +26,6 @@ do_compile_prepend() {
         install -m 0644 sqlite3.h ${STAGING_INCDIR}
  }

-do_stage() {
-       oe_libinstall -so libsqlite3 ${STAGING_LIBDIR}
-       install -m 0644 sqlite3.h ${STAGING_INCDIR}
-}
-
-#do_install() {
-#      oe_runmake install DESTDIR=${D} prefix=${prefix} 
exec_prefix=${exec_pref
-#}
-
  PACKAGES = "libsqlite libsqlite-dev libsqlite-doc sqlite3 sqlite3-dbg"
  FILES_sqlite3 = "${bindir}/*"
  FILES_libsqlite = "${libdir}/*.so.*"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090719/13c9eea3/attachment-0002.bin>


More information about the Openembedded-devel mailing list