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 <[email protected]> --- meta/recipes-devtools/ruby/ruby_3.3.4.bb | 1 + 1 file changed, 1 insertion(+) 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 = "\
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204356): https://lists.openembedded.org/g/openembedded-core/message/204356 Mute This Topic: https://lists.openembedded.org/mt/108376416/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
