diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-19 09:26:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-21 22:51:42 +0100 |
commit | 0c82598d22b69d8787faa1f9fe7c2e9bc62c4cfa (patch) | |
tree | 2aa98ae1a09e385f0c108ecfb25d7e2c5e6f25d2 /meta/recipes-support/boost | |
parent | a5f8670fc4d16424fbbf519c619b63e3e555cdc1 (diff) | |
download | poky-0c82598d22b69d8787faa1f9fe7c2e9bc62c4cfa.tar.gz |
boost-build-native: update 4.4.1 -> 1.80.0
Due to the changed versioned scheme, we have missed a few versions,
and latest boost finally detects that.
(From OE-Core rev: e97ccc30198b87b708b9f48ef2ad3e845d01010b)
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>
Diffstat (limited to 'meta/recipes-support/boost')
-rw-r--r-- | meta/recipes-support/boost/boost-build-native_1.80.0.bb (renamed from meta/recipes-support/boost/boost-build-native_4.4.1.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/boost/boost-build-native_4.4.1.bb b/meta/recipes-support/boost/boost-build-native_1.80.0.bb index de566eeb82..54c0b2064f 100644 --- a/meta/recipes-support/boost/boost-build-native_4.4.1.bb +++ b/meta/recipes-support/boost/boost-build-native_1.80.0.bb | |||
@@ -7,9 +7,10 @@ LICENSE = "BSL-1.0" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" |
10 | SRCREV = "76da80f33187a3d9e5336157cdfae12ce82e37eb" | 10 | SRCREV = "405d34a04d29519625c5edfe1f3bac3bc3dc3534" |
11 | PE = "1" | ||
11 | 12 | ||
12 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+){2,}))" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))" |
13 | 14 | ||
14 | inherit native | 15 | inherit native |
15 | 16 | ||