At this point I've only seen this on kirkstone, but I suspect it is only a matter of time before we see it on master too. So we should probably consider this for master too.
Steve On Wed, Jul 13, 2022 at 6:36 PM Steve Sakoman via lists.openembedded.org <[email protected]> wrote: > > 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. > > Signed-off-by: Steve Sakoman <[email protected]> > --- > meta/recipes-devtools/ruby/ruby_3.1.2.bb | 1 + > 1 file changed, 1 insertion(+) > > 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," > # 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 \ > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#168025): https://lists.openembedded.org/g/openembedded-core/message/168025 Mute This Topic: https://lists.openembedded.org/mt/92373503/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
