Change to install a package in 'proliant-tools'
This commit adds change in 'proliant-tools' element to install a package 'unzip' which is required to perform SUM based firmware update for HPE Proliant servers. Change-Id: Ib8f6d18402439edd93d100cc7a4fb2094c863715
This commit is contained in:
parent
22e03f9820
commit
7bc2b23290
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
alien:
|
alien:
|
||||||
gcc:
|
gcc:
|
||||||
python-dev:
|
python-dev:
|
||||||
|
unzip:
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
"default": {
|
"default": {
|
||||||
"alien": "",
|
"alien": "",
|
||||||
"gcc": "gcc",
|
"gcc": "gcc",
|
||||||
"python-dev": "python-dev"
|
"python-dev": "python-dev",
|
||||||
|
"unzip": "unzip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue