aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db/db4.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/db/db4.inc')
-rw-r--r--recipes/db/db4.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/db/db4.inc b/recipes/db/db4.inc
index 12d4ad2166..73d339d7fe 100644
--- a/recipes/db/db4.inc
+++ b/recipes/db/db4.inc
@@ -81,16 +81,3 @@ do_install_append() {
mv "${D}/${prefix}/docs" "${D}/${docdir}"
fi
}
-
-do_stage() {
- # The .h files get installed read-only, the autostage
- # function just uses cp -pPR, so do this by hand
- rm -rf ${STAGE_TEMP}
- mkdir -p ${STAGE_TEMP}
- oe_runmake DESTDIR="${STAGE_TEMP}" install_include
- cp -pPRf ${STAGE_TEMP}/${includedir}/* ${STAGING_INCDIR}/.
- rm -rf ${STAGE_TEMP}
- oe_libinstall -so -C .libs libdb-${PVM} ${STAGING_LIBDIR}
- ln -sf libdb-${PVM}.so ${STAGING_LIBDIR}/libdb.so
- ln -sf libdb-${PVM}.a ${STAGING_LIBDIR}/libdb.a
-}