aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/osso-esd_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/maemo/osso-esd_0.5.bb')
-rw-r--r--recipes/maemo/osso-esd_0.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/maemo/osso-esd_0.5.bb b/recipes/maemo/osso-esd_0.5.bb
new file mode 100644
index 0000000000..c952725ba4
--- /dev/null
+++ b/recipes/maemo/osso-esd_0.5.bb
@@ -0,0 +1,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
+