mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-26 13:59:02 +02:00
otherwise, we get the following from coreboot's build system, when performin operations in it: tests/Makefile.mk:31: No system cmocka, build from 3rdparty instead... However, *we* (Libreboot project) patch coreboot's build system, so as to not download submodules itself, because lbmk handles them manually. This is because lbmk's submodule handling has some extra redundancy features. Signed-off-by: Leah Rowe <leah@libreboot.org>
6 lines
193 B
INI
6 lines
193 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
subgit="https://review.coreboot.org/cmocka.git"
|
|
subgit_bkup="https://github.com/coreboot/cmocka"
|
|
subhash="8be37372097d1aa5e03b565936db7891b6180e73"
|