[oe-commits] [meta-openembedded] 25/28: protobuf: Update from 3.6.0.1 -> 3.6.1

git at git.openembedded.org git at git.openembedded.org
Wed Aug 29 01:33:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 60f6414ba9ef7ac558d026b72d04441bf5d958fd
Author: Jens Rehsack <sno at netbsd.org>
AuthorDate: Tue Aug 28 16:20:08 2018 +0200

    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 at netbsd.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../protobuf/{protobuf_3.6.0.1.bb => protobuf_3.6.1.bb}                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
similarity index 98%
rename from meta-oe/recipes-devtools/protobuf/protobuf_3.6.0.1.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf_3.6.1.bb
index 5850744..f8498c4 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"
 
 PV .= "+git${SRCPV}"
 
-SRCREV = "ce044817c7ba0aea27c3fd8e496635d94d20a755"
+SRCREV = "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2"
 
 SRC_URI = "git://github.com/google/protobuf.git;branch=3.6.x \
            file://run-ptest \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list