Skip to content

Commit

Permalink
snapcraft: edk2: fix subhook submodule url
Browse files Browse the repository at this point in the history
Also, we don't need cmocka submodule url fixup anymore as:
tianocore/edk2@2ad2242

Suggested-by: Thomas Parrott <[email protected]>
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
(cherry picked from commit 1c5f2f3)
(cherry picked from commit b28d21f)
  • Loading branch information
mihalicyn authored and tomponline committed Nov 13, 2024
1 parent d43af48 commit ae41411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,8 @@ parts:
git config user.name "LXD snap builder"
# Fix submodules
sed -i "s#https://git.cryptomilk.org/projects/cmocka#https://gitlab.com/cmocka/cmocka#g" .gitmodules
# see https://github.com/tianocore/edk2/commit/95d8a1c255cfb8e063d679930d08ca6426eb5701
sed -i "s#https://github.com/Zeex/subhook.git#https://github.com/tianocore/edk2-subhook.git#g" .gitmodules
git submodule update --init --recursive
# Apply patches
Expand Down

0 comments on commit ae41411

Please sign in to comment.