blob: 2c621525f93bfcf9e22d2bfa4fb391413fec9733 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001require 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 \
Patrick Williams92b42cb2022-09-03 06:53:57 -05006 file://exit_prototype.patch \
Patrick Williams2a254922023-08-11 09:48:11 -05007 file://0001-Fix-CVE-2023-29491.patch \
Patrick Williams169d7bc2024-01-05 11:33:25 -06008 file://0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch \
Andrew Geisslereff27472021-10-29 15:35:00 -05009 "
10# commit id corresponds to the revision in package version
Patrick Williams864cc432023-02-09 14:54:44 -060011SRCREV = "79b9071f2be20a24c7be031655a5638f6032f29f"
Andrew Geisslereff27472021-10-29 15:35:00 -050012S = "${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
Patrick Williams864cc432023-02-09 14:54:44 -060017#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"