summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.0+20170715.bb
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/ncurses_6.0+20170715.bb
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/ncurses_6.0+20170715.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.0+20170715.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.0+20170715.bb b/meta/recipes-core/ncurses/ncurses_6.0+20170715.bb
new file mode 100644
index 0000000000..127394c006
--- /dev/null
+++ b/meta/recipes-core/ncurses/ncurses_6.0+20170715.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 = "52681a6a1a18b4d6eb1a716512d0dd827bd71c87"
9S = "${WORKDIR}/git"
10EXTRA_OECONF += "--with-abi-version=5"
11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"