diff options
author | Koen Kooi <koen@openembedded.org> | 2005-12-21 13:19:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-21 13:19:09 +0000 |
commit | 9655fdece75e9af53f573f9e880be14ef7d6743c (patch) | |
tree | 9f18704c2ab2efac0a3bc65469e579b21941f3c9 /packages/dbh | |
parent | a39ae0523872e7236f89f52c8d06605363438411 (diff) |
dbh: fix staging
Diffstat (limited to 'packages/dbh')
-rw-r--r-- | packages/dbh/dbh_1.0-18.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/dbh/dbh_1.0-18.bb b/packages/dbh/dbh_1.0-18.bb index 9bcf45c06c..c15349f6fd 100644 --- a/packages/dbh/dbh_1.0-18.bb +++ b/packages/dbh/dbh_1.0-18.bb @@ -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 } |