aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/osso-esd_0.5.bb
blob: 65854fa85d88df99d17f69c98ea5c27398d4a206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"

# for qa-silence.patch:
export MME_INCDIR = "${STAGING_INCDIR}/mme"

S = "${WORKDIR}/esd"

inherit autotools pkgconfig


SRC_URI[md5sum] = "7f110e130db541b1aa9fc428b2620602"
SRC_URI[sha256sum] = "1a84b7d4939313e9b7ec0ce8f50934251fe1569e6144931dd323de8ee8dacccd"