aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 08:38:15 +0000
commit9aa6d7445a4650331fa820f971f9140c1d785aeb (patch)
treeb074f8260d387937967675950038dd95d9d7d752 /db
parent9fcbda0bf62f0f1bf5259e0ac04bf051a9246402 (diff)
downloadopenembedded-9aa6d7445a4650331fa820f971f9140c1d785aeb.tar.gz
Fixup some more usage of the oe_libinstall script.
BKrev: 409f3f772sSA3_XlhzxSt0billeAFw
Diffstat (limited to 'db')
-rw-r--r--db/db3_3.2.9.oe7
1 files changed, 2 insertions, 5 deletions
diff --git a/db/db3_3.2.9.oe b/db/db3_3.2.9.oe
index f4556daf44..78a543fff1 100644
--- a/db/db3_3.2.9.oe
+++ b/db/db3_3.2.9.oe
@@ -59,13 +59,10 @@ do_stage () {
set -e
cd ${B}
install -m 0644 db_185.h ../include/db_cxx.h db.h ${STAGING_INCDIR}/
- install -m 0755 .libs/libdb-3.2.so ${STAGING_LIBDIR}/
- ln -sf libdb-3.2.so ${STAGING_LIBDIR}/libdb-3.so
- ln -sf libdb-3.2.so ${STAGING_LIBDIR}/libdb3.so
+ oe_libinstall -so libdb-3.2 ${STAGING_LIBDIR}
ln -sf libdb-3.2.so ${STAGING_LIBDIR}/libdb.so
- install -m 0644 .libs/libdb-3.2.lai ${STAGING_LIBDIR}/libdb-3.2.la
cd ${WORKDIR}/db-${PV}/build_unix_static
- install -m 0644 libdb.a ${STAGING_LIBDIR}/
+ oe_libinstall -a libdb ${STAGING_LIBDIR}
cd ${S}
}