blob: e638a3737ca3e7307d96ee5423bd1b04a14e5201 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001require ncurses.inc
2
3SRC_URI += "file://0001-tic-hang.patch \
4 file://0002-configure-reproducible.patch \
5 file://config.cache \
Brad Bishop64c979e2019-11-04 13:55:29 -05006 file://0001-ncurses-selective-backport-of-20191012-patch.patch \
Brad Bishop19323692019-04-05 15:28:33 -04007"
8# commit id corresponds to the revision in package version
Brad Bishopc68388fc2019-08-26 01:33:31 -04009SRCREV = "3c9b2677c96c645496997321bf2fe465a5e7e21f"
Brad Bishop19323692019-04-05 15:28:33 -040010S = "${WORKDIR}/git"
11EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
Brad Bishop15ae2502019-06-18 21:44:24 -040012UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"