diff options
author | Jens Rehsack <sno@netbsd.org> | 2018-08-28 16:20:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-28 09:37:31 -0700 |
commit | 60f6414ba9ef7ac558d026b72d04441bf5d958fd (patch) | |
tree | abec5382c99dbdc1b6fc44eeaedca223dfa9ce22 | |
parent | 9070ae84822582957bfe199fd215c3cbd52d6eba (diff) | |
download | meta-openembedded-60f6414ba9ef7ac558d026b72d04441bf5d958fd.tar.gz |
protobuf: Update from 3.6.0.1 -> 3.6.1
Update recipe for protobuf to 3.6.1:
2018-07-27 version 3.6.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
C++
* Introduced workaround for Windows issue with std::atomic and std::once_flag
initialization (#4777, #4773).
PHP
* Added compatibility with PHP 7.3 (#4898).
Ruby
* Fixed Ruby crash involving Any encoding (#4718).
More details available at:
https://github.com/protocolbuffers/protobuf/compare/v3.6.0.1...v3.6.1
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.6.1.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.6.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.6.0.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.6.1.bb index 58507442a7..f8498c4c88 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.6.0.1.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.6.1.bb | |||
@@ -12,7 +12,7 @@ DEPENDS_append_class-target = " protobuf-native" | |||
12 | 12 | ||
13 | PV .= "+git${SRCPV}" | 13 | PV .= "+git${SRCPV}" |
14 | 14 | ||
15 | SRCREV = "ce044817c7ba0aea27c3fd8e496635d94d20a755" | 15 | SRCREV = "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.6.x \ | 17 | SRC_URI = "git://github.com/google/protobuf.git;branch=3.6.x \ |
18 | file://run-ptest \ | 18 | file://run-ptest \ |