blob: 38faf7af28912a1e40708b224ba1c2865f537518 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001require 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 = "d3b29180ae4360d7ab7a41a15e963299fdb72e33"
9S = "${WORKDIR}/git"
10EXTRA_OECONF += "--with-abi-version=5"
11UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"