diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2017-05-11 10:30:30 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:39 +0200 |
commit | d9e0ef72da1f4a08372f949df4243e54f89a1ba1 (patch) | |
tree | 59838e0ad7ce80d75267d77f16deb3af6b1f060c /meta-oe/recipes-devtools/protobuf | |
parent | 8b98003c01c25a931828eb036d7db0f19ed3be95 (diff) | |
download | meta-openembedded-d9e0ef72da1f4a08372f949df4243e54f89a1ba1.tar.gz |
protobuf: update to 3.3.0
With the latest version out of tree builds are broken.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf')
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb index 18210b1e5..ce64a88fc 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.1.0.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.3.0.bb | |||
@@ -14,15 +14,15 @@ RDEPENDS_${PN}-dev += "${PN}-compiler" | |||
14 | 14 | ||
15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" | 15 | LIC_FILES_CHKSUM = "file://LICENSE;md5=35953c752efc9299b184f91bef540095" |
16 | 16 | ||
17 | SRCREV = "a428e42072765993ff674fda72863c9f1aa2d268" | 17 | SRCREV = "a6189acd18b00611c1dc7042299ad75486f08a1a" |
18 | 18 | ||
19 | PV = "3.1.0+git${SRCPV}" | 19 | PV = "3.3.0+git${SRCPV}" |
20 | 20 | ||
21 | SRC_URI = "git://github.com/google/protobuf.git" | 21 | SRC_URI = "git://github.com/google/protobuf.git" |
22 | 22 | ||
23 | EXTRA_OECONF += " --with-protoc=echo" | 23 | EXTRA_OECONF += " --with-protoc=echo" |
24 | 24 | ||
25 | inherit autotools | 25 | inherit autotools-brokensep |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
28 | 28 | ||