From 1c81ad97b3b4fd6feff6f37ef7a5eca32300669d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Leroy?= <frederic.leroy@b-com.com> Date: Fri, 10 Jun 2016 15:17:23 +0200 Subject: [PATCH] add missing package software-properties-common This package is needed for the command add-apt-repository --- cmake_targets/tools/build_helper | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper index b5c7a86d71..cb5ff0bba0 100755 --- a/cmake_targets/tools/build_helper +++ b/cmake_targets/tools/build_helper @@ -262,6 +262,8 @@ check_install_oai_software() { exit 1 fi $SUDO apt-get update + $SUDO apt install -y software-properties-common + # Now, we can add new repository here if needed $SUDO apt-get install -y \ autoconf \ automake \ -- GitLab