protobuf: update to 3.4.0

Also put protbuf-lite into it's own package

Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Pascal Bach
2017-09-13 09:21:40 +02:00
committed by Martin Jansa
parent e35f6d8a6a
commit ac8a550d8e

View File

@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/protobuf"
SECTION = "console/tools"
LICENSE = "BSD-3-Clause"
PACKAGE_BEFORE_PN = "${PN}-compiler"
PACKAGE_BEFORE_PN = "${PN}-compiler ${PN}-lite"
DEPENDS = "zlib"
RDEPENDS_${PN}-compiler = "${PN}"
@@ -14,11 +14,11 @@ RDEPENDS_${PN}-dev += "${PN}-compiler"
LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095"
SRCREV = "a6189acd18b00611c1dc7042299ad75486f08a1a"
SRCREV = "80a37e0782d2d702d52234b62dd4b9ec74fd2c95"
PV = "3.3.0+git${SRCPV}"
PV = "3.4.0+git${SRCPV}"
SRC_URI = "git://github.com/google/protobuf.git"
SRC_URI = "git://github.com/google/protobuf.git;branch=3.4.x"
EXTRA_OECONF += " --with-protoc=echo"
@@ -27,6 +27,7 @@ inherit autotools-brokensep
S = "${WORKDIR}/git"
FILES_${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}"
FILES_${PN}-lite = "${bindir} ${libdir}/libprotobuf-lite${SOLIBS}"
MIPS_INSTRUCTION_SET = "mips"