]> code.ossystems Code Review - meta-freescale.git/commitdiff
cst: add bash in RDEPENDS_cst
authorZhenhua Luo <zhenhua.luo@nxp.com>
Thu, 23 Jun 2016 22:18:44 +0000 (17:18 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
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>
recipes-devtools/cst/cst_git.bb

index 548acd094b0447b7a5959a92c4c8b12660da29c4..c9cc54a31d896bc887cdeb50a3a2227f4fc2c659 100644 (file)
@@ -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