aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-06-10 18:00:02 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2011-06-10 18:00:02 +0300
commitcb849b2cf3eb99d63fdac7ae63cab3ee3ec968e6 (patch)
tree6f938a5ffd877eeebb71cdf34edb08e9536f6acc /node
parent15cd052db084ea9d55b5c0c14678f53b3754e173 (diff)
Move GUI packages unneeded for unattended build to retired section.
Diffstat (limited to 'node')
-rwxr-xr-xnode/root-setup-android-build-node11
1 files changed, 7 insertions, 4 deletions
diff --git a/node/root-setup-android-build-node b/node/root-setup-android-build-node
index 145374f..ec28d21 100755
--- a/node/root-setup-android-build-node
+++ b/node/root-setup-android-build-node
@@ -49,10 +49,6 @@ apt-get install -y \
libx11-dev \
lib32readline5-dev \
lib32z-dev \
- gitg \
- qt3-dev-tools \
- libqt3-mt-dev \
- eclipse \
valgrind \
gcc-4.5 \
g++-4.5 \
@@ -63,6 +59,13 @@ apt-get install -y \
gcc-4.5-arm-linux-gnueabi \
uboot-mkimage
+# Retired
+# gitg \
+# qt3-dev-tools \
+# libqt3-mt-dev \
+# eclipse \
+
+
# get latest repo script and install it in PATH
wget http://android.git.kernel.org/repo
mv repo /usr/local/bin/repo