]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
shadow: replace static linking with dynamic libraries in a custom location and bundle...
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 19 Jan 2024 12:43:23 +0000 (13:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Jan 2024 12:27:09 +0000 (12:27 +0000)
commitb93562937737e97dbc8cb7c874e9913f6a285a34
tree381c23261f11c14b1e3b8d0c56439b4dbc43635e
parent4a7b42fcf6981d3120c08091a7ed3d4d7bcd41f0
shadow: replace static linking with dynamic libraries in a custom location and bundled with shadow

Despite our efforts to make static linking work, there have
been new reports of bizarre build failures:
https://lists.openembedded.org/g/openembedded-core/message/194006
https://lists.openembedded.org/g/openembedded-core/message/193907

This commit changes back to dynamic linking, but places
the libraries in a custom location, per RP's suggestion.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/no-static-libs.inc
meta/recipes-extended/shadow/shadow.inc