blob: a0ba1a04bf88b5e3d50a87ee178e86f0d223bda2 (
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
|
require pulseaudio.inc
DEPENDS += "gdbm speex"
DEFAULT_PREFERENCE_om-gta01 = "-1"
DEFAULT_PREFERENCE_om-gta02 = "-1"
DEFAULT_PREFERENCE_motorola-ezx = "-1"
PR = "${INC_PR}.0"
inherit gettext
SRC_URI += "\
file://buildfix.patch \
file://autoconf_version.patch \
file://tls_m4.patch \
file://configure_silent_rules.patch \
file://gettext.patch \
file://fixbluezbuild.patch \
"
do_compile_prepend() {
cd ${S}
mkdir -p ${S}/libltdl
cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
}
SRC_URI[md5sum] = "02adc2b99252675f0271db3b9edd432e"
SRC_URI[sha256sum] = "e47e27083deb79571fb2b9215874ddc26d77c3dec2a7dc8de5ecec9058e4b806"
|