All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: sqlite3 recipe
Date: Sun, 19 Jul 2009 21:49:47 +0200	[thread overview]
Message-ID: <h3vtcr$td5$1@ger.gmane.org> (raw)
In-Reply-To: <4A6374DB.8020901@balister.org>

On 19-07-09 21:32, Philip Balister wrote:
> 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.

Go ahead, the currunt do_stage is obviously wrong.

regards,

Koen

>
> 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.*"
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





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

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-19 19:32 sqlite3 recipe Philip Balister
2009-07-19 19:49 ` Koen Kooi [this message]
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='h3vtcr$td5$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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.