aboutsummaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-02-17 13:02:37 +0100
committerlaforge <laforge@osmocom.org>2020-02-21 20:09:11 +0000
commit53e8b0575f01c132ffee4ddb9d4e55b166667227 (patch)
tree5fbc3b269823662020d2c4e2b96d84fbfb3db102 /ansible
parent5eb888e53ec756f739e8e796c6bc0251c4f14ff1 (diff)
ansible: gsm-tester: Install patchelf's build dep autoconf
Diffstat (limited to 'ansible')
-rw-r--r--ansible/roles/gsm-tester/tasks/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/roles/gsm-tester/tasks/main.yml b/ansible/roles/gsm-tester/tasks/main.yml
index 97ce7e2..ecdd254 100644
--- a/ansible/roles/gsm-tester/tasks/main.yml
+++ b/ansible/roles/gsm-tester/tasks/main.yml
@@ -170,6 +170,15 @@
- ofono
- modem
+- name: install patchelf build dependencies
+ apt:
+ name: "{{ item }}"
+ with_items:
+ - autoconf
+ tags:
+ - patchelf
+ - osmo-gsm-tester-proc
+
# patchelf 0.9 available in debian has bugs with certain binaries. Version 0.10
# fails on other binaries, so we need both 0.9 and 0.10 versions installed.
- name: setup patchelf v0.10 repository