From: Koen Kooi Date: Wed, 21 Dec 2005 13:19:09 +0000 (+0000) Subject: dbh: fix staging X-Git-Tag: Release-2010-05/1~9453^2~2870 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9655fdece75e9af53f573f9e880be14ef7d6743c;p=openembedded.git dbh: fix staging --- 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 }