blob: a44d78e4fee98327c217f718b968016bf3bd081b [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 \
6"
7# commit id corresponds to the revision in package version
Brad Bishopc68388fc2019-08-26 01:33:31 -04008SRCREV = "3c9b2677c96c645496997321bf2fe465a5e7e21f"
Brad Bishop19323692019-04-05 15:28:33 -04009S = "${WORKDIR}/git"
10EXTRA_OECONF += "--with-abi-version=5 --cache-file=${B}/config.cache"
Brad Bishop15ae2502019-06-18 21:44:24 -040011UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"