summaryrefslogtreecommitdiff
path: root/recipes/protobuf/protobuf_2.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/protobuf/protobuf_2.3.0.bb')
-rw-r--r--recipes/protobuf/protobuf_2.3.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/protobuf/protobuf_2.3.0.bb b/recipes/protobuf/protobuf_2.3.0.bb
new file mode 100644
index 0000000000..6efb8f7889
--- /dev/null
+++ b/recipes/protobuf/protobuf_2.3.0.bb
@@ -0,0 +1,11 @@
+require protobuf.inc
+
+PR = "r0"
+
+DEPENDS = "protobuf-native"
+
+SRC_URI[tarball.md5sum] = f2964f636b3c67d1e9d8b90819fa8ddb
+
+# use native protoc for running unit tests
+EXTRA_OECONF += "--with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
+