aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chong <victor.chong@linaro.org>2019-07-20 15:26:30 +0100
committerVictor Chong <victor.chong@linaro.org>2019-07-20 15:26:30 +0100
commitde0a84e6b05eb2936f8f491020e2aa0c2cbba811 (patch)
tree20d0fdc015cb693b7cb6c578e4737952d17a0e3a
parentf4410bbd9d9d120cf3610f929e6778a8a637f9ec (diff)
android-lcr: install python3-pyelftools
Change-Id: Ibed46fa682907127566520370f6b22ca03b6c8a8 Signed-off-by: Victor Chong <victor.chong@linaro.org>
-rwxr-xr-xandroid-lcr/common/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-lcr/common/builders.sh b/android-lcr/common/builders.sh
index c7dafc88fe..bf5934d743 100755
--- a/android-lcr/common/builders.sh
+++ b/android-lcr/common/builders.sh
@@ -2,7 +2,7 @@
# Install needed packages
sudo apt-get update
-sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-requests genisoimage patch mtools python-wand rsync linaro-image-tools liblz4-tool lzop libssl-dev libdrm-intel1 python-pip python-pyelftools
+sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-requests genisoimage patch mtools python-wand rsync linaro-image-tools liblz4-tool lzop libssl-dev libdrm-intel1 python-pip python-pyelftools python3-pyelftools
wget -q \
http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \