summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-02-08 08:21:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-09 09:50:42 +0000
commitb0d653b443c68b8d254e52790da76496e8f16a7b (patch)
tree87d4fca9120daeb06cd40f8e112191cda503694f /meta/recipes-core/ncurses/ncurses_6.4.bb
parent1a4b8736a8c6317b47156ec3d81776793a97939b (diff)
downloadopenembedded-core-contrib-b0d653b443c68b8d254e52790da76496e8f16a7b.tar.gz
ncurses: upgrade 6.3+20220423 -> 6.4
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.4.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.4.bb b/meta/recipes-core/ncurses/ncurses_6.4.bb
new file mode 100644
index 0000000000..1eb15673d1
--- /dev/null
+++ b/meta/recipes-core/ncurses/ncurses_6.4.bb
@@ -0,0 +1,15 @@
+require ncurses.inc
+
+SRC_URI += "file://0001-tic-hang.patch \
+ file://0002-configure-reproducible.patch \
+ file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \
+ file://exit_prototype.patch \
+ "
+# commit id corresponds to the revision in package version
+SRCREV = "79b9071f2be20a24c7be031655a5638f6032f29f"
+S = "${WORKDIR}/git"
+EXTRA_OECONF += "--with-abi-version=5"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
+
+# This is needed when using patchlevel versions like 6.1+20181013
+#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"