blob: 1eb15673d11f2adae1a500a64d12aa6034d65fed [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
Patrick Williams864cc432023-02-09 14:54:44 -06009SRCREV = "79b9071f2be20a24c7be031655a5638f6032f29f"
Andrew Geisslereff27472021-10-29 15:35:00 -050010S = "${WORKDIR}/git"
11EXTRA_OECONF += "--with-abi-version=5"
12UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
13
14# This is needed when using patchlevel versions like 6.1+20181013
Patrick Williams864cc432023-02-09 14:54:44 -060015#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"