summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/protobuf/protobuf_2.5.0.bb1
1 files changed, 1 insertions, 0 deletions
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"
22inherit autotools setuptools ptest 22inherit autotools setuptools ptest
23 23
24DEPENDS += "protobuf-native" 24DEPENDS += "protobuf-native"
25RDEPENDS_${PN}-ptest = "bash python"
25 26
26PYTHON_SRC_DIR="python" 27PYTHON_SRC_DIR="python"
27TEST_SRC_DIR="examples" 28TEST_SRC_DIR="examples"