mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
tcl: correct upstream version check
Sourceforge does not report the latest version reliably. (From OE-Core rev: 8a929c75d924393c1ebfad3f10a6ebefdf668be1) 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
a34778471f
commit
2ff37912ef
@@ -33,6 +33,7 @@ SRC_URI:class-native = "${BASE_SRC_URI}"
|
||||
# https://core.tcl-lang.org/tcl/info/7079e4f91601e9c7
|
||||
CVE_CHECK_IGNORE += "CVE-2021-35331"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://www.tcl.tk/software/tcltk/download.html"
|
||||
UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src"
|
||||
|
||||
S = "${WORKDIR}/${BPN}${PV}"
|
||||
|
||||
Reference in New Issue
Block a user