diff mbox series

[1/2] ruby: Make docs generation deterministic

Message ID 20240910150143.2816039-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [1/2] ruby: Make docs generation deterministic | expand

Commit Message

Richard Purdie Sept. 10, 2024, 3:01 p.m. UTC
The presence or lack of nroff on the host was changing the doc type. Set it
explicitly to be deterministic and reproducible.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/ruby/ruby_3.3.4.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/ruby/ruby_3.3.4.bb b/meta/recipes-devtools/ruby/ruby_3.3.4.bb
index ebff4136c9c..d39b7ae5206 100644
--- a/meta/recipes-devtools/ruby/ruby_3.3.4.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.3.4.bb
@@ -67,6 +67,7 @@  EXTRA_OECONF = "\
     --enable-load-relative \
     --with-pkg-config=pkg-config \
     --with-static-linked-ext \
+    --with-mantype=man \
 "
 
 EXTRA_OECONF:append:libc-musl = "\