From 80b4a81b9443a27acc579193279ec5dde52870b5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 3 Mar 2020 03:51:58 -0800 Subject: [PATCH] protobuf-c: upgrade 1.3.2 -> 1.3.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../protobuf/{protobuf-c_1.3.2.bb => protobuf-c_1.3.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/protobuf/{protobuf-c_1.3.2.bb => protobuf-c_1.3.3.bb} (95%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.2.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb similarity index 95% rename from meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.2.bb rename to meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb index b92f82dec2..94c3893574 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.2.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.3.3.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558" DEPENDS = "protobuf-native protobuf" -SRCREV = "1390409f4ee4e26d0635310995b516eb702c3f9e" +SRCREV = "f20a3fa131c275a0e795d99a28f94b4dbbb5af26" SRC_URI = "git://github.com/protobuf-c/protobuf-c.git \ file://0001-avoid-race-condition.patch \