summaryrefslogtreecommitdiffstats
path: root/meta-python
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
commit009e6efc5406815fd1740e0f9226be0e86b5fb62 (patch)
treec11e3c042f91e8858fd7d408a34f3410b8ce8f19 /meta-python
parent8099332416df1851a6aa5245ee91d507c7b35546 (diff)
downloadmeta-openembedded-009e6efc5406815fd1740e0f9226be0e86b5fb62.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. Signed-off-by: Chris Garren <cdgarren@indesign-llc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-cryptography.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index 8a364116d..6c43e863d 100644
--- a/meta-python/recipes-devtools/python/python-cryptography.inc
+++ b/meta-python/recipes-devtools/python/python-cryptography.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "https://cryptography.io/"
3LICENSE = "Apache-2.0 | BSD" 3LICENSE = "Apache-2.0 | BSD"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
5 5
6LDSHARED += "-pthread"
7
6DEPENDS += " \ 8DEPENDS += " \
7 ${PYTHON_PN}-cffi \ 9 ${PYTHON_PN}-cffi \
8 ${PYTHON_PN}-cffi-native \ 10 ${PYTHON_PN}-cffi-native \