From 5cef7fe974053066c79bab9ca21647515462ae41 Mon Sep 17 00:00:00 2001 From: Junqian Gordon Xu Date: Fri, 18 Apr 2008 05:57:24 +0000 Subject: spandsp: cleanup recipes, unify * use DEFAULT_PREFERENCE instead of awkward recipes names * drop unbuidable 0.0.3pre27 --- packages/spandsp/spandsp.inc | 13 +++++++++++++ packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb | 17 ----------------- packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb | 24 ------------------------ packages/spandsp/spandsp_0.0.3.bb | 15 ++------------- packages/spandsp/spandsp_0.0.4-pre16.bb | 14 ++++++++++++++ 5 files changed, 29 insertions(+), 54 deletions(-) create mode 100644 packages/spandsp/spandsp.inc delete mode 100644 packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb delete mode 100644 packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb create mode 100644 packages/spandsp/spandsp_0.0.4-pre16.bb (limited to 'packages') diff --git a/packages/spandsp/spandsp.inc b/packages/spandsp/spandsp.inc new file mode 100644 index 0000000000..9f4e5e5fbc --- /dev/null +++ b/packages/spandsp/spandsp.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "A library of many DSP functions for telephony." +HOMEPAGE = "http://www.soft-switch.org" +SECTION = "voip" +LICENSE = "GPL" +DEPENDS = "tiff libxml2" + +inherit autotools + +do_stage () { + autotools_stage_all +} + +PARALLEL_MAKE = "" diff --git a/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb b/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb deleted file mode 100644 index 2c0ffa0845..0000000000 --- a/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb +++ /dev/null @@ -1,17 +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/snapshots/spandsp/spandsp-20070123.tar.gz" -S = "${WORKDIR}/${PN}-0.0.3" - -inherit autotools - -PARALLEL_MAKE = "" - -do_stage () { - autotools_stage_all -} \ No newline at end of file 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" -- cgit v1.2.3