summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2016-10-20 10:49:18 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-10-21 11:42:07 -0400
commit2d00a79d831f223c9fb401b44562657e85e43f3d (patch)
treea1a11074e480236b13da921bef725feb7f41efa0
parentb2f38526a13b281830b8a00727d438ceeb88b665 (diff)
downloadmeta-virtualization-2d00a79d831f223c9fb401b44562657e85e43f3d.tar.gz
protobuf: ptest: Fix QA file-rdep warning
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-devtools/protobuf/protobuf_3.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/protobuf/protobuf_3.0.0.bb b/recipes-devtools/protobuf/protobuf_3.0.0.bb
index 0445ae4c..fd81fe76 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"
24inherit autotools setuptools ptest 24inherit autotools setuptools ptest
25 25
26DEPENDS += "protobuf-native" 26DEPENDS += "protobuf-native"
27RDEPENDS_${PN}-ptest = "bash"
27 28
28PYTHON_SRC_DIR="python" 29PYTHON_SRC_DIR="python"
29TEST_SRC_DIR="examples" 30TEST_SRC_DIR="examples"