diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-09-14 16:14:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-14 16:30:19 +0200 |
commit | 05b103fa043460b42b28b84dc61e1c5c8bdfc064 (patch) | |
tree | b91c267e28f65bb728c6ac45bdf5888a4f04ff5c | |
parent | 517834d5e985ca56c3f840e3bbff145060977b86 (diff) |
julius: add demo files from the TI speechrecognizer demo
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/julius/ti-julius-demo_r962.bb | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index f5e30c9bfc..ab11453557 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -5458,6 +5458,10 @@ sha256=6b5a71790120977a96d5a468ed69987107c5079f14b0a4081f460b3b14fbf952 md5=c4559af2366c764c6c42a3fdd40d60d3 sha256=6b5a71790120977a96d5a468ed69987107c5079f14b0a4081f460b3b14fbf952 +[http://dominion.thruhere.net/koen/OE/ecas-julius_acousticfiles.r962.tar.gz] +md5=406df5cd8ffa096bdb51466691e16b82 +sha256=56cba0e065cdbc11dc74e379af9082b0f8a771ec5984733408c21163a8bea588 + [http://eciadsl.flashtux.org/download/eciadsl-usermode-0.11.tar.gz] md5=c3c60c83f6df30021e11da50a699dec9 sha256=2382f315fda4241a0043bac1dfc669f006d8e93e87fa382b263b1672972f4077 diff --git a/recipes/julius/ti-julius-demo_r962.bb b/recipes/julius/ti-julius-demo_r962.bb new file mode 100644 index 0000000000..009a986cd4 --- /dev/null +++ b/recipes/julius/ti-julius-demo_r962.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "TI speech recognizer demo" +LICENSE = "GPL" + +RDEPENDS = "julius" +PACKAGE_ARCH = "all" + +SRC_URI = "http://dominion.thruhere.net/koen/OE/ecas-julius_acousticfiles.${PV}.tar.gz" + +S = "${WORKDIR}/julius_acousticfiles.r962" + +do_install() { + rm ${S}/patches -rf + install -d ${D}${datadir}/ti/julius-demo + cp ${S}/* ${D}${datadir}/ti/julius-demo/ +} + +FILES_${PN} = "${datadir}" + |