summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2017-08-16 04:31:22 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-18 10:40:27 +0100
commit624801e0b72d8d5ef1b34b003783234fa6fc89fc (patch)
tree2baa097b131c134dbca0c426041fc0b1c6bc93c1 /meta/recipes-core/ncurses/files/0002-configure-reproducible.patch
parent80cecb6cc9a3765aeb8dd4060a4a994c2625a952 (diff)
downloadpoky-624801e0b72d8d5ef1b34b003783234fa6fc89fc.tar.gz
ncurses: 6.0+20161126 -> 6.0+20170715
Rebase patches: - tic-hang.patch -> 0001 - configure-reproducible.patch -> 0002 Drop fix-cflags-mangle.patch, which accepted by upstream ... commit 1b74f120ab7be89011408a6ad0f1c748a314bae8 Author: Sven Joachim <svenjoac@gmx.de> Date: Sun Feb 26 09:01:34 2017 +0100 Import upstream patch 20170225 20170225 + fixes for CF_CC_ENV_FLAGS (report by Ross Burton). ... (From OE-Core rev: a4ad0703e1209fee6cd89bf74088931785c4d8c7) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/files/0002-configure-reproducible.patch')
-rw-r--r--meta/recipes-core/ncurses/files/0002-configure-reproducible.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch b/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch
new file mode 100644
index 0000000000..c47ce6a8cb
--- /dev/null
+++ b/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch
@@ -0,0 +1,35 @@
1From 939c994f3756c2d6d3cab2e6a04d05fa7c2b1d56 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 16 Aug 2017 14:45:27 +0800
4Subject: [PATCH 2/2] configure: reproducible
5
6"configure" enforces -U for ar flags, breaking deterministic builds.
7The flag was added to fix some vaguely specified "recent POSIX binutil
8build problems" in 2015.
9
10Upstream-Status: Pending
11Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
12
13Rebase to Rebase to 6.0+20170715
14
15Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
16---
17 configure | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20diff --git a/configure b/configure
21index 7d7d2c1..f444354 100755
22--- a/configure
23+++ b/configure
24@@ -4458,7 +4458,7 @@ if test "${cf_cv_ar_flags+set}" = set; then
25 else
26
27 cf_cv_ar_flags=unknown
28- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
29+ for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
30 do
31
32 # check if $ARFLAGS already contains this choice
33--
341.8.3.1
35