summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-12-13 15:35:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-14 17:09:12 +0000
commit34109d66cd0f1f9746e8cc50a5d4334efdc0ce38 (patch)
tree070d416dbed22a43018eb9fcbc9ddf0c4b6f5254 /meta/recipes-graphics/vulkan
parentdb9c892eb1697e3ba3c17eabf59b007c0cf3ff33 (diff)
downloadopenembedded-core-contrib-34109d66cd0f1f9746e8cc50a5d4334efdc0ce38.tar.gz
vulkan: don't fetch from the deprecated repository
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb b/meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb
index 5496f53967..dd3adeeb0d 100644
--- a/meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan_1.1.73.0.bb
@@ -4,13 +4,13 @@ that provides efficient access to modern GPUs. These packages \
provide only the common vendor-agnostic library loader, headers and \
the vulkaninfo utility."
HOMEPAGE = "https://www.khronos.org/vulkan/"
-BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers"
+BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Loader"
SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=99c647ca3d4f6a4b9d8628f757aad156 \
file://loader/loader.c;endline=25;md5=151b392f46568aaedb4ad22b246237ec"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git;branch=sdk-1.1.73 \
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;nobranch=1 \
file://demos-Don-t-build-tri-or-cube.patch \
"
SRCREV = "5998d6f444a85e6381b7a089ebf3f9e86482a31d"