summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-01-25 01:20:19 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-01-25 05:04:39 +0300
commit5803cd739002a74732fcfe85f5becd60a2ed63a1 (patch)
treea25d1ac9d0daebbab6b07fe08fe19869d502be2c
parent2e63fd871bf695aaf1483cb15b13ebf3bb6aa77a (diff)
downloadopenbmc-5803cd739002a74732fcfe85f5becd60a2ed63a1.tar.xz
phosphor-logging: srcrev bump 8ac20500b9..92ae483fa4
Andrew Geissler (1): dbus: add dbus activation support Add the dependency on dbus, which is needed for some path variables in its pkg-config file. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If1e5c9e08698ca89e7ca350791711aabf0c9e71a
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb4
1 files changed, 3 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 7edf1be141..d6bee4786e 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -15,7 +15,8 @@ DEPENDS += "virtual/phosphor-logging-callouts"
DEPENDS += "libcereal"
DEPENDS += "sdeventplus"
DEPENDS += "packagegroup-obmc-yaml-providers"
-SRCREV = "8ac20500b99938122237db1689079020c73ac352"
+DEPENDS += "dbus"
+SRCREV = "92ae483fa4c8ae4f3cd113a31578b4565d7dabc5"
PACKAGECONFIG ??= ""
PACKAGECONFIG[openpower-pels] = " \
-Dopenpower-pel-extension=enabled, \
@@ -48,6 +49,7 @@ FILES:${PN}-base += " \
${datadir}/dbus-1 \
${bindir}/phosphor-log-manager \
${libdir}/libphosphor_logging.so.* \
+ ${datadir}/dbus-1/system-services/xyz.openbmc_project.Logging.service \
"
FILES:phosphor-rsyslog-config += " \
${bindir}/phosphor-rsyslog-conf \