sphinxbase: add build dependencies to sphinxbase (resolves #343)

sphinxbase is linked to libsndfile1, libasound from alsa-lib and
libsamplerate0, but these build dependencies are missing in the
recipe.

This update adds the missing dependencies.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
This commit is contained in:
Dmitry Rozhkov 2017-01-17 11:29:28 +02:00
parent 09ed8379fa
commit 984697cdda
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ require cmusphinx.inc
SRC_URI += "file://0001-TESTS-srcdir-remove.patch" SRC_URI += "file://0001-TESTS-srcdir-remove.patch"
DEPENDS = "libsndfile1 alsa-lib libsamplerate0"
EXTRA_OECONF = " --without-python"
do_install_append () { do_install_append () {
#remove egg-info #remove egg-info
rm -rf ${D}/${PYTHON_SITEPACKAGES_DIR}/*.egg-info rm -rf ${D}/${PYTHON_SITEPACKAGES_DIR}/*.egg-info