summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-09 23:27:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-11 10:53:44 +0000
commit5002a548ad8a01735054ae540e295abfdf7f1397 (patch)
treea78d44bcfa725761011c1f96e71b72ba545a2a1d /meta/recipes-devtools/ruby
parentb31a0c63717e57bf68d345057185d8d4e7d7c926 (diff)
downloadpoky-5002a548ad8a01735054ae540e295abfdf7f1397.tar.gz
ruby: disable rdoc due to non-reproducibility
The issue is reported upstream: https://bugs.ruby-lang.org/issues/18456 Otherwise I do not feel that further investigation of rdoc's parser to find out the source of non-determinism is worth the time. (From OE-Core rev: 208021f7212a8a790c350ccca720695c5bcbb1ca) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/ruby')
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.0.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.0.3.bb b/meta/recipes-devtools/ruby/ruby_3.0.3.bb
index 95feb94dd4..5cf0625101 100644
--- a/meta/recipes-devtools/ruby/ruby_3.0.3.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.0.3.bb
@@ -21,6 +21,9 @@ PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
21PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind" 21PACKAGECONFIG[valgrind] = "--with-valgrind=yes, --with-valgrind=no, valgrind"
22PACKAGECONFIG[gmp] = "--with-gmp=yes, --with-gmp=no, gmp" 22PACKAGECONFIG[gmp] = "--with-gmp=yes, --with-gmp=no, gmp"
23PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," 23PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6,"
24# rdoc is off by default due to non-reproducibility reported in
25# https://bugs.ruby-lang.org/issues/18456
26PACKAGECONFIG[rdoc] = "--enable-install-rdoc,--disable-install-rdoc,"
24 27
25EXTRA_OECONF = "\ 28EXTRA_OECONF = "\
26 --disable-versioned-paths \ 29 --disable-versioned-paths \