Date
1 - 1 of 1
[kirkstone 05/13] spirv-headers: set correct branch name
Steve Sakoman
From: Ross Burton <ross.burton@...>
As of last week, the SPIRV repositories have renamed their master branches to main: https://github.com/KhronosGroup/SPIRV-Headers/issues/313 Signed-off-by: Ross Burton <ross.burton@...> Signed-off-by: Luca Ceresoli <luca.ceresoli@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit 2957da09f13607ac00ddd4a87ec9ad0014326507) Signed-off-by: Steve Sakoman <steve@...> --- meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb index 72416b441f..9e4a695325 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.204.1.bb @@ -8,7 +8,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" SRCREV = "b42ba6d92faf6b4938e6f22ddd186dbdacc98d78" -SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" +SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" PE = "1" UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" S = "${WORKDIR}/git" -- 2.25.1 |
|