diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-08-22 10:07:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-22 22:48:27 +0100 |
commit | fc85db13d9d1a5ff51c51e54386958b0970e30a6 (patch) | |
tree | ee8bf8f59daf25019f747b9ee0fd63115ee98928 /meta/recipes-core/ncurses | |
parent | 7becded10e4ba50a7a9005bbd9e4654e222c2c63 (diff) | |
download | poky-fc85db13d9d1a5ff51c51e54386958b0970e30a6.tar.gz |
ncurses: upgrade 6.1+20181013 -> 6.1+20190803
(From OE-Core rev: 8c5dc072b24c1b82b9254a80efde91aff8e8fa76)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses_6.1+20190803.bb (renamed from meta/recipes-core/ncurses/ncurses_6.1+20181013.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb b/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb index ef6ca9879b..a44d78e4fe 100644 --- a/meta/recipes-core/ncurses/ncurses_6.1+20181013.bb +++ b/meta/recipes-core/ncurses/ncurses_6.1+20190803.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 |
8 | SRCREV = "7a97a7f937762ba342d5b2fd7cd090885a809835" | 8 | SRCREV = "3c9b2677c96c645496997321bf2fe465a5e7e21f" |
9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
10 | EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache" | 10 | EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache" |
11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" |