aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-11-11 13:18:46 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-11-11 13:18:46 +0800
commit6fe0c360b8e53897a133c93f8d5bc3e589a0d551 (patch)
treedbf6ced3f575cb795d5a917e85af5578cdd320f4
parent565b854ef15ecc050b0cf8fc4c6ffef83f865717 (diff)
setup-build-android: add to install python-mako module
install the python-mako module on the build slave to compile the piglit project, since the piglit project needs to use this python-mako module to generate some c file and c header files Change-Id: Ibba681666c9284ade64e5194f6730aea83fcd523 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rwxr-xr-xnode/setup-build-android6
1 files changed, 4 insertions, 2 deletions
diff --git a/node/setup-build-android b/node/setup-build-android
index 4cdd79e..100537e 100755
--- a/node/setup-build-android
+++ b/node/setup-build-android
@@ -107,8 +107,10 @@ apt-get-retry install -y \
libxml2-utils \
subversion \
libmpfr-dev \
- openjdk-7-jdk \
- openjdk-7-jre
+ openjdk-7-jdk \
+ openjdk-7-jre \
+ python-mako \
+
# uuid-dev, acpica-tools are UEFI bootloader requirement