diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-12-14 19:21:22 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-12-14 19:21:22 +0000 |
commit | be846f1f60f21a11787bcb1b5469b948a1104c9a (patch) | |
tree | 5839973c5a465997f7e8f55f947d545e3bada012 /packages | |
parent | 1a43f7bfb4c74b60df85ef0d681fd24adc22fe26 (diff) | |
parent | 90d0fadc3148a28f3f79b95f084f4cf6f0390d24 (diff) |
merge of '6a57ef3dc19b0640f6623b5aa686a5c2d3f81f32'
and 'aa846a6b8bb5f5b8232955a54e9391889948af52'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spandsp/spandsp_0.0.3.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/spandsp/spandsp_0.0.3.bb b/packages/spandsp/spandsp_0.0.3.bb index 26702f998b..97a1428398 100644 --- a/packages/spandsp/spandsp_0.0.3.bb +++ b/packages/spandsp/spandsp_0.0.3.bb @@ -1,13 +1,11 @@ DESCRIPTION = "A library of many DSP functions for telephony." HOMEPAGE = "http://www.soft-switch.org" -DEPENDS = "tiff libxml2" SECTION = "voip" LICENSE = "GPL" -PV = "0.0.3" -PSUBV = "pre27" -PR = "r0" +DEPENDS = "tiff libxml2" +PR = "r1" -SRC_URI = "http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20070123.tar.gz" +SRC_URI = "http://www.soft-switch.org/downloads/spandsp/spandsp-${PV}.tgz" inherit autotools |