diff options
author | Ulf <ulf.hofemeier@intel.com> | 2014-12-03 13:59:18 -0800 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-12-05 14:39:42 +0100 |
commit | 7ab7f3790a5dd5047d7865d3f8ab7b9d4d9959aa (patch) | |
tree | 291406846d0dfeaf96564a9d40b82d93a1ef783b | |
parent | fe098493fad6f4f7b1e779f48a3b62dca96e0b24 (diff) | |
download | meta-tizen-7ab7f3790a5dd5047d7865d3f8ab7b9d4d9959aa.tar.gz meta-tizen-7ab7f3790a5dd5047d7865d3f8ab7b9d4d9959aa.tar.bz2 meta-tizen-7ab7f3790a5dd5047d7865d3f8ab7b9d4d9959aa.zip |
Add wildcard to find audsp binary
Host OS detection in config/system.sh sets bitbake
fakeroot to unknown_DebianGNULinux and this is not
where the installer looks for the audsp binary.
We hardcode the source directory in the include file
to unknown_Linux/
Change-Id: Ie66a0a20b28b4d2e64cf6556ad76813747bb2d4e
Signed-off-by: Ulf <ulf.hofemeier@linux.intel.com>
-rw-r--r-- | meta-tizen-common-base/recipes-extended/festival/festival.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tizen-common-base/recipes-extended/festival/festival.inc b/meta-tizen-common-base/recipes-extended/festival/festival.inc index 44f898dc..5cc0cca9 100644 --- a/meta-tizen-common-base/recipes-extended/festival/festival.inc +++ b/meta-tizen-common-base/recipes-extended/festival/festival.inc @@ -186,7 +186,7 @@ do_install() { cp lib/*.ngrambin ${D}${prefix}/share/festival/ cp lib/*.gram ${D}${prefix}/share/festival/ cp lib/*.el ${D}${prefix}/share/festival/ - install -D lib/etc/unknown_Linux/audsp ${D}${prefix}/lib/festival/audsp + install -D lib/etc/unknown*/audsp ${D}${prefix}/lib/festival/audsp # install libs install -D src/lib/libFestival.so ${D}${prefix}/lib/libFestival.so # install includes |