diff options
| -rw-r--r-- | meta/recipes-devtools/ruby/ruby_2.7.0.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_2.7.0.bb b/meta/recipes-devtools/ruby/ruby_2.7.0.bb index 44c76161d5..7f07080497 100644 --- a/meta/recipes-devtools/ruby/ruby_2.7.0.bb +++ b/meta/recipes-devtools/ruby/ruby_2.7.0.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | require ruby.inc | 1 | require ruby.inc |
| 2 | 2 | ||
| 3 | DEPENDS_append_libc-musl = " libucontext" | ||
| 4 | |||
| 3 | SRC_URI += " \ | 5 | SRC_URI += " \ |
| 4 | file://remove_has_include_macros.patch \ | 6 | file://remove_has_include_macros.patch \ |
| 5 | file://run-ptest \ | 7 | file://run-ptest \ |
| @@ -25,8 +27,11 @@ EXTRA_OECONF = "\ | |||
| 25 | --with-pkg-config=pkg-config \ | 27 | --with-pkg-config=pkg-config \ |
| 26 | " | 28 | " |
| 27 | 29 | ||
| 28 | EXTRA_OECONF_append_libc-musl_arm = " --with-coroutine=arm32" | 30 | EXTRA_OECONF_append_libc-musl = "\ |
| 29 | EXTRA_OECONF_append_libc-musl_armeb = " --with-coroutine=arm32" | 31 | LIBS='-lucontext' \ |
| 32 | ac_cv_func_isnan=yes \ | ||
| 33 | ac_cv_func_isinf=yes \ | ||
| 34 | " | ||
| 30 | 35 | ||
| 31 | do_install() { | 36 | do_install() { |
| 32 | oe_runmake 'DESTDIR=${D}' install | 37 | oe_runmake 'DESTDIR=${D}' install |
