Skip to content

Commit

Permalink
Merge pull request #5 from System-Electronics/hotfix/master-main-srcuri
Browse files Browse the repository at this point in the history
Replace "master" to "main" for selected recipes
  • Loading branch information
System-Electronics authored Nov 6, 2024
2 parents 43c3c3a + 8314a60 commit 8cf3b1e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes-extended/cracklib/cracklib_2.9.8.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Override the brach to use "main" instead of "master"
SRC_URI = "git://github.com/cracklib/cracklib;protocol=https;branch=main \
file://0001-packlib.c-support-dictionary-byte-order-dependent.patch \
file://0002-craklib-fix-testnum-and-teststr-failed.patch \
"
3 changes: 3 additions & 0 deletions recipes-graphics/glslang/glslang_1.3.204.1.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Override the branch to use "main" instead of "master"
SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \
file://0001-generate-glslang-pkg-config.patch"
2 changes: 2 additions & 0 deletions recipes-graphics/spir/spirv-headers_1.3.204.1.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Override the branch to use "main" instead of "master"
SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main"
2 changes: 2 additions & 0 deletions recipes-graphics/vulkan/vulkan-loader_1.2.182.0.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Override the branch to use "main" instead of "master"
SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=main;protocol=https"
2 changes: 2 additions & 0 deletions recipes-support/bmap-tools/bmap-tools_git.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Override the branch to use "main" instead of "master"
SRC_URI = "git://github.com/intel/${BPN};branch=main;protocol=https"

0 comments on commit 8cf3b1e

Please sign in to comment.