summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2012-08-06 08:18:15 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2012-08-06 08:18:15 +0300
commitbbfea4efaa337d28fb6063d36d3c5f8b50418362 (patch)
tree8082c9c5aedbebefaa73f1b5d81e09ffe608c706 /node
parentf14dfdca5a5e885b4e878c8b8e5c41941c4c3bd9 (diff)
Add python-xdg package (LP: #1033391)
Diffstat (limited to 'node')
-rwxr-xr-xnode/setup-precise-node18
1 files changed, 10 insertions, 8 deletions
diff --git a/node/setup-precise-node b/node/setup-precise-node
index d971c34..183f94c 100755
--- a/node/setup-precise-node
+++ b/node/setup-precise-node
@@ -20,20 +20,22 @@ export DEBIAN_FRONTEND=noninteractive
# Install packages
# ia32-libs is required to be able to run 32 bit gcc4.7 on 64 bit OS
-apt-get-retry install -y --target-release precise-backports debootstrap
-apt-get-retry install -y build-essential \
- git \
- schroot \
+apt-get-retry install -y --target-release precise-backports debootstrap
+apt-get-retry install -y \
+ build-essential \
default-jre \
eatmydata \
gcc-arm-linux-gnueabi \
+ gcc-arm-linux-gnueabihf \
+ git \
+ ia32-libs \
linaro-image-tools \
- qemu-user-static \
- uboot-mkimage \
python-beautifulsoup \
python-html2text \
- gcc-arm-linux-gnueabihf\
- ia32-libs
+ python-xdg \
+ qemu-user-static \
+ schroot \
+ uboot-mkimage
live_build_install
git_config