summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-10-19 17:42:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-20 11:11:46 +0100
commit0abb5a03abb1478c0a1330ce2bf08c2962608b0e (patch)
tree8bd87eb2036fa0e461afb3a713f1d451937e0479
parent7048d3d1f0df13afad8fcc1216ce159d8198a978 (diff)
downloadpoky-0abb5a03abb1478c0a1330ce2bf08c2962608b0e.tar.gz
ncurses: only include upstream releases in version check
(From OE-Core rev: 7381ec1e55ebe0f79a6e93076c0f146b988f9f13) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/ncurses/ncurses_6.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/ncurses/ncurses_6.2.bb b/meta/recipes-core/ncurses/ncurses_6.2.bb
index 5c02db8541..f3c84c2877 100644
--- a/meta/recipes-core/ncurses/ncurses_6.2.bb
+++ b/meta/recipes-core/ncurses/ncurses_6.2.bb
@@ -7,7 +7,7 @@ SRC_URI += "file://0001-tic-hang.patch \
7SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4" 7SRCREV = "a669013cd5e9d6434e5301348ea51baf306c93c4"
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9EXTRA_OECONF += "--with-abi-version=5" 9EXTRA_OECONF += "--with-abi-version=5"
10UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+(\+\d+)*)" 10UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)$"
11 11
12# This is needed when using patchlevel versions like 6.1+20181013 12# This is needed when using patchlevel versions like 6.1+20181013
13#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}" 13#CVE_VERSION = "${@d.getVar("PV").split('+')[0]}.${@d.getVar("PV").split('+')[1]}"