diff options
author | wangmy <wangmy@fujitsu.com> | 2022-01-17 08:28:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 09:01:51 -0800 |
commit | 77ebec820cbe842560aaea69af4cc3ad18306ffe (patch) | |
tree | 4d19081a2247acb766acbd0949e6eff647ba1d63 /meta-oe | |
parent | 4cf47b8325abaa9859855dc5858ea3dbffbafd2f (diff) | |
download | meta-openembedded-contrib-77ebec820cbe842560aaea69af4cc3ad18306ffe.tar.gz |
protobuf: upgrade 3.19.1 -> 3.19.3
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.19.3.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.3.bb index 8491dbdf57..f2d6c6fbdf 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.1.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.3.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" DEPENDS = "zlib" DEPENDS:append:class-target = " protobuf-native" -SRCREV = "7c40b2df1fdf6f414c1c18c789715a9c948a0725" +SRCREV = "cc7b1b53234cd7a8f50d90ac3933b240dcf4cd97" SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x;protocol=https \ file://run-ptest \ |