aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spandsp
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-20 13:23:24 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-01-20 13:23:24 +0000
commitc10f41c881f42486e007d4ce11a74eeedb138ffd (patch)
tree14cfbb692cc4114b2ece50f49e194c108a193fb3 /packages/spandsp
parenta4943d9fdcb50cd7c105e0bdabee072c482b682d (diff)
downloadopenembedded-c10f41c881f42486e007d4ce11a74eeedb138ffd.tar.gz
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.bb5
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
}