summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-04-08 18:51:39 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-10 18:05:56 +0300
commita56471337332261a9af794f163dd134d1fe31e53 (patch)
tree7af98364d9605ccba94bcf05dccd3259f9fc16bb /meta-phosphor/recipes-phosphor
parentef7143db686b921ac76994255daf71b140e9ba5a (diff)
downloadopenbmc-a56471337332261a9af794f163dd134d1fe31e53.tar.xz
phosphor-logging: fix nativesdk DEPENDS
sdbusplus-native and sdbusplus-nativesdk does not exist, so recipes are required to remove that DEPENDS in the native/nativesdk context. phosphor-logging had this removal specified incorrectly and failed to build once sdbusplus-native was fully removed. Remove the "-native" in the DEPENDS_remove_class-nativesdk. (From meta-phosphor rev: a0f4d7171a9ee1bc084e2bdd0799a8ca910c2bc4) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8f2da20b6c85a60e14614142adc13f0103ac58ec Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index d3052b05b..7844a44ef 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -74,7 +74,7 @@ DEPENDS_remove_class-native = " \
# as they will not be available in host machine
DEPENDS_remove_class-nativesdk = " \
virtual/phosphor-logging-callouts \
- sdbusplus-native \
+ sdbusplus \
libcereal \
systemd \
phosphor-dbus-interfaces \