mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
ncurses: restore version check as it's now again working due to release of 6.4
(From OE-Core rev: e2a7d23f0ad6db8939f9320eb86b6d67f0e52638) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9178078397
commit
1622172cc6
@@ -10,7 +10,6 @@ SRCREV = "20db1fb41ec91cd8a1f528e770362092c5403378"
|
||||
S = "${WORKDIR}/git"
|
||||
EXTRA_OECONF += "--with-abi-version=5"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
|
||||
UPSTREAM_VERSION_UNKNOWN = "1"
|
||||
|
||||
# This is needed when using patchlevel versions like 6.1+20181013
|
||||
CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"
|
||||
|
||||
Reference in New Issue
Block a user