ansible: gsm-tester: Install patchelf's build dep autoconf

Change-Id: Ibe0e9b10d87c3630e2f12c9c32196e26213530ca
This commit is contained in:
Pau Espin 2020-02-17 13:02:37 +01:00 committed by laforge
parent 5eb888e53e
commit 53e8b0575f
1 changed files with 9 additions and 0 deletions

View File

@ -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