aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Garren <cdgarren@indesign-llc.com>2019-04-08 09:29:05 -0400
committerKhem Raj <raj.khem@gmail.com>2019-04-09 21:31:36 -0700
commit679a4f63e49c1213d070c8668fa241944eaa3afd (patch)
treed5b98972407433a211729224424f925c3083091c
parentec0debcaa5e19f114960c026952b98b19507a319 (diff)
downloadmeta-python2-679a4f63e49c1213d070c8668fa241944eaa3afd.tar.gz
python-cryptography: Move linker flag to .inc
Move the -pthread linker flag to the .inc file because it is needed for python 2 & 3. (From meta-openembedded commit: 009e6efc5406815fd1740e0f9226be0e86b5fb62) Signed-off-by: Chris Garren <cdgarren@indesign-llc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-cryptography.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-cryptography.inc b/recipes-devtools/python/python-cryptography.inc
index 8a36411..6c43e86 100644
--- a/recipes-devtools/python/python-cryptography.inc
+++ b/recipes-devtools/python/python-cryptography.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "https://cryptography.io/"
LICENSE = "Apache-2.0 | BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
+LDSHARED += "-pthread"
+
DEPENDS += " \
${PYTHON_PN}-cffi \
${PYTHON_PN}-cffi-native \