Skip to content
Snippets Groups Projects
Commit d91c2b20 authored by Richard Purdie's avatar Richard Purdie Committed by Steve Sakoman
Browse files

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: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f5053abb8957acf358b518ee3c76146dc5f4eb6c)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent d720e466
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ EXTRA_OECONF = "\
--enable-load-relative \
--with-pkg-config=pkg-config \
--with-static-linked-ext \
--with-mantype=man \
"
EXTRA_OECONF:append:libc-musl = "\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment