From: Steve Sakoman Date: Thu, 14 Jul 2022 04:35:21 +0000 (-1000) Subject: ruby: add PACKAGECONFIG for capstone X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3618 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a43568be9def6de5a0105a822a79c3c07716ec9c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/ruby/ruby_3.1.2.bb b/meta/recipes-devtools/ruby/ruby_3.1.2.bb index 38ba46731b3..6fc1f53b188 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 \