All of lore.kernel.org
 help / color / mirror / Atom feed
* sqlite3 recipe
@ 2009-07-19 19:32 Philip Balister
  2009-07-19 19:49 ` Koen Kooi
  2009-07-19 22:19 ` Otavio Salvador
  0 siblings, 2 replies; 6+ messages in thread
From: Philip Balister @ 2009-07-19 19:32 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]

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.*"

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-07-20  7:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-19 19:32 sqlite3 recipe Philip Balister
2009-07-19 19:49 ` Koen Kooi
2009-07-19 22:19 ` Otavio Salvador
2009-07-20  1:55   ` Philip Balister
2009-07-20  6:20     ` Marcin Juszkiewicz
2009-07-20  7:41     ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.