[oe-commits] [meta-openembedded] 01/19: python-cryptography: Move linker flag to .inc

git at git.openembedded.org git at git.openembedded.org
Wed Apr 10 04:34:33 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 009e6efc5406815fd1740e0f9226be0e86b5fb62
Author: Chris Garren <cdgarren at indesign-llc.com>
AuthorDate: Mon Apr 8 09:29:05 2019 -0400

    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 at indesign-llc.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-cryptography.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc
index 8a36411..6c43e86 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/"
 LICENSE = "Apache-2.0 | BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
 
+LDSHARED += "-pthread"
+
 DEPENDS += " \
     ${PYTHON_PN}-cffi \
     ${PYTHON_PN}-cffi-native \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list