From: Rolf Leggewie Date: Sun, 20 Jan 2008 13:23:24 +0000 (+0000) Subject: spandsp: apply the hack from version 0.0.3+0.0.4pre16 to trick QA tests. Closes... X-Git-Tag: Release-2010-05/1~7866 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10f41c881f42486e007d4ce11a74eeedb138ffd;p=openembedded.git spandsp: apply the hack from version 0.0.3+0.0.4pre16 to trick QA tests. Closes 3498. --- diff --git a/packages/spandsp/spandsp_0.0.3.bb b/packages/spandsp/spandsp_0.0.3.bb index 97a1428398..ec5b6aa784 100644 --- a/packages/spandsp/spandsp_0.0.3.bb +++ b/packages/spandsp/spandsp_0.0.3.bb @@ -11,6 +11,11 @@ inherit autotools PARALLEL_MAKE = "" +# *cough* +do_configure_append() { + rm config.log +} + do_stage () { autotools_stage_all }