mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

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>
9 lines
122 B
BlitzBasic
9 lines
122 B
BlitzBasic
inherit pypi setuptools3
|
|
require python-cryptography.inc
|
|
|
|
LDSHARED += "-pthread"
|
|
|
|
SRC_URI += " \
|
|
file://run-ptest \
|
|
"
|