aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2017-02-14 02:02:19 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:29:20 -0800
commite5d1cbbc1a04b0b190f3706e7ab7421c87d46c78 (patch)
tree47e36d4b1861f212ce85b5302202aae793150b93 /meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
parente9471f8da3946439141ccdd8284200aa614df46c (diff)
downloadopenembedded-core-contrib-e5d1cbbc1a04b0b190f3706e7ab7421c87d46c78.tar.gz
ncurses: 6.0+20160625 -> 6.0+20161126
Add a patch to fix the CC/CFLAGS mangling that broke builds. [RB] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.0+20161126.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.0+20161126.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb b/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
new file mode 100644
index 0000000000..e95741f4c3
--- /dev/null
+++ b/meta/recipes-core/ncurses/ncurses_6.0+20161126.bb
@@ -0,0 +1,11 @@
+require ncurses.inc
+
+SRC_URI += "file://tic-hang.patch \
+ file://fix-cflags-mangle.patch \
+ file://config.cache \
+"
+# commit id corresponds to the revision in package version
+SRCREV = "3db0bd19cb50e3d9b4f2cf15b7a102fe11302068"
+S = "${WORKDIR}/git"
+EXTRA_OECONF += "--with-abi-version=5"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"