[Buildroot] [PATCH 1/1] package/yaml-cpp: fix library name

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Jul 21 21:31:14 UTC 2023


On Sun, 16 Jul 2023 18:37:07 +0200
Bernd Kuhls <bernd at kuhls.net> wrote:

> In the current state this package install libyaml-cppd.so due to "d"
> being added because the variable CMAKE_DEBUG_POSTFIX is not set:
> https://github.com/jbeder/yaml-cpp/blob/master/CMakeLists.txt#L137
> 
> This breaks the build of mongodb which expects the library name
> libyaml-cpp.so:
> https://github.com/mongodb/mongo/blob/master/SConstruct#L5090
> 
> Fixes:
> http://autobuild.buildroot.net/results/304/3044d040dec090a2f528a96f201d4e554f6779b4/
> 
> Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
> ---
>  package/yaml-cpp/yaml-cpp.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list