Re: [OE-core] [PATCH] ruby: disable libruby.so

2022-01-20 Thread Alexander Kanavin
On Thu, 20 Jan 2022 at 23:55, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Disabling shared libraries because there is a makefile bug doesn't seem > like the > right solution :(. > > Better might be disabling parallelism in make install. It raises questions > about > why it is lin

Re: [OE-core] [PATCH] ruby: disable libruby.so

2022-01-20 Thread Richard Purdie
On Thu, 2022-01-20 at 23:22 +0100, Alexander Kanavin wrote: > It was found to cause races in make install, as observed in > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14695 > > [YOCTO #14695] > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-devtools/ruby/ruby_3.1.0.bb | 2 +- >

[OE-core] [PATCH] ruby: disable libruby.so

2022-01-20 Thread Alexander Kanavin
It was found to cause races in make install, as observed in https://bugzilla.yoctoproject.org/show_bug.cgi?id=14695 [YOCTO #14695] Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/ruby/ruby_3.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devto