diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-15 05:14:53 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-15 05:14:53 +0000 |
commit | 5a5c55e4cc9916cfa4a6cc5eeca5b2e906047d57 (patch) | |
tree | c36573fabb8cd67314f9254e6ff98e277c2e9dab /packages | |
parent | b3f0aa20d4e63ee1af3f6ba7e3691b8e7de19ad8 (diff) | |
parent | f5decd63afe6bbe37565eca65db426b997c6f52b (diff) |
merge of '7830f5e90162b4508a3948a7473f7d5ce3323e61'
and 'e8d47d4912ea1a12367d5e883eed7934351adda2'
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 |