summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.1+20180630.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-07-02 13:57:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-04 00:02:16 +0100
commit2e6e9c02f91bb9811c5d4a121b1f48b94809ceb1 (patch)
tree46734de8f8b07cefeef9a6bc423492829e3e0a43 /meta/recipes-core/ncurses/ncurses_6.1+20180630.bb
parenteece28c5a18a6e5bf60b391b27ebbab76608fe8d (diff)
downloadpoky-2e6e9c02f91bb9811c5d4a121b1f48b94809ceb1.tar.gz
ncurses: 6.1 -> 6.1+20180630
(From OE-Core rev: 397410d6ca6864c9a956b8a1e602b97f57d0031f) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.1+20180630.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.1+20180630.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20180630.bb b/meta/recipes-core/ncurses/ncurses_6.1+20180630.bb
new file mode 100644
index 0000000000..38faf7af28
--- /dev/null
+++ b/meta/recipes-core/ncurses/ncurses_6.1+20180630.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 = "d3b29180ae4360d7ab7a41a15e963299fdb72e33"
9S = "${WORKDIR}/git"
10EXTRA_OECONF += "--with-abi-version=5"
11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"