summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-10-19 17:42:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-20 11:11:46 +0100
commit16200010efaf302cc6692542444c1ca1c395ad88 (patch)
tree89bb8b041b669e510b4669165f74f406e82f9d6b
parent714ee386e6cea5edd4c31c2808ea31a46f5afa48 (diff)
downloadpoky-16200010efaf302cc6692542444c1ca1c395ad88.tar.gz
boost-build-native: fix upstream version check
(From OE-Core rev: 2a2238a04f79042a18f886dfbeb9d3af3fc8f12e) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/boost/boost-build-native_4.3.0.bb2
1 files changed, 2 insertions, 0 deletions
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 d8096de5af..258f8c9cdf 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"
7SRC_URI = "git://github.com/boostorg/build;protocol=https" 7SRC_URI = "git://github.com/boostorg/build;protocol=https"
8SRCREV = "632ea768f3eb225b4472c5ed6d20afee708724ad" 8SRCREV = "632ea768f3eb225b4472c5ed6d20afee708724ad"
9 9
10UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+){2,}))"
11
10inherit native 12inherit native
11 13
12S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"