diff options
Diffstat (limited to 'recipes/spandsp/spandsp_0.0.4-pre16.bb')
-rw-r--r-- | recipes/spandsp/spandsp_0.0.4-pre16.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/spandsp/spandsp_0.0.4-pre16.bb b/recipes/spandsp/spandsp_0.0.4-pre16.bb new file mode 100644 index 0000000000..cacdbc6ec7 --- /dev/null +++ b/recipes/spandsp/spandsp_0.0.4-pre16.bb @@ -0,0 +1,14 @@ +PR = "r2" + +SRC_URI = "http://www.soft-switch.org/downloads/spandsp/${PN}-0.0.4pre16.tgz" + +S = "${WORKDIR}/spandsp-0.0.4" + +# *cough* +do_configure_append() { + rm config.log +} + +require spandsp.inc + +DEFAULT_PREFERENCE = "-16" |