summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-07-24 00:04:04 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-24 06:02:36 +0300
commitf319ea62bcfee6dcd587f3e27a1d3548d658b976 (patch)
tree2f18f561fdfa4b7fd0e856d566befc956b3b6662 /meta-phosphor
parent587f7d03c04cce285f52897ea5321f90855b3639 (diff)
downloadopenbmc-f319ea62bcfee6dcd587f3e27a1d3548d658b976.tar.xz
phosphor-logging: add sdeventplus dependency
As phosphor-logging now uses sdeventplus, it needs to be in the DEPENDS list. (From meta-phosphor rev: d9819246a6801ad6dd4001f41afd44139c521778) Change-Id: Ie68840d6acd6d1b0dd8fbddd0a7abd9046b88dba Signed-off-by: Matt Spinler <spinler@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index 735dc0b91..08ab74573 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -23,6 +23,7 @@ DEPENDS += "virtual/phosphor-logging-callouts"
DEPENDS += "phosphor-logging-error-logs-native"
DEPENDS += "phosphor-logging-native"
DEPENDS += "libcereal"
+DEPENDS += "sdeventplus"
PACKAGE_BEFORE_PN = "${PN}-test"
FILES_${PN}-test = "${bindir}/*-test"
@@ -64,6 +65,7 @@ DEPENDS_remove_class-native = " \
sdbus++ \
systemd \
libcereal \
+ sdeventplus \
"
# Do not DEPEND on the specified packages for native SDK build
@@ -74,6 +76,7 @@ DEPENDS_remove_class-nativesdk = " \
libcereal \
systemd \
phosphor-dbus-interfaces \
+ sdeventplus \
"
PACKAGECONFIG ??= "metadata-processing install_scripts"