From 2d00a79d831f223c9fb401b44562657e85e43f3d Mon Sep 17 00:00:00 2001 From: He Zhe Date: Thu, 20 Oct 2016 10:49:18 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/protobuf/protobuf_3.0.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-devtools/protobuf') 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" inherit autotools setuptools ptest DEPENDS += "protobuf-native" +RDEPENDS_${PN}-ptest = "bash" PYTHON_SRC_DIR="python" TEST_SRC_DIR="examples" -- cgit v1.2.3-54-g00ecf