Add wildcard to find audsp binary 17/31317/1
authorUlf <ulf.hofemeier@intel.com>
Wed, 3 Dec 2014 21:59:18 +0000 (13:59 -0800)
committerUlf <ulf.hofemeier@linux.intel.com>
Wed, 3 Dec 2014 22:08:29 +0000 (14:08 -0800)
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>
meta-tizen-common-base/recipes-extended/festival/festival.inc

index 44f898d..5cc0cca 100644 (file)
@@ -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