summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-phosphor/occ
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-04-08 15:25:26 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-10 18:06:08 +0300
commit1470846e45437eb919dc2b0f9d1336f397da24b5 (patch)
tree02f7c8bf4d6f7bf679012d067877f63379ceb0a4 /meta-openpower/recipes-phosphor/occ
parentc08970d9ec05a4665ea09de3bd7cc9224ba07556 (diff)
downloadopenbmc-1470846e45437eb919dc2b0f9d1336f397da24b5.tar.xz
openpower-occ-control: remove sdbusplus depend in native context
There is no sdbusplus in native context. Since occ-control has a DEPENDS += "sdbusplus", it ends up getting sdbusplus-native when built under a native context. sdbusplus-native is a temporary alias to python-sdbus++-native, for backwards compatiblity with python2 code, which will be removed soon. (From meta-openpower rev: 2febb0a8092b410494ae6bd73204f6b9f9c9de14) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I817a122c87c4949ef4cff4b0f07ba4239ff55576 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-openpower/recipes-phosphor/occ')
-rw-r--r--meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
index 548bdb044..210b5fcc2 100644
--- a/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
+++ b/meta-openpower/recipes-phosphor/occ/openpower-occ-control_git.bb
@@ -74,6 +74,7 @@ S = "${WORKDIR}/git"
DEPENDS_remove_class-native = " \
phosphor-logging \
systemd \
+ sdbusplus \
virtual/${PN}-config-native \
"
RDEPENDS_${PN}_remove_class-native += "phosphor-state-manager-obmc-targets"
@@ -82,6 +83,7 @@ RDEPENDS_${PN}_remove_class-native += "phosphor-state-manager-obmc-targets"
DEPENDS_remove_class-nativesdk = " \
phosphor-logging \
systemd \
+ sdbusplus \
virtual/${PN}-config-native \
"
RDEPENDS_${PN}_remove_class-nativesdk += "phosphor-state-manager-obmc-targets"