mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02: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: 6db1eb67e7abb5c1c655ab5d2b4eeb73ae4af576) 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
88fe015a63
commit
b444cac69e
@@ -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