summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-03-01 18:04:43 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:44:53 -0700
commiteb22faff70e70834830bf2f03102ef2d262ace15 (patch)
tree71dc69311068477885de3055420d410cd2c80e9f /meta-python
parentf19ff7df85a887fd16652bae81cb1238b04bff63 (diff)
downloadmeta-openembedded-eb22faff70e70834830bf2f03102ef2d262ace15.tar.gz
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 <raj.khem@gmail.com> Acked-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-cryptography_2.1.4.bb2
1 files changed, 2 insertions, 0 deletions
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 @@
1inherit pypi setuptools3 1inherit pypi setuptools3
2require python-cryptography.inc 2require python-cryptography.inc
3 3
4LDSHARED += "-pthread"
5
4SRC_URI += " \ 6SRC_URI += " \
5 file://run-ptest \ 7 file://run-ptest \
6" 8"