diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-28 18:11:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-28 18:11:16 +0200 |
commit | 7344f7349900e90fb3a4bb1f489e167b3524e785 (patch) | |
tree | f9c40d1a12734fa24a95870e3c1bd385b6ebdd9c /recipes | |
parent | b9cef2aa8b1f916d792ecccfcf55aff30710f210 (diff) |
sqlite: convert to new style staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/sqlite/sqlite_2.8.17.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes/sqlite/sqlite_2.8.17.bb b/recipes/sqlite/sqlite_2.8.17.bb index 5c873d2814..f357639a2d 100644 --- a/recipes/sqlite/sqlite_2.8.17.bb +++ b/recipes/sqlite/sqlite_2.8.17.bb @@ -4,7 +4,7 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "readline ncurses" LICENSE = "PD" -PR = "r4" +PR = "r5" SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ file://mainmk_build_dynamic.patch;patch=1 \ @@ -35,14 +35,6 @@ do_compile() { LIBREADLINE="-L. -L${STAGING_LIBDIR} -lreadline -lncurses" } -do_stage() { - install -m 0755 libsqlite.so ${STAGING_LIBDIR}/libsqlite.so.0.8.6 - ln -sf libsqlite.so.0.8.6 ${STAGING_LIBDIR}/libsqlite.so - ln -sf libsqlite.so.0.8.6 ${STAGING_LIBDIR}/libsqlite.so.0 - ln -sf libsqlite.so.0.8.6 ${STAGING_LIBDIR}/libsqlite.so.0.8 - install -m 0644 sqlite.h ${STAGING_INCDIR} -} - do_install() { install -d ${D}${libdir} ${D}${bindir} install sqlite ${D}${bindir} |