diff options
-rw-r--r-- | recipes-devtools/protobuf/protobuf_2.5.0.bb | 1 |
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" | |||
22 | inherit autotools setuptools ptest | 22 | inherit autotools setuptools ptest |
23 | 23 | ||
24 | DEPENDS += "protobuf-native" | 24 | DEPENDS += "protobuf-native" |
25 | RDEPENDS_${PN}-ptest = "bash python" | ||
25 | 26 | ||
26 | PYTHON_SRC_DIR="python" | 27 | PYTHON_SRC_DIR="python" |
27 | TEST_SRC_DIR="examples" | 28 | TEST_SRC_DIR="examples" |