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 = ""