diff options
| author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-09-02 11:47:58 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-16 17:53:22 +0100 |
| commit | 10ed98e50f310ff19b2a1f84e4c03d7c5970a1dc (patch) | |
| tree | 70df9df5c2385ef21fc2dcb9442a07659bc82dec /meta/recipes-devtools/ruby/ruby_3.1.2.bb | |
| parent | c74ea5f84446275560ec2276000a101c7239737f (diff) | |
| download | poky-10ed98e50f310ff19b2a1f84e4c03d7c5970a1dc.tar.gz | |
ruby: drop capstone support
Upstream dropped capstone support and this also causing us
reproducibility issues.
(From OE-Core rev: fe8e54576e97ef7c4845889f3e8bb53f524c0611)
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit d2496a904a7099ef0de818180820ad7b40843a08)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby_3.1.2.bb')
| -rw-r--r-- | meta/recipes-devtools/ruby/ruby_3.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.1.2.bb b/meta/recipes-devtools/ruby/ruby_3.1.2.bb index 6fc1f53b18..387bfa9b44 100644 --- a/meta/recipes-devtools/ruby/ruby_3.1.2.bb +++ b/meta/recipes-devtools/ruby/ruby_3.1.2.bb | |||
| @@ -12,6 +12,7 @@ SRC_URI += " \ | |||
| 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 | file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch \ |
| 15 | file://0001-Remove-dependency-on-libcapstone.patch \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | SRC_URI[sha256sum] = "61843112389f02b735428b53bb64cf988ad9fb81858b8248e22e57336f24a83e" | 18 | SRC_URI[sha256sum] = "61843112389f02b735428b53bb64cf988ad9fb81858b8248e22e57336f24a83e" |
| @@ -25,7 +26,6 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," | |||
| 25 | # rdoc is off by default due to non-reproducibility reported in | 26 | # rdoc is off by default due to non-reproducibility reported in |
| 26 | # https://bugs.ruby-lang.org/issues/18456 | 27 | # https://bugs.ruby-lang.org/issues/18456 |
| 27 | PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc," | 28 | PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc," |
| 28 | PACKAGECONFIG[capstone] = "--with-capstone=yes, --with-capstone=no" | ||
| 29 | 29 | ||
| 30 | EXTRA_OECONF = "\ | 30 | EXTRA_OECONF = "\ |
| 31 | --disable-versioned-paths \ | 31 | --disable-versioned-paths \ |
