aboutsummaryrefslogtreecommitdiff
path: root/android-r-lcr-manifest.yaml
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-12-13 22:28:27 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-12-13 17:16:33 +0000
commit675ac3a1383d4fb998e2acf67847b9bf624b3501 (patch)
tree9a11d5156fef619b984868fee87cb883e0a88ab3 /android-r-lcr-manifest.yaml
parent9eecba3bbddf4c526ff10072e11431d50594744d (diff)
android-r-lcr-manifest: Install linaro-cp dependency
Change-Id: I29a4b93d5409bc73146eb3a83d26a071deb45a2f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-r-lcr-manifest.yaml')
-rw-r--r--android-r-lcr-manifest.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android-r-lcr-manifest.yaml b/android-r-lcr-manifest.yaml
index 497c7896..ebb8fa47 100644
--- a/android-r-lcr-manifest.yaml
+++ b/android-r-lcr-manifest.yaml
@@ -40,6 +40,9 @@
git config --global user.email "ci_notify@linaro.org"
git config --global user.name "Linaro CI"
+ sudo apt-get update
+ sudo apt-get install -y python-requests
+
mkdir -p out
wget -q ${MANIFEST_URL} -O out/R-LCR.xml
sed -i "s/clone-depth=\"1\"//g" out/R-LCR.xml