[meta-virtualization] [PATCH 2/2] protobuf: ptest: Fix QA file-rdep warning

zhe.he at windriver.com zhe.he at windriver.com
Wed Oct 19 19:49:18 PDT 2016


From: He Zhe <zhe.he at windriver.com>

Add bash to ptest's RDEPENDS

"WARNING: QA Issue: /usr/lib64/protobuf/ptest/run-ptest_protobuf-ptest
contained in package protobuf-ptest requires /bin/bash, but no
providers found in its RDEPENDS [file-rdeps]"

Signed-off-by: He Zhe <zhe.he at windriver.com>
---
 recipes-devtools/protobuf/protobuf_3.0.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-devtools/protobuf/protobuf_3.0.0.bb b/recipes-devtools/protobuf/protobuf_3.0.0.bb
index 0445ae4..fd81fe7 100644
--- a/recipes-devtools/protobuf/protobuf_3.0.0.bb
+++ b/recipes-devtools/protobuf/protobuf_3.0.0.bb
@@ -24,6 +24,7 @@ EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
 inherit autotools setuptools ptest
 
 DEPENDS += "protobuf-native"
+RDEPENDS_${PN}-ptest = "bash"
 
 PYTHON_SRC_DIR="python"
 TEST_SRC_DIR="examples"
-- 
2.8.3



More information about the meta-virtualization mailing list