summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 17:18:44 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-12 11:41:02 -0300
commit1711129869e58329e30bd40a0aa9cc9c06ffead6 (patch)
tree87e5a1e7b1fba2bb18cab76e3dc34c83c56527d9 /recipes-devtools
parent1b1a1b4751a551c3caac6e2e23a41c9d0269b2b7 (diff)
downloadmeta-freescale-1711129869e58329e30bd40a0aa9cc9c06ffead6.tar.gz
cst: add bash in RDEPENDS_cst
Fix the following warning: | WARNING: cst-git-r0 do_package_qa: QA Issue: /usr/bin/cst/uni_cfsign \ | contained in package cst requires /bin/bash, but no providers found in \ | RDEPENDS_cst? [file-rdeps] Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/cst/cst_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 548acd09..c9cc54a3 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -6,6 +6,7 @@ LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339" 6LIC_FILES_CHKSUM = "file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339"
7 7
8DEPENDS += "openssl" 8DEPENDS += "openssl"
9RDEPENDS_${PN} = "bash"
9 10
10inherit kernel-arch 11inherit kernel-arch
11 12