summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/libedit
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-09-09 22:50:27 +0100
committerSteve Sakoman <steve@sakoman.com>2024-09-19 05:11:35 -0700
commit1678bb9ee2a1ce476b5b153d9e79bb9813c33574 (patch)
tree62d81ef85323e13577e4584417ac7a915288def2 /meta/recipes-devtools/libedit
parent3884757bc47da5fd6f54b1426b5c0d2784f55e42 (diff)
downloadpoky-1678bb9ee2a1ce476b5b153d9e79bb9813c33574.tar.gz
libedit: Make docs generation deterministic
The presence or lack of nroff on the host was changing the doc type. Stop the code from looking at host paths outside HOSTTOOLS and hence cause the doc type to be deterministic and reproducible. (From OE-Core rev: 343f40b0bc8ef65cc1e2abd6c9c33bb2e08bad3d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 918e2b266eba6779f19f65349f85caa880ba45e7) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/libedit')
-rw-r--r--meta/recipes-devtools/libedit/libedit_20230828-3.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb b/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
index 1684b57d31..8ea09e176a 100644
--- a/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
+++ b/meta/recipes-devtools/libedit/libedit_20230828-3.1.bb
@@ -15,6 +15,13 @@ SRC_URI = "http://www.thrysoee.dk/editline/${BP}.tar.gz \
15 " 15 "
16SRC_URI[sha256sum] = "4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad" 16SRC_URI[sha256sum] = "4ee8182b6e569290e7d1f44f0f78dac8716b35f656b76528f699c69c98814dad"
17 17
18# configure hardcodes /usr/bin search path bypassing HOSTTOOLS
19CACHED_CONFIGUREVARS += "ac_cv_path_NROFF=/bin/false"
20
21# remove at next version upgrade or when output changes
22PR = "r1"
23HASHEQUIV_HASH_VERSION .= ".1"
24
18BBCLASSEXTEND = "native nativesdk" 25BBCLASSEXTEND = "native nativesdk"
19 26
20inherit update-alternatives 27inherit update-alternatives