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