blob: 7d23d7dec0dc81f809b1d1294f22d77d676b3ec1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require flite.inc
FILE_PR = "r1"
EXTRA_OECONF = "--with-audio=alsa --enable-shared"
SRC_URI = "http://www.speech.cs.cmu.edu/flite/packed/flite-${PV}/flite-${PV}-release.tar.bz2 \
# file://fix-read-only-assignments.patch;patch=1 \ # included in the alsa patch
#source http://homepage.hispeed.ch/loehrer/downloads/flite-1.2-alsa_support-1.2.diff.bz2 \
file://flite-1.2-alsa_support-1.2.diff;patch=1"
|