summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-09 22:49:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-11 11:56:37 +0100
commitec9fb6eaa5fa4b87c634e00dd8fb05260a1ac632 (patch)
treec570558a1b9671b27dc984e5630e48906931db1b /meta
parent0c87811b71e6b09b135c5866f53d17591eb8e2ef (diff)
downloadpoky-ec9fb6eaa5fa4b87c634e00dd8fb05260a1ac632.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: f5053abb8957acf358b518ee3c76146dc5f4eb6c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/ruby/ruby_3.3.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/ruby/ruby_3.3.4.bb b/meta/recipes-devtools/ruby/ruby_3.3.4.bb
index ebff4136c9..d39b7ae520 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 = "\
67 --enable-load-relative \ 67 --enable-load-relative \
68 --with-pkg-config=pkg-config \ 68 --with-pkg-config=pkg-config \
69 --with-static-linked-ext \ 69 --with-static-linked-ext \
70 --with-mantype=man \
70" 71"
71 72
72EXTRA_OECONF:append:libc-musl = "\ 73EXTRA_OECONF:append:libc-musl = "\