mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
b2f38526a1
commit
2d00a79d83
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user