[oe] sqlite3 recipe

Koen Kooi k.kooi at student.utwente.nl
Sun Jul 19 19:49:47 UTC 2009


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 at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel






More information about the Openembedded-devel mailing list