aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.2.2/arm-crunch-fp_consts.patch
AgeCommit message (Expand)Author
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
able/hardknott-nut OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/espeak/espeak.inc
blob: 5d0b403085dc2d3c21a7c1df62192e294287edd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "eSpeak is a compact open source software speech synthesizer"
SECTION = "base"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://License.txt;md5=cb7a20edb4c9f5f478de6523dcd7362c"

SRC_URI = "${SOURCEFORGE_MIRROR}/espeak/espeak-${PV}-source.zip \
           file://fix-gcc6-errors.patch"

S = "${WORKDIR}/espeak-${PV}-source"

DEPENDS = "portaudio-v19"