diff options
Diffstat (limited to 'recipes/db/db4-native.inc')
-rw-r--r-- | recipes/db/db4-native.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/db/db4-native.inc b/recipes/db/db4-native.inc index cc83d86dd8..7fd753d31c 100644 --- a/recipes/db/db4-native.inc +++ b/recipes/db/db4-native.inc @@ -13,16 +13,3 @@ do_package() { } PACKAGES = "" - -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 -} |