[oe-commits] [openembedded-core] 08/08: ncurses: Fix reproducibility issue

git at git.openembedded.org git at git.openembedded.org
Fri Feb 7 18:10:22 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fe0ddc3440622edb5b9f1ab3ef41737f2b5eea5e
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Feb 7 15:09:48 2020 +0000

    ncurses: Fix reproducibility issue
    
    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]
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/ncurses/ncurses.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 5f2cc35..b7bf4c0 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -87,6 +87,7 @@ ncurses_configure() {
 	        --disable-rpath-hack \
 		${EXCONFIG_ARGS} \
 	        --with-manpage-format=normal \
+	        --without-manpage-renames \
 	        --disable-stripping \
 	        "$@" || return 1
 	cd ..

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list