diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-20 13:23:24 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-01-20 13:23:24 +0000 |
commit | c10f41c881f42486e007d4ce11a74eeedb138ffd (patch) | |
tree | 14cfbb692cc4114b2ece50f49e194c108a193fb3 /packages/spandsp | |
parent | a4943d9fdcb50cd7c105e0bdabee072c482b682d (diff) |
spandsp: apply the hack from version 0.0.3+0.0.4pre16 to trick QA tests. Closes 3498.
Diffstat (limited to 'packages/spandsp')
-rw-r--r-- | packages/spandsp/spandsp_0.0.3.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 } |