summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2022-07-13 11:50:08 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-16 06:52:45 +0100
commitb444cac69ed9ceec92c6471e64fd3fa1c42d2884 (patch)
treeb1ebe2b7a1ebf952f7d0b530c9ba56d545767d8a /meta/recipes-devtools/ruby
parent88fe015a6314a4da7a21b7e984dfbe0ee34b12cb (diff)
downloadpoky-b444cac69ed9ceec92c6471e64fd3fa1c42d2884.tar.gz
ruby: add PACKAGECONFIG for capstone
Autobuilder workers were non-deterministically enabling capstone depending on whether the worker had libcapstone installed. Add PACKAGECONFIG for capstone with default off, since ruby does not require capstone support. (From OE-Core rev: 6db1eb67e7abb5c1c655ab5d2b4eeb73ae4af576) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby')
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.1.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.1.2.bb b/meta/recipes-devtools/ruby/ruby_3.1.2.bb
index 38ba46731b..6fc1f53b18 100644
--- a/meta/recipes-devtools/ruby/ruby_3.1.2.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.1.2.bb
@@ -25,6 +25,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
25# rdoc is off by default due to non-reproducibility reported in 25# rdoc is off by default due to non-reproducibility reported in
26# https://bugs.ruby-lang.org/issues/18456 26# https://bugs.ruby-lang.org/issues/18456
27PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc," 27PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc,"
28PACKAGECONFIG[capstone] = "--with-capstone=yes, --with-capstone=no"
28 29
29EXTRA_OECONF = "\ 30EXTRA_OECONF = "\
30 --disable-versioned-paths \ 31 --disable-versioned-paths \