aboutsummaryrefslogtreecommitdiff
path: root/lhg-oe-build
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2017-06-20 19:42:51 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-06-21 14:36:02 +0000
commit47cd95018de0a8554d0ffa29ea086136968eab2d (patch)
tree9cbddb81e12e711c9d4fd20456f4cb6dfc9c13a4 /lhg-oe-build
parentd058fd6cba0e689a6a4bf96886afcf2fd25d507c (diff)
lhg-oe-build/builders-docker.sh: install python-crypto
Building optee-aes-decryptor requires python-crypto. Otherwise signing the trusted app fails with: | Traceback (most recent call last): | File "/srv/oe/build/tmp-rpb_wayland-glibc/sysroots/hikey/usr/include/optee/export-user_ta/scripts/sign.py", line 80, in <module> | main() | File "/srv/oe/build/tmp-rpb_wayland-glibc/sysroots/hikey/usr/include/optee/export-user_ta/scripts/sign.py", line 40, in main | from Crypto.Signature import PKCS1_v1_5 | ImportError: No module named Crypto.Signature Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org> Change-Id: I8b9710c9a489ac720a77a5e16a476524a8bc8cb0
Diffstat (limited to 'lhg-oe-build')
-rwxr-xr-xlhg-oe-build/builders-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lhg-oe-build/builders-docker.sh b/lhg-oe-build/builders-docker.sh
index d38ac42c39..15f31d4e8b 100755
--- a/lhg-oe-build/builders-docker.sh
+++ b/lhg-oe-build/builders-docker.sh
@@ -20,7 +20,7 @@ if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update; then
sleep 15
sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 update || true
fi
-pkg_list="android-tools-fsutils chrpath cpio diffstat gawk libmagickwand-dev libmath-prime-util-perl libsdl1.2-dev libssl-dev python-requests texinfo vim-tiny whiptail"
+pkg_list="android-tools-fsutils chrpath cpio diffstat gawk libmagickwand-dev libmath-prime-util-perl libsdl1.2-dev libssl-dev python-crypto python-requests texinfo vim-tiny whiptail"
if ! sudo DEBIAN_FRONTEND=noninteractive apt-get -q=2 install -y ${pkg_list}; then
echo "INFO: apt install error - try again in a moment"
sleep 15