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>
This commit is contained in:
Chris Garren
2019-04-08 09:29:05 -04:00
committed by Khem Raj
parent 8099332416
commit 009e6efc54

View File

@@ -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 \