blob: 928c47742ce8261df8b8c19ac640e9626be4dacd [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 Bishopc342db32019-05-15 21:57:59 -040011UPSTREAM_CHECK_GITTAGREGEX = "upstream/(?P<pver>\d+(\.\d+)+(\+\d+)*)"