blob: 6c4b96f4283fed5996ba637e5d077c225456c5f7 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -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 = "5d849e836052459901cfe0b85a0b2939ff8d2b2a"
9S = "${WORKDIR}/git"
10EXTRA_OECONF += "--with-abi-version=5"
11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"