blob: ec5b6aa78454f5c27dba7a2fc20cd086e70be039 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "A library of many DSP functions for telephony."
HOMEPAGE = "http://www.soft-switch.org"
SECTION = "voip"
LICENSE = "GPL"
DEPENDS = "tiff libxml2"
PR = "r1"
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
}
|