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>
This commit is contained in:
He Zhe 2016-10-20 10:49:18 +08:00 committed by Bruce Ashfield
parent b2f38526a1
commit 2d00a79d83

View File

@ -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"