]> code.ossystems Code Review - openembedded-core.git/commitdiff
ncurses: Fix reproducibility issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Feb 2020 15:09:48 +0000 (15:09 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2020 23:04:29 +0000 (23:04 +0000)
The build was deciding whether to rename manpages based upon the presence of
/etc/debian_version. Be explicit about the configuration instead and
ensure determinism.

[YOCTO #13781]

(From OE-Core rev: 09c8a28893e7ca94a44232d802e1cb02a8f34b87)

(From OE-Core rev: 3d114c08c32578426646f5d97769d2c66fea06cb)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-core/ncurses/ncurses.inc

index 5f2cc35823390ae3de6f886c1033eaeef54aed0d..b7bf4c0d81c38053029601059712401a44c4c772 100644 (file)
@@ -87,6 +87,7 @@ ncurses_configure() {
                --disable-rpath-hack \
                ${EXCONFIG_ARGS} \
                --with-manpage-format=normal \
+               --without-manpage-renames \
                --disable-stripping \
                "$@" || return 1
        cd ..