diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-12-14 18:46:04 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-12-14 18:46:04 +0000 |
commit | 90d0fadc3148a28f3f79b95f084f4cf6f0390d24 (patch) | |
tree | 6b5bcd11c110a090a65c05cf7480e1ca74ddd0c3 /packages | |
parent | 8e148d8850646c085f55247d06eb1c5a09a56e85 (diff) |
spandsp: fix SRC_URI
* reorder some fields according to policy
* do_qa_configure still errors out ("host includes"). package remains broken.
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 |