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:
parent
09ed8379fa
commit
984697cdda
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue