blob: ef6ca9879bce5c75a2431afadbf9549dae77b940 [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
8SRCREV = "7a97a7f937762ba342d5b2fd7cd090885a809835"
9S = "${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+)*)"