mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
glibc: update to 6c99e37f6fb640a50a3113b2dbee5d5389843c1e
Initializes the submodule.
This commit is contained in:
7
build
7
build
@@ -107,7 +107,12 @@ so looping over all of them would waste time.
|
||||
)
|
||||
buildroot_component = _Component(
|
||||
self._build_file('build-buildroot'),
|
||||
submodules = {'buildroot'},
|
||||
submodules = {
|
||||
'buildroot',
|
||||
},
|
||||
submodules_shallow = {
|
||||
'glibc',
|
||||
},
|
||||
# https://buildroot.org/downloads/manual/manual.html#requirement
|
||||
apt_get_pkgs={
|
||||
'bash',
|
||||
|
||||
Reference in New Issue
Block a user