mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9701fef499
commit
9aa23c701a
@@ -25,6 +25,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
|
||||
# rdoc is off by default due to non-reproducibility reported in
|
||||
# https://bugs.ruby-lang.org/issues/18456
|
||||
PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc,"
|
||||
PACKAGECONFIG[capstone] = "--with-capstone=yes, --with-capstone=no"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--disable-versioned-paths \
|
||||
|
||||
Reference in New Issue
Block a user