glibc: update to 6c99e37f6fb640a50a3113b2dbee5d5389843c1e

Initializes the submodule.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-02-27 00:00:00 +00:00
parent a30ed0f047
commit 0e25ee2715
5 changed files with 71 additions and 1 deletions

7
build
View File

@@ -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',