[oe-commits] Klaus Kurzmann : fsoaudiod_git.bb: enable cmtspeech plugin

git version control git at git.openembedded.org
Mon Jun 6 11:40:54 UTC 2011


Module: openembedded.git
Branch: master
Commit: d719bd5c05956fa2abc046b4b7ce1f8d68678c89
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=d719bd5c05956fa2abc046b4b7ce1f8d68678c89

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Mon Jun  6 12:50:43 2011 +0200

fsoaudiod_git.bb: enable cmtspeech plugin

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/freesmartphone/fsoaudiod_git.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsoaudiod_git.bb b/recipes/freesmartphone/fsoaudiod_git.bb
index a6f1933..88619d6 100644
--- a/recipes/freesmartphone/fsoaudiod_git.bb
+++ b/recipes/freesmartphone/fsoaudiod_git.bb
@@ -4,7 +4,7 @@ inherit fso-plugin
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=78aab3f7875ffe21aebed9932fa3f993"
 
-DEPENDS += "alsa-lib"
+DEPENDS += "alsa-lib libcmtspeechdata"
 
 # We need to uncomment the line below after the migration of all scenario files from
 # fsodeviced to fsoaudiod is done. Otherwise we will get build errors as both fsodeviced
@@ -14,7 +14,11 @@ DEPENDS += "alsa-lib"
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
 PV = "0.1.0+gitr${SRCPV}"
 PE = "2"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
+
+EXTRA_OECONF = "\
+  --enable-cmtspeechdata \
+"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list