From da1e90ecc8b5371a250067e653ec5b3e4f1f71e0 Mon Sep 17 00:00:00 2001 From: He Zhe Date: Mon, 23 May 2016 11:15:43 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-devtools/protobuf/protobuf_2.5.0.bb | 1 + 1 file changed, 1 insertion(+) 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" inherit autotools setuptools ptest DEPENDS += "protobuf-native" +RDEPENDS_${PN}-ptest = "bash python" PYTHON_SRC_DIR="python" TEST_SRC_DIR="examples" -- cgit v1.2.3-54-g00ecf