From 9d949ac7c1e397e56e8ebf90c47a84358712720f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 30 Dec 2022 19:38:48 +0100 Subject: [PATCH] boost-build-native: update 1.80.0 -> 1.81.0 boost itself is already updated. (From OE-Core rev: a50f20cc795ecf8537d83311e0b266c53933c622) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- ...oost-build-native_1.80.0.bb => boost-build-native_1.81.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/boost/{boost-build-native_1.80.0.bb => boost-build-native_1.81.0.bb} (92%) diff --git a/meta/recipes-support/boost/boost-build-native_1.80.0.bb b/meta/recipes-support/boost/boost-build-native_1.81.0.bb similarity index 92% rename from meta/recipes-support/boost/boost-build-native_1.80.0.bb rename to meta/recipes-support/boost/boost-build-native_1.81.0.bb index 54c0b2064f..d01c7658d5 100644 --- a/meta/recipes-support/boost/boost-build-native_1.80.0.bb +++ b/meta/recipes-support/boost/boost-build-native_1.81.0.bb @@ -7,7 +7,7 @@ LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" SRC_URI = "git://github.com/boostorg/build;protocol=https;branch=master" -SRCREV = "405d34a04d29519625c5edfe1f3bac3bc3dc3534" +SRCREV = "0271fafc1141c182d4aaa8db8b1c08a109d04c87" PE = "1" UPSTREAM_CHECK_GITTAGREGEX = "boost-(?P(\d+(\.\d+)+))"