Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] vulkan-headers: Fix upstream branch deletion issue
@ 2020-06-23 13:41 Richard Purdie
  2020-06-23 14:02 ` ✗ patchtest: failure for " Patchwork
  2020-06-23 19:46 ` [OE-core] [PATCH] " Khem Raj
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Purdie @ 2020-06-23 13:41 UTC (permalink / raw)
  To: openembedded-core

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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 54cee96cce0..d21c3d62b90 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"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-23 20:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-23 13:41 [PATCH] vulkan-headers: Fix upstream branch deletion issue Richard Purdie
2020-06-23 14:02 ` ✗ patchtest: failure for " Patchwork
2020-06-23 19:46 ` [OE-core] [PATCH] " Khem Raj
2020-06-23 20:13   ` Alexander Kanavin
2020-06-23 20:17     ` Khem Raj
2020-06-23 20:32       ` Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox