aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@arm.com>2019-11-25 11:18:23 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-12-27 18:21:27 +0530
commitef432de9d799f4c50fc90403053db83f2ad47f81 (patch)
tree5b2176d3ee925ab7d15c951061d712e357d91cd0
parentb490a1b1f3f02a03bbe51572ad5b5e5f19e82187 (diff)
sgi/install_sgi_prerequisites: add 'pkg-config' and 'gdisk' to the list
Add 'pkg-config' and 'gdisk' to the list of list of prerequisite packages to be installed. Change-Id: Id11c91b9ddefbae86ee3ac63fe9e27fd49da2717 Reported-by: Toshihisa Oishi <toshihisa.oishi@arm.com> Signed-off-by: Thomas Abraham <thomas.abraham@arm.com>
-rwxr-xr-xsgi/install_prerequisites.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sgi/install_prerequisites.sh b/sgi/install_prerequisites.sh
index 7c69ed0..05f2452 100755
--- a/sgi/install_prerequisites.sh
+++ b/sgi/install_prerequisites.sh
@@ -93,6 +93,8 @@ APT_PACKAGES_ENTERPRISE=(
"autoconf"
"locales"
"sbsigntool"
+ "pkg-config"
+ "gdisk"
)
LOGFILE="./refinfra_pkg_install.log"