diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-20 09:52:03 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-20 09:52:03 +0100 |
commit | da3044e7d7ca8b04c95ceab2c102d284d8f0e586 (patch) | |
tree | 324ab6e3ecb77abd4a94de56f2c18c94e0c7c652 /config/git | |
parent | 782371a59cf2e2a6c9a20ffbaa07f2724c1d1b70 (diff) |
git/config stm32-vserprog: don't fetch libopencm3
it's downloaded by .gitmodules in stm32-vserprog
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/git')
-rw-r--r-- | config/git/stm32-vserprog | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/git/stm32-vserprog b/config/git/stm32-vserprog index ec01f7c9..6faed923 100644 --- a/config/git/stm32-vserprog +++ b/config/git/stm32-vserprog @@ -3,11 +3,4 @@ loc: stm32-vserprog url: https://codeberg.org/libreboot/stm32-vserprog bkup_url: https://notabug.org/libreboot/stm32-vserprog - depend: libopencm3 -} - -{libopencm3}{ - rev: 458250dc6147dc807eec9e4d5a6caf38a699ecb1 - loc: stm32-vserprog/libopencm3 - url: https://github.com/libopencm3/libopencm3 } |