summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-10-13 03:08:27 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-19 02:42:31 -0400
commitfb0b5e42d1a4d0e1f67feacf0d00af2d5f3f5f09 (patch)
treeebef92d0950c045607379ef066b16b38a1b95f7b /recipes-bsp
parent0dd67789e6edc54b270c3b025ac92cdff7438bb2 (diff)
downloadmeta-ti-fb0b5e42d1a4d0e1f67feacf0d00af2d5f3f5f09.tar.gz
dsptop: RDEPENDS on bash
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/dsptop/dsptop_git.bb2
1 files changed, 1 insertions, 1 deletions
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() {
21COMPATIBLE_MACHINE = "dra7xx|keystone" 21COMPATIBLE_MACHINE = "dra7xx|keystone"
22PACKAGE_ARCH = "${MACHINE_ARCH}" 22PACKAGE_ARCH = "${MACHINE_ARCH}"
23 23
24RDEPENDS_${PN} = "debugss-module-drv" 24RDEPENDS_${PN} = "debugss-module-drv bash"
25RDEPENDS_${PN}_append_keystone = " temperature-module-drv" 25RDEPENDS_${PN}_append_keystone = " temperature-module-drv"
26 26
27include dsptop.inc 27include dsptop.inc