build-userland-in-tree is now a Python command

./build calls it, we did this to allow --download-dependencies to work
perfectly.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent aea97698c3
commit 9c8f95d630
5 changed files with 75 additions and 31 deletions

2
build
View File

@@ -340,7 +340,7 @@ so looping over all of them would waste time.
dependencies=['buildroot'],
),
'userland-host': _Component(
self._build_file('build-userland'),
self._build_file('build-userland-in-tree'),
apt_get_pkgs={
'libdrm-dev',
'libeigen3-dev',