From 009e6efc5406815fd1740e0f9226be0e86b5fb62 Mon Sep 17 00:00:00 2001 From: Chris Garren Date: Mon, 8 Apr 2019 09:29:05 -0400 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-cryptography.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index 8a364116d5..6c43e863df 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 \ -- cgit 1.2.3-korg