]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcl: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 14 Jul 2021 12:26:06 +0000 (14:26 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jul 2021 20:21:13 +0000 (21:21 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/tcltk/tcl_8.6.11.bb

index 57a86e4c6488cdd6a0866d4978e0476fce7aaa7c..8d58fafeb3e99c163cff4aec9ffd999e0783b7e5 100644 (file)
@@ -29,6 +29,8 @@ SRC_URI[sha256sum] = "cfb49aab82bd179651e23eeeb69606f51b0ddc575ca55c3d35e2457469
 
 SRC_URI_class-native = "${BASE_SRC_URI}"
 
+UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src"
+
 S = "${WORKDIR}/${BPN}${PV}"
 
 VER = "${PV}"