summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/espeak
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-04-29 21:03:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:47:02 +0200
commit5ab2ad3981b8c454e903cbbe62e8cce17c356293 (patch)
tree7672e62ee663b7d87562397eb466912a59a94ca7 /meta-oe/recipes-support/espeak
parentf3b2dbf15d37f52f289b6ff2ed43a98872209607 (diff)
downloadmeta-openembedded-5ab2ad3981b8c454e903cbbe62e8cce17c356293.tar.gz
espeak: install header in proper location
This matches debian, also provide symlink for backwards compatibility. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/espeak')
-rw-r--r--meta-oe/recipes-support/espeak/espeak_1.37.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/espeak/espeak_1.37.bb b/meta-oe/recipes-support/espeak/espeak_1.37.bb
index c7f4b521c..86f2c7a76 100644
--- a/meta-oe/recipes-support/espeak/espeak_1.37.bb
+++ b/meta-oe/recipes-support/espeak/espeak_1.37.bb
@@ -25,12 +25,13 @@ do_compile() {
25do_install() { 25do_install() {
26 install -d ${D}${bindir} 26 install -d ${D}${bindir}
27 install -d ${D}${libdir} 27 install -d ${D}${libdir}
28 install -d ${D}${includedir} 28 install -d ${D}${includedir}/espeak
29 install -d ${D}${datadir}/espeak-data 29 install -d ${D}${datadir}/espeak-data
30 30
31 # we do not ship "speak" binary though. 31 # we do not ship "speak" binary though.
32 install -m 0755 ${S}/src/espeak ${D}${bindir} 32 install -m 0755 ${S}/src/espeak ${D}${bindir}
33 install -m 0644 ${S}/src/speak_lib.h ${D}${includedir} 33 install -m 0644 ${S}/src/speak_lib.h ${D}${includedir}/espeak/
34 ln -sf espeak/espeak.h ${D}${includedir}/
34 oe_libinstall -so -C src libespeak ${D}${libdir} 35 oe_libinstall -so -C src libespeak ${D}${libdir}
35 36
36 if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then 37 if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then