From 984697cddafa95e9466aed7da645a238888f5212 Mon Sep 17 00:00:00 2001 From: Dmitry Rozhkov Date: Tue, 17 Jan 2017 11:29:28 +0200 Subject: [PATCH] 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 --- recipes-extended/cmusphinx/sphinxbase_0.8.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-extended/cmusphinx/sphinxbase_0.8.bb b/recipes-extended/cmusphinx/sphinxbase_0.8.bb index 63becb0..4a01a8b 100644 --- a/recipes-extended/cmusphinx/sphinxbase_0.8.bb +++ b/recipes-extended/cmusphinx/sphinxbase_0.8.bb @@ -12,6 +12,10 @@ require cmusphinx.inc SRC_URI += "file://0001-TESTS-srcdir-remove.patch" +DEPENDS = "libsndfile1 alsa-lib libsamplerate0" + +EXTRA_OECONF = " --without-python" + do_install_append () { #remove egg-info rm -rf ${D}/${PYTHON_SITEPACKAGES_DIR}/*.egg-info