aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-02-24 17:27:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:32:39 +0000
commit78064460a7087de5065f035633ea37a7f5b5cff6 (patch)
tree24f67ece7a731d19ca86a72ff3438d8edc841bfb /meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
parentbe2f3e78742cfd94d1d1ad1f67bb651b12adf357 (diff)
downloadopenembedded-core-contrib-78064460a7087de5065f035633ea37a7f5b5cff6.tar.gz
ncurses: update to revision 20160213
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>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.0+20160213.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.0+20160213.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb b/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
new file mode 100644
index 0000000000..0d56481a5c
--- /dev/null
+++ b/meta/recipes-core/ncurses/ncurses_6.0+20160213.bb
@@ -0,0 +1,10 @@
+require ncurses.inc
+
+SRC_URI += "file://tic-hang.patch \
+ file://config.cache \
+"
+# 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+)*)"