summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ruby/ruby_3.1.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-09 22:49:01 +0100
committerSteve Sakoman <steve@sakoman.com>2024-09-16 06:09:56 -0700
commitd91c2b204e4c1a737883f417054f84cb31e6bb1e (patch)
treed2724578cf43bb844917e00e51898404737be9a9 /meta/recipes-devtools/ruby/ruby_3.1.3.bb
parentd720e4667fb0aff4b79e5d1fe05915be57c5e972 (diff)
downloadpoky-d91c2b204e4c1a737883f417054f84cb31e6bb1e.tar.gz
ruby: Make docs generation deterministic
The presence or lack of nroff on the host was changing the doc type. Set it explicitly to be deterministic and reproducible. (From OE-Core rev: dd857d2519fd4f38c67a6fa0087f72798166467a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f5053abb8957acf358b518ee3c76146dc5f4eb6c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/ruby/ruby_3.1.3.bb')
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.1.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.1.3.bb b/meta/recipes-devtools/ruby/ruby_3.1.3.bb
index 7a927d2041..a00df5d191 100644
--- a/meta/recipes-devtools/ruby/ruby_3.1.3.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.1.3.bb
@@ -76,6 +76,7 @@ EXTRA_OECONF = "\
76 --enable-load-relative \ 76 --enable-load-relative \
77 --with-pkg-config=pkg-config \ 77 --with-pkg-config=pkg-config \
78 --with-static-linked-ext \ 78 --with-static-linked-ext \
79 --with-mantype=man \
79" 80"
80 81
81EXTRA_OECONF:append:libc-musl = "\ 82EXTRA_OECONF:append:libc-musl = "\