summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2022-10-13 00:45:15 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-13 13:52:03 +0300
commit5747dac992f537995d2cf2e15d036c558ef7e32e (patch)
treede5f92973de58ba6c4f6acda7fec541b6e59bc11 /meta-google
parent88d7d8b1121642fe82e28ec9f8de865e6838512b (diff)
downloadopenbmc-5747dac992f537995d2cf2e15d036c558ef7e32e.tar.xz
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
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-google/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
index 77fcbe0794..0270d87a3d 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"