Update repo sync command and fix dependencies 17/6617/1
authorJan-Simon Möller <dl9pf@gmx.de>
Sat, 24 Sep 2016 00:46:42 +0000 (02:46 +0200)
committerJan-Simon Möller <dl9pf@gmx.de>
Sat, 24 Sep 2016 00:46:42 +0000 (02:46 +0200)
Change-Id: If91585d0ba09afb965d2bea0f2cd1ca2c891dbae
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
packer/provision/agl_dependencies.sh

index 1b8448e..f0de484 100644 (file)
@@ -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