]> code.ossystems Code Review - openembedded-core.git/commitdiff
ncurses: update to revision 20160213
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 24 Feb 2016 15:27:46 +0000 (17:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Feb 2016 11:32:39 +0000 (11:32 +0000)
Also, put the revision into PV, so that a meaningful upstream version
check can be performed.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/ncurses/files/config.cache [moved from meta/recipes-core/ncurses/ncurses-6.0/config.cache with 100% similarity]
meta/recipes-core/ncurses/files/tic-hang.patch [moved from meta/recipes-core/ncurses/ncurses-6.0/tic-hang.patch with 100% similarity]
meta/recipes-core/ncurses/ncurses_6.0+20160213.bb [moved from meta/recipes-core/ncurses/ncurses_6.0.bb with 62% similarity]

similarity index 62%
rename from meta/recipes-core/ncurses/ncurses_6.0.bb
rename to meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
index e877d67e6091ff2b3f55a85731dd005389a459a6..0d56481a5c9cbc4f8b22f4496571deafc00177fc 100644 (file)
@@ -1,12 +1,10 @@
 require ncurses.inc
 
-REVISION = "20151024"
-
 SRC_URI += "file://tic-hang.patch \
             file://config.cache \
 "
-# commit id corresponds to the above listed REVISION
-SRCREV = "c6b034b4d69f8c9092c2a1b5d5bb718282b2a522"
+# commit id corresponds to the revision in package version
+SRCREV = "a25949ff653ac5ae7a204381a3ebfd800feeaa01"
 S = "${WORKDIR}/git"
 EXTRA_OECONF += "--with-abi-version=5"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"