1
0
forked from brl/citadel

added 'gawk' to build dependencies, and added rule for cleaning citadel

tools
This commit is contained in:
Bruce Leidl 2018-03-18 19:33:31 -04:00
parent dcca3ea890
commit 57c299d5ea

View File

@ -34,4 +34,7 @@ update-submodules: ## Retrieve or update submodule projects
git submodule update --init
install-build-deps:
sudo apt install --no-install-recommends build-essential python bzip2 cpio chrpath diffstat file texinfo inkscape libgmp-dev libmpc-dev libelf-dev
sudo apt install --no-install-recommends build-essential python bzip2 cpio chrpath diffstat file texinfo inkscape libgmp-dev libmpc-dev libelf-dev gawk
clean-citadel-tools:
$(DOCKER_RUN) bash -c "source setup-build-env && bitbake -ccleansstate citadel-rootfs && bitbake -ccleansstate citadel-realms && bitbake -ccleansstate citadel-desktopd"