spandsp: apply the hack from version 0.0.3+0.0.4pre16 to trick QA tests. Closes...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 20 Jan 2008 13:23:24 +0000 (13:23 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sun, 20 Jan 2008 13:23:24 +0000 (13:23 +0000)
packages/spandsp/spandsp_0.0.3.bb

index 97a1428..ec5b6aa 100644 (file)
@@ -11,6 +11,11 @@ inherit autotools
 
 PARALLEL_MAKE = ""
 
+# *cough*
+do_configure_append() {
+        rm config.log
+}
+
 do_stage () { 
     autotools_stage_all 
 }