summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ncurses/ncurses_6.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ncurses/ncurses_6.4.bb')
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.4.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.4.bb b/meta/recipes-core/ncurses/ncurses_6.4.bb
deleted file mode 100644
index 2c621525f9..0000000000
--- a/meta/recipes-core/ncurses/ncurses_6.4.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1require ncurses.inc
2
3SRC_URI += "file://0001-tic-hang.patch \
4 file://0002-configure-reproducible.patch \
5 file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \
6 file://exit_prototype.patch \
7 file://0001-Fix-CVE-2023-29491.patch \
8 file://0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch \
9 "
10# commit id corresponds to the revision in package version
11SRCREV = "79b9071f2be20a24c7be031655a5638f6032f29f"
12S = "${WORKDIR}/git"
13EXTRA_OECONF += "--with-abi-version=5"
14UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
15
16# This is needed when using patchlevel versions like 6.1+20181013
17#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"