commit | 5747dac992f537995d2cf2e15d036c558ef7e32e | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 12 17:45:15 2022 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 13 10:52:03 2022 +0000 |
tree | de5f92973de58ba6c4f6acda7fec541b6e59bc11 | |
parent | 88d7d8b1121642fe82e28ec9f8de865e6838512b [diff] [blame] |
treewide: remove pointless abstractions All of these abstractions have exactly one implementation. Remove the indirection to improve at a glance comprehension. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I5d701aff6d0876fa3b2d16c841cbdcb0433b221f
diff --git a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend index 77fcbe0..0270d87 100644 --- a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend +++ b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -1,3 +1,3 @@ # Neither of these are used in a gbmc configuration RDEPENDS:${PN}:remove:gbmc = "clear-once" -RDEPENDS:${PN}:remove:gbmc = "${VIRTUAL-RUNTIME_obmc-bmc-updater}" +RDEPENDS:${PN}:remove:gbmc = "phosphor-software-manager-updater"