blob: c952725ba458a6b208894f96bf8fbd97a6bfadb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PR = "r0"
LICENSE = "GPL"
PROVIDES = "esd"
RPROVIDES_${PN} = "esd"
DEPENDS = "audiofile osso-dsp-headers"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.orig.tar.gz \
file://qa-silence.patch;patch=1"
# for qa-silence.patch:
export MME_INCDIR = "${STAGING_INCDIR}/mme"
S = "${WORKDIR}/esd"
inherit autotools pkgconfig
|