diff options
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb new file mode 100644 index 0000000000..ce64a88fc0 --- /dev/null +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | SUMMARY = "Protocol Buffers - structured data serialisation mechanism" | ||
| 2 | DESCRIPTION = "Protocol Buffers are a way of encoding structured data in an \ | ||
| 3 | efficient yet extensible format. Google uses Protocol Buffers for almost \ | ||
| 4 | all of its internal RPC protocols and file formats." | ||
| 5 | HOMEPAGE = "https://github.com/google/protobuf" | ||
| 6 | SECTION = "console/tools" | ||
| 7 | LICENSE = "BSD-3-Clause" | ||
| 8 | |||
| 9 | PACKAGE_BEFORE_PN = "${PN}-compiler" | ||
| 10 | |||
| 11 | DEPENDS = "zlib" | ||
| 12 | RDEPENDS_${PN}-compiler = "${PN}" | ||
| 13 | RDEPENDS_${PN}-dev += "${PN}-compiler" | ||
| 14 | |||
| 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" | ||
| 16 | |||
| 17 | SRCREV = "a6189acd18b00611c1dc7042299ad75486f08a1a" | ||
| 18 | |||
| 19 | PV = "3.3.0+git${SRCPV}" | ||
| 20 | |||
| 21 | SRC_URI = "git://github.com/google/protobuf.git" | ||
| 22 | |||
| 23 | EXTRA_OECONF += " --with-protoc=echo" | ||
| 24 | |||
| 25 | inherit autotools-brokensep | ||
| 26 | |||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | |||
| 29 | FILES_${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" | ||
| 30 | |||
| 31 | MIPS_INSTRUCTION_SET = "mips" | ||
| 32 | |||
| 33 | BBCLASSEXTEND = "native nativesdk" | ||
