]> code.ossystems Code Review - openembedded-core.git/commitdiff
ncurses: only include upstream releases in version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 19 Oct 2020 15:42:53 +0000 (17:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Oct 2020 10:11:41 +0000 (11:11 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/ncurses/ncurses_6.2.bb

index 5c02db8541a39b77e25ac501c6c46e5790c70f1e..f3c84c28772c5dc749a837e79298744134850866 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI += "file://0001-tic-hang.patch \
 SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4"
 S = "${WORKDIR}/git"
 EXTRA_OECONF += "--with-abi-version=5"
-UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
 
 # This is needed when using patchlevel versions like 6.1+20181013
 #CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"