summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorHe Zhe <zhe.he@windriver.com>2016-05-23 11:15:43 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-05-25 09:42:14 -0400
commitda1e90ecc8b5371a250067e653ec5b3e4f1f71e0 (patch)
tree08c5ff699b7fb61f0c4ffe25104ed4e61b381186 /recipes-devtools
parentdc7ab5bea574500d745e0cef4c36c0cbeca1e251 (diff)
downloadmeta-virtualization-da1e90ecc8b5371a250067e653ec5b3e4f1f71e0.tar.gz
protobuf: Add RDEPENDS for ptest
This patch adds bash and python to ptest's RDEPENDS to avoid the following warning: "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>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/protobuf/protobuf_2.5.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/protobuf/protobuf_2.5.0.bb b/recipes-devtools/protobuf/protobuf_2.5.0.bb
index e1c72547..23b74a7d 100644
--- a/recipes-devtools/protobuf/protobuf_2.5.0.bb
+++ b/recipes-devtools/protobuf/protobuf_2.5.0.bb
@@ -22,6 +22,7 @@ EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
22inherit autotools setuptools ptest 22inherit autotools setuptools ptest
23 23
24DEPENDS += "protobuf-native" 24DEPENDS += "protobuf-native"
25RDEPENDS_${PN}-ptest = "bash python"
25 26
26PYTHON_SRC_DIR="python" 27PYTHON_SRC_DIR="python"
27TEST_SRC_DIR="examples" 28TEST_SRC_DIR="examples"