summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses.inc
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-03-30 02:46:28 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:01 +0100
commit401413579f55da757b97831475f9db4dfb64b232 (patch)
tree20e4ef185d8ce7896c159c6d7781a9323df3ca67 /meta/recipes-core/ncurses/ncurses.inc
parentf6cb2449074d510ce8256f9bcdb9a9e081f2cb53 (diff)
downloadpoky-401413579f55da757b97831475f9db4dfb64b232.tar.gz
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. ... (From OE-Core rev: 09bc55eeb41a6e06438b35e5456c66198d549b92) 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/ncurses.inc')
-rw-r--r--meta/recipes-core/ncurses/ncurses.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 01e41d5f73..99fc47869e 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -87,6 +87,7 @@ ncurses_configure() {
87 --disable-rpath-hack \ 87 --disable-rpath-hack \
88 ${EXCONFIG_ARGS} \ 88 ${EXCONFIG_ARGS} \
89 --with-manpage-format=normal \ 89 --with-manpage-format=normal \
90 --disable-stripping \
90 "$@" || return 1 91 "$@" || return 1
91 cd .. 92 cd ..
92} 93}