diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-01 22:51:15 +0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 11:28:55 -0700 | 
| commit | 2de743efaaabbf9893aaf4c66f28cfb23bb3a60e (patch) | |
| tree | 5b8c5f528b29f20ad2bc9049fba30a08728783ad | |
| parent | e0f9a0011c45b08494c46d69232f655045ef0f97 (diff) | |
| download | meta-openembedded-2de743efaaabbf9893aaf4c66f28cfb23bb3a60e.tar.gz | |
thrift: upgrade 0.19.0 -> 0.20.0
Changelog:
==========
-C++ library don't work with HTTP (csharp server, cpp client; need cross test enhancement)
-Swift service generator doesn't support oneway
-LNK4042 and LNK2019 in go_validator_generator.cc
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb (renamed from meta-oe/recipes-connectivity/thrift/thrift_0.19.0.bb) | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.19.0.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb index 70c9a7a087..23db052b9e 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.19.0.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.20.0.bb | |||
| @@ -10,7 +10,7 @@ DEPENDS = "thrift-native boost flex-native bison-native openssl zlib" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "https://downloads.apache.org/${BPN}/${PV}/${BP}.tar.gz \ | 11 | SRC_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" | 
| 13 | SRC_URI[sha256sum] = "d49c896c2724a78701e05cfccf6cf70b5db312d82a17efe951b441d300ccf275" | 13 | SRC_URI[sha256sum] = "b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6" | 
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" | 
| 16 | 16 | ||
