blob: 71f82fec9d07ee8e9641b0ef2dc0e4ced999e461 (
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
25
26
27
28
29
30
31
32
33
34
|
DESCRIPTION = "Open Phone Abstraction Library, implementation of the ITU H.323 teleconferencing protocol, and successor of the openh323 library."
LICENSE = "MPL"
PR = "r2"
inherit gnome
DEPENDS += " ffmpeg ptlib virtual/libsdl openldap"
SRC_URI = "${SOURCEFORGE_MIRROR}/opalvoip/opal-${PV}.tar.bz2 \
file://configure.diff \
"
EXTRA_OECONF = "--enable-localgsm --disable-spandsp "
ARM_INSTRUCTION_SET = "arm"
TARGET_CC_ARCH += "${LDFLAGS}"
do_configure() {
libtoolize --force
gnu-configize
oe_runconf
}
FILES_${PN} += "${libdir}/opal-${PV}/*/*.so ${libdir}/opal-${PV}/*/*/*.so"
FILES_${PN}-dbg += "${libdir}/opal-${PV}/*/.debug ${libdir}/opal-${PV}/*/*/.debug"
do_stage() {
autotools_stage_all
}
SRC_URI[md5sum] = "7a1e7424b346ee0a0b719217a1081cfd"
SRC_URI[sha256sum] = "c11daf4e0baf1bc70d30411944f9a3238d61e3c1972c33443dbe0cb078cfe2d7"
|