diff options
Diffstat (limited to 'packages/spandsp/spandsp_0.0.3.bb')
-rw-r--r-- | packages/spandsp/spandsp_0.0.3.bb | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/packages/spandsp/spandsp_0.0.3.bb b/packages/spandsp/spandsp_0.0.3.bb index ec5b6aa784..2dc402ffcb 100644 --- a/packages/spandsp/spandsp_0.0.3.bb +++ b/packages/spandsp/spandsp_0.0.3.bb @@ -1,21 +1,10 @@ -DESCRIPTION = "A library of many DSP functions for telephony." -HOMEPAGE = "http://www.soft-switch.org" -SECTION = "voip" -LICENSE = "GPL" -DEPENDS = "tiff libxml2" -PR = "r1" +PR = "r2" SRC_URI = "http://www.soft-switch.org/downloads/spandsp/spandsp-${PV}.tgz" -inherit autotools - -PARALLEL_MAKE = "" - # *cough* do_configure_append() { rm config.log } -do_stage () { - autotools_stage_all -} +require spandsp.inc |