From d9e0ef72da1f4a08372f949df4243e54f89a1ba1 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 11 May 2017 10:30:30 +0200 Subject: protobuf: update to 3.3.0 With the latest version out of tree builds are broken. Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- .../recipes-devtools/protobuf/protobuf_3.1.0.bb | 33 ---------------------- .../recipes-devtools/protobuf/protobuf_3.3.0.bb | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb create mode 100644 meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb deleted file mode 100644 index 18210b1e5c..0000000000 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "Protocol Buffers - structured data serialisation mechanism" -DESCRIPTION = "Protocol Buffers are a way of encoding structured data in an \ -efficient yet extensible format. Google uses Protocol Buffers for almost \ -all of its internal RPC protocols and file formats." -HOMEPAGE = "https://github.com/google/protobuf" -SECTION = "console/tools" -LICENSE = "BSD-3-Clause" - -PACKAGE_BEFORE_PN = "${PN}-compiler" - -DEPENDS = "zlib" -RDEPENDS_${PN}-compiler = "${PN}" -RDEPENDS_${PN}-dev += "${PN}-compiler" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" - -SRCREV = "a428e42072765993ff674fda72863c9f1aa2d268" - -PV = "3.1.0+git${SRCPV}" - -SRC_URI = "git://github.com/google/protobuf.git" - -EXTRA_OECONF += " --with-protoc=echo" - -inherit autotools - -S = "${WORKDIR}/git" - -FILES_${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" - -MIPS_INSTRUCTION_SET = "mips" - -BBCLASSEXTEND = "native nativesdk" 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 @@ +SUMMARY = "Protocol Buffers - structured data serialisation mechanism" +DESCRIPTION = "Protocol Buffers are a way of encoding structured data in an \ +efficient yet extensible format. Google uses Protocol Buffers for almost \ +all of its internal RPC protocols and file formats." +HOMEPAGE = "https://github.com/google/protobuf" +SECTION = "console/tools" +LICENSE = "BSD-3-Clause" + +PACKAGE_BEFORE_PN = "${PN}-compiler" + +DEPENDS = "zlib" +RDEPENDS_${PN}-compiler = "${PN}" +RDEPENDS_${PN}-dev += "${PN}-compiler" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" + +SRCREV = "a6189acd18b00611c1dc7042299ad75486f08a1a" + +PV = "3.3.0+git${SRCPV}" + +SRC_URI = "git://github.com/google/protobuf.git" + +EXTRA_OECONF += " --with-protoc=echo" + +inherit autotools-brokensep + +S = "${WORKDIR}/git" + +FILES_${PN}-compiler = "${bindir} ${libdir}/libprotoc${SOLIBS}" + +MIPS_INSTRUCTION_SET = "mips" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf