summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/ruby/ruby_2.7.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.7.0.bb b/meta/recipes-devtools/ruby/ruby_2.7.0.bb
index 268b4bebd9..44c76161d5 100644
--- a/meta/recipes-devtools/ruby/ruby_2.7.0.bb
+++ b/meta/recipes-devtools/ruby/ruby_2.7.0.bb
@@ -25,6 +25,9 @@ EXTRA_OECONF = "\
25 --with-pkg-config=pkg-config \ 25 --with-pkg-config=pkg-config \
26" 26"
27 27
28EXTRA_OECONF_append_libc-musl_arm = " --with-coroutine=arm32"
29EXTRA_OECONF_append_libc-musl_armeb = " --with-coroutine=arm32"
30
28do_install() { 31do_install() {
29 oe_runmake 'DESTDIR=${D}' install 32 oe_runmake 'DESTDIR=${D}' install
30} 33}