From f1f7e29f7a2b980872871a3b5af3fa8528866f37 Mon Sep 17 00:00:00 2001 From: Ulf Date: Wed, 3 Dec 2014 13:59:18 -0800 Subject: [PATCH] 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 --- meta-tizen-common-base/recipes-extended/festival/festival.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tizen-common-base/recipes-extended/festival/festival.inc b/meta-tizen-common-base/recipes-extended/festival/festival.inc index 44f898d..5cc0cca 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 -- 2.7.4