aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2017-03-31 14:28:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-01 08:16:27 +0100
commit46c757d0ca7ff294a7e55c130698fd256b69b62e (patch)
tree9b04cb3c06abde5fc1f7ebb714dc0a2a0b8e8a94 /meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
parentae13f580b759211c1a6b59a276f75d589f1db11c (diff)
downloadopenembedded-core-contrib-46c757d0ca7ff294a7e55c130698fd256b69b62e.tar.gz
ncurses_6.0: Improve reproducibility
Build static libraries without the binutils "ar" -U option. This option deliberately breaks deterministic mode. The option seems to be a relic from 2015, intended as a workaround for some unspecified build problems. [YOCTO#11247] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.0+20161126.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.0+20161126.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb b/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
index e95741f4c3..ace3108007 100644
--- a/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
+++ b/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
@@ -3,6 +3,7 @@ require ncurses.inc
SRC_URI += "file://tic-hang.patch \
file://fix-cflags-mangle.patch \
file://config.cache \
+ file://configure-reproducible.patch \
"
# commit id corresponds to the revision in package version
SRCREV = "3db0bd19cb50e3d9b4f2cf15b7a102fe11302068"