From c87db1c5335332ea7e1ca8cafd8241da7ec22652 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Sat, 24 Sep 2016 02:46:42 +0200 Subject: [PATCH] Update repo sync command and fix dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: If91585d0ba09afb965d2bea0f2cd1ca2c891dbae Signed-off-by: Jan-Simon Möller --- packer/provision/agl_dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh index 1b8448ed..f0de4844 100644 --- a/packer/provision/agl_dependencies.sh +++ b/packer/provision/agl_dependencies.sh @@ -4,9 +4,10 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \ apt-get -y install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat \ libsdl1.2-dev xterm make xsltproc docbook-utils fop dblatex xmlto autoconf automake \ libtool libglib2.0-dev libarchive-dev python-git git python python-minimal repo mc \ - tree rsync bzip2 xz + tree rsync mkdir -p /opt/AGL/preclone cd /opt/AGL/preclone repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo sync cd -- 2.16.6