mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:08:08 +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:
parent
8099332416
commit
009e6efc54
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user