summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb15
1 files changed, 7 insertions, 8 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
index b64e34e77..dd050f083 100644
--- a/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
+++ b/meta-phosphor/common/recipes-phosphor/logging/phosphor-logging.bb
@@ -40,11 +40,11 @@ S = "${WORKDIR}/git"
# Do not DEPEND on the specified packages for native build
# as they will not be available in host machine
-DEPENDS_remove_class-native = " \
+DEPENDS_remove_class-native = " \
virtual/phosphor-logging-callouts \
- sdbus++-native \
- systemd-native \
- cereal-native \
+ sdbus++ \
+ systemd \
+ cereal \
"
# Do not DEPEND on the specified packages for native SDK build
@@ -52,10 +52,9 @@ DEPENDS_remove_class-native = " \
DEPENDS_remove_class-nativesdk = " \
virtual/phosphor-logging-callouts \
sdbus++-native \
- nativesdk-cereal \
- nativesdk-systemd \
- nativesdk-phosphor-dbus-interfaces \
- nativesdk-phosphor-logging \
+ cereal \
+ systemd \
+ phosphor-dbus-interfaces \
"
PACKAGECONFIG ??= "metadata-processing install_scripts"