]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-bcrypt: Use BFD linker when building tests
authorKhem Raj <raj.khem@gmail.com>
Sun, 18 Jun 2023 21:48:24 +0000 (14:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Jun 2023 17:38:21 +0000 (18:38 +0100)
commitb4392ebb512fa48168a48fbff3e9140a8e1b7ec4
treeb4d85e404623af1471526b8f85bf3631911b5aa0
parentb9ef82727e719389b6d8ca2e9f642bfb328219b7
python3-bcrypt: Use BFD linker when building tests

Some of the tests use symbols from libpython3 e.g. PyBytes_FromStringAndSize
but does not add it to linker cmdline, its perhaps cargo which
should be fixed for that, this however is not something we can
fix in OE. So switch to using bfd linker explicitly when
building with ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb