diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-01-26 09:37:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-15 21:47:00 +0000 |
commit | 98ba4716e9f394e5894a41f167f20754c61e817d (patch) | |
tree | fe4cc7c64b9c899af9d3b256f15df91be6d42e8f | |
parent | 36389ac010f09e0ba6dbdafc5dc726075fd53c6a (diff) | |
download | poky-98ba4716e9f394e5894a41f167f20754c61e817d.tar.gz |
vulkan-samples: branch rename master -> main
(From OE-Core rev: 4037cb9cad74394eddf7a676060a9311282d2a89)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 74bf535ca5cbcfb38c18775ece863d53dd216008)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index d0b3458e1b..d5d285cd83 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" | |||
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" |
7 | 7 | ||
8 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;protocol=https;lfs=0 \ | 8 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=main;protocol=https;lfs=0 \ |
9 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ | 9 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ |
10 | file://debugfix.patch \ | 10 | file://debugfix.patch \ |
11 | file://0001-Qualify-move-as-std-move.patch;patchdir=third_party/spirv-cross \ | 11 | file://0001-Qualify-move-as-std-move.patch;patchdir=third_party/spirv-cross \ |