diff --git a/meta-sdk/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend b/meta-sdk/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend index 44a1021478..136e884341 100644 --- a/meta-sdk/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend +++ b/meta-sdk/recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend @@ -1,7 +1,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI:remove = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=master;protocol=https" -SRC_URI:prepend = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=main;protocol=https" +SRC_URI:remove = "git://github.com/KhronosGroup/Vulkan-Loader.git;protocol=https;branch=master" +SRC_URI:prepend = "git://github.com/KhronosGroup/Vulkan-Loader.git;protocol=https;branch=main " SRC_URI += "file://0001-STDIO-844-No-need-to-change-the-App-s-apiVersion-to-.patch" # libvulkan.so is loaded dynamically, so put it in the main package