From: Alexander Kanavin Date: Mon, 19 Oct 2020 15:42:55 +0000 (+0200) Subject: boost-build-native: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~9876 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2238a04f79042a18f886dfbeb9d3af3fc8f12e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git boost-build-native: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/boost/boost-build-native_4.3.0.bb b/meta/recipes-support/boost/boost-build-native_4.3.0.bb index d8096de5af5..258f8c9cdf6 100644 --- a/meta/recipes-support/boost/boost-build-native_4.3.0.bb +++ b/meta/recipes-support/boost/boost-build-native_4.3.0.bb @@ -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(\d+(\.\d+){2,}))" + inherit native S = "${WORKDIR}/git"