summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/host/p9-host-start.bb
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2020-02-12 13:16:53 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-21 19:46:12 +0300
commit389a7046dffd70ef9ce1a5b0a7f5be3371c646a2 (patch)
treecd1d46b9c5c8396eac19e8a46341524e969d5cc2 /meta-openpower/recipes-phosphor/host/p9-host-start.bb
parentf95063e21a8db116ccb1eb13dc5afcd82383dd04 (diff)
downloadopenbmc-389a7046dffd70ef9ce1a5b0a7f5be3371c646a2.tar.xz
openpower: Remove VCS workaround service
This was a P9 DD1 workaround. These systems are no longer supported and are not found in the wild, so the workaround has been retired. Most (all?) platforms in the tree opted out of this package by using RDEPENDS_${PN}_remove_, so this should be a noop. (From meta-openpower rev: 1db2de4c16aa9644462c182c4f525604d3a8e945) Change-Id: I62f3b21768aae1cc05d2f28799868f028ebb2733 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-openpower/recipes-phosphor/host/p9-host-start.bb')
-rw-r--r--meta-openpower/recipes-phosphor/host/p9-host-start.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-openpower/recipes-phosphor/host/p9-host-start.bb b/meta-openpower/recipes-phosphor/host/p9-host-start.bb
index 6905f34aa5..84dc7b14af 100644
--- a/meta-openpower/recipes-phosphor/host/p9-host-start.bb
+++ b/meta-openpower/recipes-phosphor/host/p9-host-start.bb
@@ -11,8 +11,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/op-host-control:"
PROVIDES += 'virtual/obmc-host-ctl'
RPROVIDES_${PN} += 'virtual-obmc-host-ctl'
-RDEPENDS_${PN} += "p9-vcs-workaround \
- op-proc-control \
+RDEPENDS_${PN} += "op-proc-control \
op-proc-control-systemd-links"
S = "${WORKDIR}"