summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-09-28 17:33:56 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-29 10:01:07 -0700
commit2c58c67854db7655b473db8ce6dff36322f6a022 (patch)
tree4d0f9acad9b9629ac5d228ac575e90e0dccbb109 /meta-oe/recipes-connectivity
parent62377d9f62cf26ff6473be38f7dfd3b66bf40cb0 (diff)
downloadmeta-openembedded-2c58c67854db7655b473db8ce6dff36322f6a022.tar.gz
thrift: upgrade 0.20.0 -> 0.21.0
ChangeLog: https://github.com/apache/thrift/blob/v0.21.0/CHANGES.md Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb (renamed from meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.21.0.bb
index 23db052b9e..35e55b2255 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"
10 10
11SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \ 11SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \
12 file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch" 12 file://0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch"
13SRC_URI[sha256sum] = "b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6" 13SRC_URI[sha256sum] = "9a24f3eba9a4ca493602226c16d8c228037db3b9291c6fc4019bfe3bd39fc67c"
14 14
15BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"
16 16