From ff4bd21194d38ee0b9f6892e3cae5ffc34504cad Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Sun, 19 Jul 2009 16:19:59 -0400 Subject: sqlite3.inc : Update include file to use autotools_stage class. --- recipes/sqlite/sqlite3.inc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'recipes/sqlite') 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.*" -- cgit 1.2.3-korg