summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.1.bb
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_6.1.bb
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_6.1.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.1.bb b/meta/recipes-core/ncurses/ncurses_6.1.bb
new file mode 100644
index 0000000000..8d72f571d2
--- /dev/null
+++ b/meta/recipes-core/ncurses/ncurses_6.1.bb
@@ -0,0 +1,11 @@
1require ncurses.inc
2
3SRC_URI += "file://0001-tic-hang.patch \
4 file://0002-configure-reproducible.patch \
5 file://config.cache \
6"
7# commit id corresponds to the revision in package version
8SRCREV = "518fe9f913a0bfb80f1e366c9fcccf23e79dc69b"
9S = "${WORKDIR}/git"
10EXTRA_OECONF += "--with-abi-version=5"
11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"