blob: ca5fa325720e0bae1a26f1e3c77c43ff45761237 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -05001require ncurses.inc
2
3SRC_URI += "file://0001-tic-hang.patch \
4 file://0002-configure-reproducible.patch \
5 file://0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch \
Patrick Williams92b42cb2022-09-03 06:53:57 -05006 file://exit_prototype.patch \
Andrew Geisslereff27472021-10-29 15:35:00 -05007 "
8# commit id corresponds to the revision in package version
Andrew Geissler615f2f12022-07-15 14:00:58 -05009SRCREV = "20db1fb41ec91cd8a1f528e770362092c5403378"
Andrew Geisslereff27472021-10-29 15:35:00 -050010S = "${WORKDIR}/git"
11EXTRA_OECONF += "--with-abi-version=5"
12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
Andrew Geissler615f2f12022-07-15 14:00:58 -050013UPSTREAM_VERSION_UNKNOWN = "1"
Andrew Geisslereff27472021-10-29 15:35:00 -050014
15# This is needed when using patchlevel versions like 6.1+20181013
Andrew Geissler615f2f12022-07-15 14:00:58 -050016CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"