aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
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
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')
-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 c7f4b521c3..86f2c7a761 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() {
do_install() {
install -d ${D}${bindir}
install -d ${D}${libdir}
- install -d ${D}${includedir}
+ install -d ${D}${includedir}/espeak
install -d ${D}${datadir}/espeak-data
# we do not ship "speak" binary though.
install -m 0755 ${S}/src/espeak ${D}${bindir}
- install -m 0644 ${S}/src/speak_lib.h ${D}${includedir}
+ install -m 0644 ${S}/src/speak_lib.h ${D}${includedir}/espeak/
+ ln -sf espeak/espeak.h ${D}${includedir}/
oe_libinstall -so -C src libespeak ${D}${libdir}
if [ "${SITEINFO_ENDIANNESS}" = "be" ] ; then