summaryrefslogtreecommitdiff
path: root/packages/spandsp/spandsp_0.0.3.bb
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-04-18 05:57:24 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-04-18 05:57:24 +0000
commit5cef7fe974053066c79bab9ca21647515462ae41 (patch)
treeaec16c60bb80bd52c2c5175e24536c644cf81504 /packages/spandsp/spandsp_0.0.3.bb
parent06b034d1452b55b3d5fa11980f4a55f8c5a11d74 (diff)
spandsp: cleanup recipes, unify
* use DEFAULT_PREFERENCE instead of awkward recipes names * drop unbuidable 0.0.3pre27
Diffstat (limited to 'packages/spandsp/spandsp_0.0.3.bb')
-rw-r--r--packages/spandsp/spandsp_0.0.3.bb15
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