blob: 049f9d4e8f1884c7d9ef90681334ce5bf6405c0c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Protocol Buffers - structured data serialisation mechanism"
2DESCRIPTION = "Protocol Buffers are a way of encoding structured data in an \
3efficient yet extensible format. Google uses Protocol Buffers for almost \
4all of its internal RPC protocols and file formats."
5HOMEPAGE = "https://github.com/google/protobuf"
6SECTION = "console/tools"
7LICENSE = "BSD-3-Clause"
8
9DEPENDS = "zlib"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=af6809583bfde9a31595a58bb4a24514"
12
13SRCREV = "bba83652e1be610bdb7ee1566ad18346d98b843c"
14
15PV = "2.6.1+git${SRCPV}"
16
17SRC_URI = "git://github.com/google/protobuf.git"
18
19EXTRA_OECONF += " --with-protoc=echo"
20
21inherit autotools
22
23S = "${WORKDIR}/git"
24
25BBCLASSEXTEND = "native nativesdk"