diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2017-10-13 03:08:27 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-10-19 02:42:31 -0400 |
| commit | fb0b5e42d1a4d0e1f67feacf0d00af2d5f3f5f09 (patch) | |
| tree | ebef92d0950c045607379ef066b16b38a1b95f7b /recipes-bsp | |
| parent | 0dd67789e6edc54b270c3b025ac92cdff7438bb2 (diff) | |
| download | meta-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.bb | 2 |
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() { | |||
| 21 | COMPATIBLE_MACHINE = "dra7xx|keystone" | 21 | COMPATIBLE_MACHINE = "dra7xx|keystone" |
| 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 22 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} = "debugss-module-drv" | 24 | RDEPENDS_${PN} = "debugss-module-drv bash" |
| 25 | RDEPENDS_${PN}_append_keystone = " temperature-module-drv" | 25 | RDEPENDS_${PN}_append_keystone = " temperature-module-drv" |
| 26 | 26 | ||
| 27 | include dsptop.inc | 27 | include dsptop.inc |
