From 53e8b0575f01c132ffee4ddb9d4e55b166667227 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 17 Feb 2020 13:02:37 +0100 Subject: ansible: gsm-tester: Install patchelf's build dep autoconf Change-Id: Ibe0e9b10d87c3630e2f12c9c32196e26213530ca --- ansible/roles/gsm-tester/tasks/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ansible/roles/gsm-tester/tasks') 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 -- cgit v1.2.3