diff options
author | Christian Trautman <ctrautma@redhat.com> | 2016-02-22 13:06:02 -0500 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-02-23 14:43:19 +0000 |
commit | 1f5f146b1007e61fcaa98cd8be0f3961216b1318 (patch) | |
tree | 878998943cec781d3df2f69acf9755f04561a663 /systems | |
parent | 463a1fd56b516687dc4714ad87685530a0e9b8d1 (diff) |
systems: Dependency package additions for Fedora 22
Added in sysstat and glib2-devel to Fedora build_base_machine.sh for
proper build and execution of VSPerf. QEMU make would fail because of
missing dependencies and VSPerf would error on pidstat execution. Installing
these two packages resolves those issues when building VSPerf on a fresh
install of Fedora 22.
JIRA: VSPerf-221
Change-Id: Icf2f96ce9e2305928cbb1f3811171ed0821d6f2d
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'systems')
-rwxr-xr-x | systems/Fedora/22/build_base_machine.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/Fedora/22/build_base_machine.sh b/systems/Fedora/22/build_base_machine.sh index 412b8588..a909e284 100755 --- a/systems/Fedora/22/build_base_machine.sh +++ b/systems/Fedora/22/build_base_machine.sh @@ -29,6 +29,7 @@ gcc gcc-c++ libxml2 glibc.i686 +glib2-devel kernel-devel fuse-libs fuse @@ -49,6 +50,7 @@ git pciutils cifs-utils socat +sysstat # install python packages python3 |