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 <[email protected]> --- meta/recipes-devtools/ruby/ruby_3.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/ruby/ruby_3.1.0.bb b/meta/recipes-devtools/ruby/ruby_3.1.0.bb index 7183c93d45..128e4527e1 100644 --- a/meta/recipes-devtools/ruby/ruby_3.1.0.bb +++ b/meta/recipes-devtools/ruby/ruby_3.1.0.bb @@ -29,7 +29,7 @@ EXTRA_OECONF = "\ --disable-versioned-paths \ --disable-rpath \ --disable-dtrace \ - --enable-shared \ + --disable-shared \ --enable-load-relative \ --with-pkg-config=pkg-config \ --with-static-linked-ext \ -- 2.20.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#160802): https://lists.openembedded.org/g/openembedded-core/message/160802 Mute This Topic: https://lists.openembedded.org/mt/88571098/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
