summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-11-09 17:07:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-14 11:14:39 +0000
commit05af551a39cf3f19fe0d06498623def379f1ec81 (patch)
tree1263f193d4434649c4f25435a9a9c7849073f670 /meta/recipes-core
parentec206ffe9eb0a45380d4c8d4d1ad9c69a32db9d3 (diff)
downloadpoky-05af551a39cf3f19fe0d06498623def379f1ec81.tar.gz
ncurses: upgrade 6.1 -> 6.1+20180714
(From OE-Core rev: c1d824c3bd3ff8651df0083a47e4cedbaa180831) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.1+20180714.bb (renamed from meta/recipes-core/ncurses/ncurses_6.1+20180630.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20180630.bb b/meta/recipes-core/ncurses/ncurses_6.1+20180714.bb
index 38faf7af28..b07286953d 100644
--- a/meta/recipes-core/ncurses/ncurses_6.1+20180630.bb
+++ b/meta/recipes-core/ncurses/ncurses_6.1+20180714.bb
@@ -5,7 +5,7 @@ SRC_URI += "file://0001-tic-hang.patch \
5 file://config.cache \ 5 file://config.cache \
6" 6"
7# commit id corresponds to the revision in package version 7# commit id corresponds to the revision in package version
8SRCREV = "d3b29180ae4360d7ab7a41a15e963299fdb72e33" 8SRCREV = "3740e18875f16dfe126484869882fb15c3fd1aea"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10EXTRA_OECONF += "--with-abi-version=5" 10EXTRA_OECONF += "--with-abi-version=5"
11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" 11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"