summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-12-14 03:38:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-12-13 20:19:23 -0500
commitca5049894e8493a406b404501fd26e16ce789c0f (patch)
treec30cdcca475e4ef3ca6abde25f0a34a2502ea78f
parent31c2381b8f423af81e130eb52aa153d1e3723d7a (diff)
downloadmeta-ti-ca5049894e8493a406b404501fd26e16ce789c0f.tar.gz
multiprocmgr-rtos: RDEPENDS on bash
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
index 4147ee27..7a6e0f63 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
@@ -39,4 +39,6 @@ FILES_${PN}-dev += "${MPM_INSTALL_DIR_RECIPE}"
39INSANE_SKIP_${PN}-dev = "arch" 39INSANE_SKIP_${PN}-dev = "arch"
40INSANE_SKIP_${PN}-test = "arch" 40INSANE_SKIP_${PN}-test = "arch"
41 41
42RDEPENDS_${PN}-dev = "bash"
43
42ALLOW_EMPTY_${PN} = "1" 44ALLOW_EMPTY_${PN} = "1"