From e942e12bb39706c62397b92a16b713cbe13e7189 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Fri, 19 Mar 2021 01:45:06 +0000 Subject: 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 --- meta-phosphor/classes/phosphor-software-manager-mmc.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/classes') 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 += " \ -- cgit v1.2.3