diff options
Diffstat (limited to 'packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb')
-rw-r--r-- | packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb b/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb deleted file mode 100644 index bbb1c0c3b2..0000000000 --- a/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "A library of many DSP functions for telephony." -HOMEPAGE = "http://www.soft-switch.org" -DEPENDS = "tiff libxml2" -SECTION = "voip" -LICENSE = "GPL" - -PR = "r0" - -SRC_URI = "http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre16.tgz" - -S = "${WORKDIR}/spandsp-0.0.4" - -inherit autotools pkgconfig - -PARALLEL_MAKE = "" - -# *cough* -do_configure_append() { - rm config.log -} - -do_stage () { - autotools_stage_all -} |