diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-04-18 05:57:24 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-04-18 05:57:24 +0000 |
commit | 5cef7fe974053066c79bab9ca21647515462ae41 (patch) | |
tree | aec16c60bb80bd52c2c5175e24536c644cf81504 /packages | |
parent | 06b034d1452b55b3d5fa11980f4a55f8c5a11d74 (diff) |
spandsp: cleanup recipes, unify
* use DEFAULT_PREFERENCE instead of awkward recipes names
* drop unbuidable 0.0.3pre27
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spandsp/spandsp.inc (renamed from packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb) | 14 | ||||
-rw-r--r-- | packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb | 24 | ||||
-rw-r--r-- | packages/spandsp/spandsp_0.0.3.bb | 15 | ||||
-rw-r--r-- | packages/spandsp/spandsp_0.0.4-pre16.bb | 14 |
4 files changed, 21 insertions, 46 deletions
diff --git a/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb b/packages/spandsp/spandsp.inc index 2c0ffa0845..9f4e5e5fbc 100644 --- a/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb +++ b/packages/spandsp/spandsp.inc @@ -1,17 +1,13 @@ DESCRIPTION = "A library of many DSP functions for telephony." HOMEPAGE = "http://www.soft-switch.org" -DEPENDS = "tiff libxml2" SECTION = "voip" LICENSE = "GPL" -PR = "r0" - -SRC_URI = "http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20070123.tar.gz" -S = "${WORKDIR}/${PN}-0.0.3" +DEPENDS = "tiff libxml2" inherit autotools -PARALLEL_MAKE = "" +do_stage () { + autotools_stage_all +} -do_stage () { - autotools_stage_all -}
\ No newline at end of file +PARALLEL_MAKE = "" diff --git a/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb b/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb deleted file mode 100644 index bbb1c0c3b2..0000000000 --- a/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "A library of many DSP functions for telephony." -HOMEPAGE = "http://www.soft-switch.org" -DEPENDS = "tiff libxml2" -SECTION = "voip" -LICENSE = "GPL" - -PR = "r0" - -SRC_URI = "http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre16.tgz" - -S = "${WORKDIR}/spandsp-0.0.4" - -inherit autotools pkgconfig - -PARALLEL_MAKE = "" - -# *cough* -do_configure_append() { - rm config.log -} - -do_stage () { - autotools_stage_all -} 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 diff --git a/packages/spandsp/spandsp_0.0.4-pre16.bb b/packages/spandsp/spandsp_0.0.4-pre16.bb new file mode 100644 index 0000000000..d1e717ecd4 --- /dev/null +++ b/packages/spandsp/spandsp_0.0.4-pre16.bb @@ -0,0 +1,14 @@ +PR = "r1" + +SRC_URI = "http://www.soft-switch.org/downloads/spandsp/${PN}-0.0.4pre16.tgz" + +S = "${WORKDIR}/spandsp-0.0.4" + +# *cough* +do_configure_append() { + rm config.log +} + +require spandsp.inc + +DEFAULT_PREFERENCE = "-16" |