blob: bbb1c0c3b24db51b699b7e250b1970f456f027d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
}
|