diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-03-30 02:46:28 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 09:54:49 +0100 |
commit | 09bc55eeb41a6e06438b35e5456c66198d549b92 (patch) | |
tree | 7ed6c531ffe75c78a91cea1db0d556c3cada0eba /meta/recipes-core/ncurses/files/0002-configure-reproducible.patch | |
parent | 633a2ac95b72c685031aa6c76943c2fb073e1921 (diff) | |
download | openembedded-core-09bc55eeb41a6e06438b35e5456c66198d549b92.tar.gz openembedded-core-09bc55eeb41a6e06438b35e5456c66198d549b92.tar.bz2 openembedded-core-09bc55eeb41a6e06438b35e5456c66198d549b92.zip |
ncureses: 6.0+20171125 -> 6.1
1. Rebase 0001, 0002
2. Fix [already-stripped] QA Issue
Since the following commit add, it strip executables which
are installed by default.
...
commit 087eaf92c621098927f3f98e3652411de48f8b6b
Author: Sven Joachim <svenjoac@gmx.de>
Date: Sun Jan 21 08:01:41 2018 +0100
Import upstream patch 20180120
20180120
+ build-fix in picsmap.c for stdint.h existence.
+ add --disable-stripping option to configure scripts.
...
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.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch b/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch index c47ce6a8cb..572195611e 100644 --- a/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch +++ b/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch @@ -1,4 +1,4 @@ -From 939c994f3756c2d6d3cab2e6a04d05fa7c2b1d56 Mon Sep 17 00:00:00 2001 +From 2a53c03ffa90f0050a949fc5920f0df3e668ff42 Mon Sep 17 00:00:00 2001 From: Hongxu Jia <hongxu.jia@windriver.com> Date: Wed, 16 Aug 2017 14:45:27 +0800 Subject: [PATCH 2/2] configure: reproducible @@ -10,7 +10,7 @@ build problems" in 2015. Upstream-Status: Pending Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> -Rebase to Rebase to 6.0+20170715 +Rebase to 6.1 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> --- @@ -18,10 +18,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure -index 7d7d2c1..f444354 100755 +index adead92..fa4fdb7 100755 --- a/configure +++ b/configure -@@ -4458,7 +4458,7 @@ if test "${cf_cv_ar_flags+set}" = set; then +@@ -4503,7 +4503,7 @@ if test "${cf_cv_ar_flags+set}" = set; then else cf_cv_ar_flags=unknown |