diff options
author | Andrej Valek <andrej.valek@siemens.com> | 2018-06-07 15:21:06 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-08 00:57:29 -0700 |
commit | c27756081d79da84f40bdc77e24b4d5e23bc7159 (patch) | |
tree | c948a04f278a309ee35cd5674898295707fa28e3 /meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | |
parent | 3db24e50ea48e11caf1e47fee97aecc2b2b27983 (diff) | |
download | meta-openembedded-c27756081d79da84f40bdc77e24b4d5e23bc7159.tar.gz |
thrift: add support for openssl 1.1x
The newest Thrift version has currently no fix for building with gcc>=6.
Rather posting supporting patches.
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb index aa9328371..7ab74026b 100644 --- a/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb +++ b/meta-oe/recipes-connectivity/thrift/thrift_0.9.3.bb | |||
@@ -12,6 +12,9 @@ SRC_URI = "http://mirror.switch.ch/mirror/apache/dist/thrift/${PV}/${BPN}-${PV}. | |||
12 | file://0001-Forcibly-disable-check-for-Qt5.patch \ | 12 | file://0001-Forcibly-disable-check-for-Qt5.patch \ |
13 | file://0001-THRIFT-3828-In-cmake-avoid-use-of-both-quoted-paths-.patch \ | 13 | file://0001-THRIFT-3828-In-cmake-avoid-use-of-both-quoted-paths-.patch \ |
14 | file://0002-THRIFT-3831-in-test-cpp-explicitly-use-signed-char.patch \ | 14 | file://0002-THRIFT-3831-in-test-cpp-explicitly-use-signed-char.patch \ |
15 | file://0004-THRIFT-3207-enable-build-with-OpenSSL-1.1.0-series.patch \ | ||
16 | file://0005-THRIFT-3878-Compile-error-in-TSSLSocket.cpp-with-new.patch \ | ||
17 | file://0006-THRIFT-3736-C++-library-build-fails-if-OpenSSL-does-.patch \ | ||
15 | " | 18 | " |
16 | 19 | ||
17 | SRC_URI[md5sum] = "88d667a8ae870d5adeca8cb7d6795442" | 20 | SRC_URI[md5sum] = "88d667a8ae870d5adeca8cb7d6795442" |