diff options
Diffstat (limited to 'meta-oe/recipes-support/espeak/espeak_1.48.04.bb')
| -rw-r--r-- | meta-oe/recipes-support/espeak/espeak_1.48.04.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb index 363fffbc05..b4812d59d6 100644 --- a/meta-oe/recipes-support/espeak/espeak_1.48.04.bb +++ b/meta-oe/recipes-support/espeak/espeak_1.48.04.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b20 | |||
| 13 | S = "${WORKDIR}/espeak-${PV}-source" | 13 | S = "${WORKDIR}/espeak-${PV}-source" |
| 14 | 14 | ||
| 15 | DEPENDS = "portaudio-v19 qemu-helper-native" | 15 | DEPENDS = "portaudio-v19 qemu-helper-native" |
| 16 | inherit siteinfo | 16 | inherit siteinfo qemu |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | CXXFLAGS += "-DUSE_PORTAUDIO" | 19 | CXXFLAGS += "-DUSE_PORTAUDIO" |
| @@ -31,7 +31,7 @@ do_compile() { | |||
| 31 | oe_runmake | 31 | oe_runmake |
| 32 | 32 | ||
| 33 | cd "${S}/platforms/big_endian" | 33 | cd "${S}/platforms/big_endian" |
| 34 | qemu_binary="${@oe.qemu.qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${S}/platforms/big_endian', '${STAGING_DIR_TARGET}${base_libdir}'])}" | 34 | qemu_binary="${@qemu_wrapper_cmdline(d, '${STAGING_DIR_TARGET}', ['${S}/platforms/big_endian', '${STAGING_DIR_TARGET}${base_libdir}'])}" |
| 35 | cat >qemuwrapper <<EOF | 35 | cat >qemuwrapper <<EOF |
| 36 | #!/bin/sh | 36 | #!/bin/sh |
| 37 | $qemu_binary "\$@" | 37 | $qemu_binary "\$@" |
