summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-23 14:41:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-23 14:41:18 +0100
commit4e0f64cba6e9d3ef4837460c9a6b506c33344012 (patch)
tree90eb65a28be38857bbeb71555cfe8964e9ce2197 /meta/recipes-graphics/vulkan
parenteffd1434a6ca6afcc358bea64053a7bf805633c7 (diff)
downloadopenembedded-core-contrib-4e0f64cba6e9d3ef4837460c9a6b506c33344012.tar.gz
vulkan-headers: Fix upstream branch deletion issue
The upstream branch was deleted but the commit is in master so reference that instead. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb
index 54cee96cce..d21c3d62b9 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb
@@ -5,7 +5,8 @@ SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=sdk-1.2.135"
+# was sdk-1.2.135 branch but it was removed upstream, commit is in master branch though
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=master"
SRCREV = "fb7f9c9bcd1d1544ea203a1f3d4253d0e90c5a90"