mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user