summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-11-10 11:56:20 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:40:35 +0000
commitd64469d524cac772f1f0a24ba75f69ef636e2aeb (patch)
treef5d90c807bb4bacb2ee63b7270b3d38b01d0c492 /meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb
parenta02e40f98a5ba1c85948ed325727f1ff4677d459 (diff)
downloadpoky-d64469d524cac772f1f0a24ba75f69ef636e2aeb.tar.gz
meta: add explicit branch and protocol to SRC_URI
Add branch name explicitly to SRC_URI where it's not defined and switch to using https protocol for Github projects. The change was made using convert-srcuri script in scripts/contrib. (From OE-Core rev: ab781d4e3fa7425d96ea770ddfd0f01f62018c5b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb')
-rw-r--r--meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb
index 4c9c94f3d2..b0211432ab 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.2.170.0.bb
@@ -9,7 +9,7 @@ SECTION = "libs"
9 9
10LICENSE = "Apache-2.0" 10LICENSE = "Apache-2.0"
11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 11LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
12SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=master" 12SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=master;protocol=https"
13 13
14SRCREV = "1d99b835ec3cd5a7fb2f2a2dd9a615ee2d1f0101" 14SRCREV = "1d99b835ec3cd5a7fb2f2a2dd9a615ee2d1f0101"
15 15