From 49ecf6f65dddecaec57790de8610dc89666e31e6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 1 Mar 2018 18:04:43 -0800 Subject: python3-cryptography: Add -pthread to link flags It builds openssl module which needs pthread_atfork() but we do not link it with libpthread, which results in runtime loading errors Signed-off-by: Khem Raj Acked-by: Tim Orling Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb index f64e51d3f..195923343 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb @@ -1,6 +1,8 @@ inherit pypi setuptools3 require python-cryptography.inc +LDSHARED += "-pthread" + SRC_URI += " \ file://run-ptest \ " -- cgit v1.2.3-54-g00ecf