[meta-freescale] [meta-freescale-layer][PATCH 67/67] cst: add bash in RDEPENDS_cst

ting.liu at nxp.com ting.liu at nxp.com
Mon Jul 4 03:42:25 PDT 2016


From: Zhenhua Luo <zhenhua.luo at nxp.com>

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 at nxp.com>
---
 recipes-devtools/cst/cst_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb
index 548acd0..c9cc54a 100644
--- a/recipes-devtools/cst/cst_git.bb
+++ b/recipes-devtools/cst/cst_git.bb
@@ -6,6 +6,7 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://common/include/global.h;endline=26;md5=e31e31c35cc53f6fba7e3c4e9baf4339"
 
 DEPENDS += "openssl"
+RDEPENDS_${PN} = "bash"
 
 inherit kernel-arch
 
-- 
1.9.2



More information about the meta-freescale mailing list