summaryrefslogtreecommitdiff
path: root/recipes/protobuf/protobuf_2.3.0.bb
blob: 6efb8f7889955af2f59eda9400f3bcea383b8eca (plain)
1
2
3
4
5
6
7
8
9
10
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"