]> code.ossystems Code Review - openembedded-core.git/commitdiff
vulkan-headers: Fix upstream branch deletion issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 13:41:09 +0000 (14:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 13:41:18 +0000 (14:41 +0100)
The upstream branch was deleted but the commit is in master so reference
that instead.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/vulkan/vulkan-headers_1.2.135.0.bb

index 54cee96cce0dad1732382dce78aef29d32cd7181..d21c3d62b906f798b920b9edc46eb061e8c9791f 100644 (file)
@@ -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"