dbh: fix staging
authorKoen Kooi <koen@openembedded.org>
Wed, 21 Dec 2005 13:19:09 +0000 (13:19 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 21 Dec 2005 13:19:09 +0000 (13:19 +0000)
packages/dbh/dbh_1.0-18.bb

index 9bcf45c..c15349f 100644 (file)
@@ -4,7 +4,7 @@ DESCRIPTION ="Disk based hashes is a method to create multidimensional binary tr
 HOMEPAGE = "http://dbh.sourceforge.net"
 LICENSE = "GPL"
 SECTION = "libs"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/dbh/dbh_${PV}.tar.bz2 \
           file://${FILESDIR}/configure.patch;patch=1"
@@ -14,9 +14,5 @@ S="${WORKDIR}/dbh_${PV}"
 inherit autotools pkgconfig
 
 do_stage() {
-       install -m 644 src/dbh_config.h ${STAGING_INCDIR}
-       install -m 644 src/dbh_functions.h ${STAGING_INCDIR}
-       install -m 644 src/dbh.h ${STAGING_INCDIR}
-
-       oe_libinstall -C src/.libs libdbh ${STAGING_LIBDIR}
+autotools_stage_all
 }