diff options
| -rw-r--r-- | meta-oe/recipes-support/espeak/espeak_1.37.bb | 5 |
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() { | |||
| 25 | do_install() { | 25 | do_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 |
