blob: e7d7396a2057d2ae0937ab6dc32797115463c22a [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001require ncurses.inc
2
3SRC_URI += "file://0001-tic-hang.patch \
4 file://0002-configure-reproducible.patch \
Andrew Geisslerd1e89492021-02-12 15:35:20 -06005 file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \
Andrew Geissler82c905d2020-04-13 13:39:40 -05006 "
7# commit id corresponds to the revision in package version
8SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4"
9S = "${WORKDIR}/git"
Andrew Geisslerc9f78652020-09-18 14:11:35 -050010EXTRA_OECONF += "--with-abi-version=5"
Andrew Geissler4c19ea12020-10-27 13:52:24 -050011UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
Andrew Geissler82c905d2020-04-13 13:39:40 -050012
13# This is needed when using patchlevel versions like 6.1+20181013
14#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"