diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-06-13 05:16:35 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:03 +0100 |
commit | 3274e76fe40609ce407d3f7308b9752de0d40de2 (patch) | |
tree | 1d96724425545f88c44b51ce46c6b85165c528e3 /meta/recipes-core | |
parent | 322ada3c1583f4a6281dff253fda5cc156a352d3 (diff) | |
download | poky-3274e76fe40609ce407d3f7308b9752de0d40de2.tar.gz |
ncurses: upgrade to 6.0+20160319
(From OE-Core rev: 1ac29df99c5533c7d6752b5756e9f0b43e2d9b64)
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.0+20160319.bb (renamed from meta/recipes-core/ncurses/ncurses_6.0+20160213.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb b/meta/recipes-core/ncurses/ncurses_6.0+20160319.bb index 0d56481a5c..b23ac10734 100644 --- a/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb +++ b/meta/recipes-core/ncurses/ncurses_6.0+20160319.bb | |||
@@ -4,7 +4,7 @@ SRC_URI += "file://tic-hang.patch \ | |||
4 | file://config.cache \ | 4 | file://config.cache \ |
5 | " | 5 | " |
6 | # commit id corresponds to the revision in package version | 6 | # commit id corresponds to the revision in package version |
7 | SRCREV = "a25949ff653ac5ae7a204381a3ebfd800feeaa01" | 7 | SRCREV = "05af40f7d3af1e43144ed5315e31c7044c122fab" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | EXTRA_OECONF += "--with-abi-version=5" | 9 | EXTRA_OECONF += "--with-abi-version=5" |
10 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" | 10 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" |