From: Jan Lübbe Date: Tue, 8 Sep 2009 10:43:41 +0000 (+0000) Subject: libdbi: disable building docs (would need docbook/openjade) X-Git-Tag: Release-2010-05/1~2491 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e492707aff890e6ef04ad1815733019a2718fcad;p=openembedded.git libdbi: disable building docs (would need docbook/openjade) --- diff --git a/recipes/libdbi/libdbi.inc b/recipes/libdbi/libdbi.inc index 9d533d94b0..6df9b66a78 100644 --- a/recipes/libdbi/libdbi.inc +++ b/recipes/libdbi/libdbi.inc @@ -7,10 +7,14 @@ HOMEPAGE = "http://libdbi.sourceforge.net/" LICENSE = "LGPL" SECTION = "libs" +INC_PR = "r1" + SRC_URI = "${SOURCEFORGE_MIRROR}/libdbi/libdbi-${PV}.tar.gz" inherit autotools +EXTRA_OECONF = "--disable-docs" + do_stage () { autotools_stage_includes cd ./src/.libs/ diff --git a/recipes/libdbi/libdbi_0.7.2.bb b/recipes/libdbi/libdbi_0.7.2.bb index bd54419686..d5803c0ec4 100644 --- a/recipes/libdbi/libdbi_0.7.2.bb +++ b/recipes/libdbi/libdbi_0.7.2.bb @@ -1 +1,3 @@ require ${PN}.inc + +PR = "${INC_PR}.0" diff --git a/recipes/libdbi/libdbi_0.8.3.bb b/recipes/libdbi/libdbi_0.8.3.bb index bd54419686..d5803c0ec4 100644 --- a/recipes/libdbi/libdbi_0.8.3.bb +++ b/recipes/libdbi/libdbi_0.8.3.bb @@ -1 +1,3 @@ require ${PN}.inc + +PR = "${INC_PR}.0"