summaryrefslogtreecommitdiffstats
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-19 05:11:35 -0700
commit3884757bc47da5fd6f54b1426b5c0d2784f55e42 (patch)
tree948aa2d7fa1f34c52fbe908fdc265d927c4154b2
parentc5126983d918ccffc474c8a4a283acd9c6f8daa9 (diff)
downloadpoky-3884757bc47da5fd6f54b1426b5c0d2784f55e42.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: 9ed723d1972b4e1bd1ae799661194ccbd4c6c759) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f5053abb8957acf358b518ee3c76146dc5f4eb6c) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.2.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.2.2.bb b/meta/recipes-devtools/ruby/ruby_3.2.2.bb
index f1aff315b7..508154dad5 100644
--- a/meta/recipes-devtools/ruby/ruby_3.2.2.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.2.2.bb
@@ -75,6 +75,7 @@ EXTRA_OECONF = "\
75 --enable-load-relative \ 75 --enable-load-relative \
76 --with-pkg-config=pkg-config \ 76 --with-pkg-config=pkg-config \
77 --with-static-linked-ext \ 77 --with-static-linked-ext \
78 --with-mantype=man \
78" 79"
79 80
80EXTRA_OECONF:append:libc-musl = "\ 81EXTRA_OECONF:append:libc-musl = "\