Add git to list of chroot dependancies

* Add git to list of chroot dependancies otherwise build script generates an error 'make: git: Command not found' build still builds 100% OK. Need git to equate version details for version file.
This commit is contained in:
abraunegg 2018-08-02 06:28:59 +10:00
parent a63278acf9
commit 258c2c5aaa

View file

@ -16,7 +16,7 @@ DEBIAN_MIRROR="http://ftp.debian.org/debian"
HOST_DEPENDENCIES="qemu-user-static binfmt-support debootstrap sbuild wget"
# Debian package dependencies for the chrooted environment
GUEST_DEPENDENCIES="build-essential libcurl4-openssl-dev libsqlite3-dev libgnutls-openssl27"
GUEST_DEPENDENCIES="build-essential libcurl4-openssl-dev libsqlite3-dev libgnutls-openssl27 git"
function setup_arm32_chroot {
# Update apt repository details