summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-23 17:18:44 -0500
committerZhenhua Luo <zhenhua.luo@nxp.com>2016-06-24 11:25:09 +0800
commit932ec9b590939641c6a248122b1627d2d710b78b (patch)
treeecf43cd380d8f3c7c8cc404a70f5b1b21281c762
parent2f88953124017770b98d00b7e7880cc0c57c5ee8 (diff)
downloadmeta-fsl-ppc-932ec9b590939641c6a248122b1627d2d710b78b.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>
-rw-r--r--recipes-extended/cst/cst_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/cst/cst_git.bb b/recipes-extended/cst/cst_git.bb
index 548acd0..c9cc54a 100644
--- a/recipes-extended/cst/cst_git.bb
+++ b/recipes-extended/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