summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.0.0.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.0.0.bb b/meta/recipes-devtools/ruby/ruby_3.0.0.bb
index 5e143ee87f..28e12c3cd7 100644
--- a/meta/recipes-devtools/ruby/ruby_3.0.0.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.0.0.bb
@@ -32,6 +32,13 @@ EXTRA_OECONF_append_libc-musl = "\
32 ac_cv_func_isinf=yes \ 32 ac_cv_func_isinf=yes \
33" 33"
34 34
35EXTRA_OECONF_append_libc-musl_riscv64 = "\
36 --with-coroutine=copy \
37"
38EXTRA_OECONF_append_libc-musl_riscv32 = "\
39 --with-coroutine=copy \
40"
41
35do_install() { 42do_install() {
36 oe_runmake 'DESTDIR=${D}' install 43 oe_runmake 'DESTDIR=${D}' install
37} 44}