diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-07-19 23:27:41 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-07-19 23:27:41 -0700 |
commit | 6c333ee75ad6b633c9e218f22193a02453f9215d (patch) | |
tree | 26332f90c876b4f03bfa4cec715620d83d289327 | |
parent | 69ef2d4fd54b49281c5187be7a98da78c84346f3 (diff) | |
parent | 6568b9e34d43470336d0240fa8dbfc5122a9474e (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
-rw-r--r-- | recipes/sqlite/sqlite3.inc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc index 93a536e8b6..ae20ff5ead 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_prefix} -#} - PACKAGES = "libsqlite libsqlite-dev libsqlite-doc sqlite3 sqlite3-dbg" FILES_sqlite3 = "${bindir}/*" FILES_libsqlite = "${libdir}/*.so.*" |