From fb0b5e42d1a4d0e1f67feacf0d00af2d5f3f5f09 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 13 Oct 2017 03:08:27 +0000 Subject: [PATCH] dsptop: RDEPENDS on bash Signed-off-by: Denys Dmytriyenko --- recipes-bsp/dsptop/dsptop_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/dsptop/dsptop_git.bb b/recipes-bsp/dsptop/dsptop_git.bb index 70f91664..c4a9bf30 100644 --- a/recipes-bsp/dsptop/dsptop_git.bb +++ b/recipes-bsp/dsptop/dsptop_git.bb @@ -21,7 +21,7 @@ do_install() { COMPATIBLE_MACHINE = "dra7xx|keystone" PACKAGE_ARCH = "${MACHINE_ARCH}" -RDEPENDS_${PN} = "debugss-module-drv" +RDEPENDS_${PN} = "debugss-module-drv bash" RDEPENDS_${PN}_append_keystone = " temperature-module-drv" include dsptop.inc