summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/protobuf/protobuf_3.0.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/protobuf/protobuf_3.0.0.bb b/recipes-devtools/protobuf/protobuf_3.0.0.bb
index 0445ae4c..fd81fe76 100644
--- a/recipes-devtools/protobuf/protobuf_3.0.0.bb
+++ b/recipes-devtools/protobuf/protobuf_3.0.0.bb
@@ -24,6 +24,7 @@ EXTRA_OECONF += " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
24inherit autotools setuptools ptest 24inherit autotools setuptools ptest
25 25
26DEPENDS += "protobuf-native" 26DEPENDS += "protobuf-native"
27RDEPENDS_${PN}-ptest = "bash"
27 28
28PYTHON_SRC_DIR="python" 29PYTHON_SRC_DIR="python"
29TEST_SRC_DIR="examples" 30TEST_SRC_DIR="examples"