summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-02-25 19:53:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-28 23:08:11 +0000
commitf59334e70313676c7ab3216cb9583eefb27835e6 (patch)
treee2cd2317015aa5d5ce9989e5275270d9e6cd354b /meta/recipes-core/ncurses/ncurses_6.2.bb
parent62019c0255512790eb201c1e9f6cd3e771485a7d (diff)
downloadopenembedded-core-contrib-f59334e70313676c7ab3216cb9583eefb27835e6.tar.gz
ncurses: upgrade 6.1+20191019 -> 6.2
License-Update: copyright years and holders Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.2.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.2.bb b/meta/recipes-core/ncurses/ncurses_6.2.bb
new file mode 100644
index 0000000000..b6d899c878
--- /dev/null
+++ b/meta/recipes-core/ncurses/ncurses_6.2.bb
@@ -0,0 +1,13 @@
+require ncurses.inc
+
+SRC_URI += "file://0001-tic-hang.patch \
+ file://0002-configure-reproducible.patch \
+ file://config.cache \
+ "
+# commit id corresponds to the revision in package version
+SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4"
+S = "${WORKDIR}/git"
+EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"
+
+CVE_VERSION = "6.1.${@d.getVar("PV").split('+')[1]}"