mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
spirv-shader-generator: fix SRC_URI branch
Master branch was renamed to main. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ SECTION = "graphics"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "ed16b3e69985feaf565efbecea70a1cc2fca2a58"
|
||||
SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=master;protocol=https \
|
||||
SRC_URI = "git://github.com/KhronosGroup/SPIRV-Cross.git;branch=main;protocol=https \
|
||||
file://0001-Add-install-PHONY-target-in-Makefile.patch \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user