All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: sqlite3 recipe
Date: Sun, 19 Jul 2009 15:32:43 -0400	[thread overview]
Message-ID: <4A6374DB.8020901@balister.org> (raw)

[-- 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 --]

             reply	other threads:[~2009-07-19 19:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-19 19:32 Philip Balister [this message]
2009-07-19 19:49 ` sqlite3 recipe 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A6374DB.8020901@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.