diff options
author | Steve Sakoman <steve@sakoman.com> | 2022-07-13 18:35:21 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-07-14 23:22:09 +0100 |
commit | 9aa23c701a1720ef2268a4dd912018e4fb540247 (patch) | |
tree | 526635c980a9a3372a7de263ef942d0fdb6f42d3 /meta/recipes-devtools | |
parent | 9701fef4992b8fd7894a1bd7af0cdab03870c24e (diff) | |
download | poky-9aa23c701a1720ef2268a4dd912018e4fb540247.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: a43568be9def6de5a0105a822a79c3c07716ec9c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/ruby/ruby_3.1.2.bb | 1 |
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 |
27 | PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc," | 27 | PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc," |
28 | PACKAGECONFIG[capstone] = "--with-capstone=yes, --with-capstone=no" | ||
28 | 29 | ||
29 | EXTRA_OECONF = "\ | 30 | EXTRA_OECONF = "\ |
30 | --disable-versioned-paths \ | 31 | --disable-versioned-paths \ |