summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2021-03-19 04:45:06 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-03-19 15:51:53 +0300
commite942e12bb39706c62397b92a16b713cbe13e7189 (patch)
tree5bf149f8e5820a24d275d8f891c5b108c6053ad1 /meta-phosphor/classes
parent3236173d6205cb2178820f151fbd41ba592042bf (diff)
downloadopenbmc-e942e12bb39706c62397b92a16b713cbe13e7189.tar.xz
software-manager-mmc: Use zstd-bin instead of zstd
With openbmc commit 97771a3: "meta-openembedded: subtree update:7206f7f5bc..98175fd0cc", the zstd package was split into libraries and binary: Sean Nyekjaer (3): zstd: split bin into separate package This change added an "inherit lib_package" to the zstd recipe which creates a separate ${PN}-bin package. Therefore, need to use zstd-bin to include the binary. No need to keep zstd since the libraries are not needed for code update to extract the image files. Tested: Verified the zstd binary existed in the rootfs and code update was successful in Rainier. Change-Id: I379ec2b0d85090df5183e3581bc88384eaf4dbc6 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/phosphor-software-manager-mmc.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass b/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass
index f30f0c04f..d4eb381fc 100644
--- a/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass
+++ b/meta-phosphor/classes/phosphor-software-manager-mmc.bbclass
@@ -9,7 +9,7 @@ EXTRA_OEMESON += "-Doptional-images='image-hostfw'"
RDEPENDS_phosphor-software-manager-updater-mmc += " \
gptfdisk \
parted \
- zstd \
+ zstd-bin \
"
SYSTEMD_SERVICE_phosphor-software-manager-updater-mmc += " \