diff mbox series

[meta-oe,6/6] thrift: upgrade 0.20.0 -> 0.21.0

Message ID 20240928093356.3992191-6-yi.zhao@windriver.com
State New
Headers show
Series [meta-oe,1/6] ipmtool: add UPSTREAM_CHECK_GITTAGREGEX | expand

Commit Message

Yi Zhao Sept. 28, 2024, 9:33 a.m. UTC
ChangeLog:
https://github.com/apache/thrift/blob/v0.21.0/CHANGES.md

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../thrift/{thrift_0.20.0.bb => thrift_0.21.0.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/thrift/{thrift_0.20.0.bb => thrift_0.21.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb
similarity index 96%
rename from meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
rename to meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb
index 23db052b9..35e55b225 100644
--- a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb
+++ b/meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb
@@ -10,7 +10,7 @@  DEPENDS = "thrift-native boost flex-native bison-native openssl zlib"
 
 SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \
            file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch"
-SRC_URI[sha256sum] = "b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6"
+SRC_URI[sha256sum] = "9a24f3eba9a4ca493602226c16d8c228037db3b9291c6fc4019bfe3bd39fc67c"
 
 BBCLASSEXTEND = "native nativesdk"