From 30cf26c0dc54c49af1533692d61309391dfeb376 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Leroy?= <frederic.leroy@b-com.com>
Date: Fri, 24 Jun 2016 08:15:45 +0200
Subject: [PATCH] build_helper: fix libxslt1-dev installation

libxslt1-dev is used at least for asn1 and usrp. It breaks the build when in
check_install_additional_tools().
Move it to to check_install_oai_software()
---
 cmake_targets/tools/build_helper | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper
index 3d7b4045ae..9971c56d86 100755
--- a/cmake_targets/tools/build_helper
+++ b/cmake_targets/tools/build_helper
@@ -271,8 +271,7 @@ check_install_additional_tools (){
         android-tools-adb \
 	wvdial \
         python-numpy \
-        sshpass \
-        libxslt1-dev
+    sshpass
 
     $SUDO pip install paramiko
     $SUDO pip install pyroute2
@@ -356,6 +355,7 @@ check_install_oai_software() {
 	libusb-1.0-0-dev \
 	libxml2 \
 	libxml2-dev  \
+	libxslt1-dev \
 	linux-headers-`uname -r` \
 	mscgen  \
 	octave \
-- 
GitLab