mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a5f8670fc4
commit
0c82598d22
@@ -7,9 +7,10 @@ LICENSE = "BSL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
|
||||
|
||||
SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master"
|
||||
SRCREV = "76da80f33187a3d9e5336157cdfae12ce82e37eb"
|
||||
SRCREV = "405d34a04d29519625c5edfe1f3bac3bc3dc3534"
|
||||
PE = "1"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+){2,}))"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P<pver>(\d+(\.\d+)+))"
|
||||
|
||||
inherit native
|
||||
|
||||
Reference in New Issue
Block a user