]> code.ossystems Code Review - openembedded-core.git/commitdiff
boost-build-native: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 19 Oct 2020 15:42:55 +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-support/boost/boost-build-native_4.3.0.bb

index d8096de5af5b51c141a76419f4ce844d1b60404b..258f8c9cdf60cf783d32e97cba36ff35714a03c4 100644 (file)
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
 SRC_URI = "git://github.com/boostorg/build;protocol=https"
 SRCREV = "632ea768f3eb225b4472c5ed6d20afee708724ad"
 
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+){2,}))"
+
 inherit native
 
 S = "${WORKDIR}/git"