diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-01-19 17:09:52 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-24 22:06:51 +0000 |
| commit | 7d968ddf801879d00215d9436777a047fb4e4107 (patch) | |
| tree | bea8ae5b8a7af3bffc7769fc181f22297070e8ec /meta/recipes-graphics/spir | |
| parent | 144226a5ca2c93504c87c550a1c82dcff8cfde78 (diff) | |
| download | poky-7d968ddf801879d00215d9436777a047fb4e4107.tar.gz | |
spirv-headers/spirv-tools: set correct branch name
As of last week, the SPIRV repositories have renamed their master
branches to main:
https://github.com/KhronosGroup/SPIRV-Headers/issues/313
We could set branch=main, but the commits we're using are also on
release branches so use those instead.
(From OE-Core rev: 2957da09f13607ac00ddd4a87ec9ad0014326507)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/spir')
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/spir/spirv-tools_1.3.236.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb index e35628ecbf..5b4e15756e 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.3.236.0.bb | |||
| @@ -8,7 +8,7 @@ LICENSE = "MIT" | |||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d" |
| 9 | 9 | ||
| 10 | SRCREV = "1d31a100405cf8783ca7a31e31cdd727c9fc54c3" | 10 | SRCREV = "1d31a100405cf8783ca7a31e31cdd727c9fc54c3" |
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=sdk-1.3.236" |
| 12 | PE = "1" | 12 | PE = "1" |
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-graphics/spir/spirv-tools_1.3.236.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.3.236.0.bb index c921bdef72..1099925cf0 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.3.236.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.3.236.0.bb | |||
| @@ -8,7 +8,7 @@ LICENSE = "Apache-2.0" | |||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 9 | 9 | ||
| 10 | SRCREV = "40f5bf59c6acb4754a0bffd3c53a715732883a12" | 10 | SRCREV = "40f5bf59c6acb4754a0bffd3c53a715732883a12" |
| 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=sdk-1.3.236;protocol=https" |
| 12 | PE = "1" | 12 | PE = "1" |
| 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
