mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
dc7ab5bea5
commit
da1e90ecc8
|
@ -22,6 +22,7 @@ EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
|
|||
inherit autotools setuptools ptest
|
||||
|
||||
DEPENDS += "protobuf-native"
|
||||
RDEPENDS_${PN}-ptest = "bash python"
|
||||
|
||||
PYTHON_SRC_DIR="python"
|
||||
TEST_SRC_DIR="examples"
|
||||
|
|
Loading…
Reference in New Issue
Block a user