summaryrefslogtreecommitdiff
path: root/multitech/recipes/protobuf/protobuf.inc
blob: 23d16772f43b226a634344fa400b04f385f39577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Google Protocol Buffers"
HOMEPAGE = "http://www.google.com/"
PRIORITY = "optional"
LICENSE = "BSD"
INC_PR = "r0"
BBCLASSEXTEND = "native"

DEPENDS = "protobuf-native"
DEPENDS_virtclass-native = ""

SRC_URI = "http://protobuf.googlecode.com/files/protobuf-${PV}.tar.bz2;name=tarball"

inherit autotools

# use native protoc for running unit tests
EXTRA_OECONF = " --with-protoc=${STAGING_BINDIR_NATIVE}/protoc"
EXTRA_OECONF_virtclass-native = ""