summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby/ruby_3.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby_3.1.0.bb')
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.1.0.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.1.0.bb b/meta/recipes-devtools/ruby/ruby_3.1.0.bb
index e250164d2c..7a04a36432 100644
--- a/meta/recipes-devtools/ruby/ruby_3.1.0.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.1.0.bb
@@ -11,6 +11,7 @@ SRC_URI += " \
11 file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch \ 11 file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch \
12 file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch \ 12 file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch \
13 file://0006-Make-gemspecs-reproducible.patch \ 13 file://0006-Make-gemspecs-reproducible.patch \
14 file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch \
14 " 15 "
15 16
16SRC_URI[sha256sum] = "50a0504c6edcb4d61ce6b8cfdbddaa95707195fab0ecd7b5e92654b2a9412854" 17SRC_URI[sha256sum] = "50a0504c6edcb4d61ce6b8cfdbddaa95707195fab0ecd7b5e92654b2a9412854"
@@ -36,18 +37,10 @@ EXTRA_OECONF = "\
36" 37"
37 38
38EXTRA_OECONF:append:libc-musl = "\ 39EXTRA_OECONF:append:libc-musl = "\
39 LIBS='-lucontext' \
40 ac_cv_func_isnan=yes \ 40 ac_cv_func_isnan=yes \
41 ac_cv_func_isinf=yes \ 41 ac_cv_func_isinf=yes \
42" 42"
43 43
44EXTRA_OECONF:append:libc-musl:riscv64 = "\
45 --with-coroutine=copy \
46"
47EXTRA_OECONF:append:libc-musl:riscv32 = "\
48 --with-coroutine=copy \
49"
50
51PARALLEL_MAKEINST = "" 44PARALLEL_MAKEINST = ""
52 45
53do_install:append:class-target () { 46do_install:append:class-target () {