mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 20:26:53 +00:00
python3-cryptography: Add -pthread to link flags
It builds openssl module which needs pthread_atfork() but we do not link it with libpthread, which results in runtime loading errors Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
6d2624125f
commit
49ecf6f65d
@ -1,6 +1,8 @@
|
|||||||
inherit pypi setuptools3
|
inherit pypi setuptools3
|
||||||
require python-cryptography.inc
|
require python-cryptography.inc
|
||||||
|
|
||||||
|
LDSHARED += "-pthread"
|
||||||
|
|
||||||
SRC_URI += " \
|
SRC_URI += " \
|
||||||
file://run-ptest \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user