From cabdc722f6e8f4deb2095eca3033c061a57fe628 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Wed, 6 Dec 2017 01:34:42 -0500 Subject: [PATCH] List all deps when installing By default bindep will only list missing packages, but we want to list all packages. If we don't then some packages may have been automatically pulled in and they will get automatically removed (like ldap) Change-Id: I5e0b3bc8e1e41556c9e61e6e215dc90b4ee50ecd --- scripts/install_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_packages.sh b/scripts/install_packages.sh index 56befed..2b54be7 100755 --- a/scripts/install_packages.sh +++ b/scripts/install_packages.sh @@ -6,7 +6,7 @@ if [[ "${PYTHON3}" != "no" ]]; then python3=python3 fi -PACKAGES=($(bindep -f /opt/loci/bindep.txt -b ${PROJECT} ${PROFILES} ${python3} || :)) +PACKAGES=($(bindep -f /opt/loci/bindep.txt -b -l newline ${PROJECT} ${PROFILES} ${python3} || :)) if [[ ! -z ${PACKAGES} ]]; then case ${distro} in