summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2021-06-10 23:51:29 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-06-12 00:41:59 +0300
commit59192973eb5c2288d2132eb3c5987040ea356dbb (patch)
treebe8730499b2dd109229646b62e6418aa66d1b854 /meta-phosphor/recipes-phosphor
parentdeb09969e8e331734bd7e055a7ff6dd99e7714a4 (diff)
downloadopenbmc-59192973eb5c2288d2132eb3c5987040ea356dbb.tar.xz
phosphor-logging: srcrev bump 3025d0b563..b6b2557555
William A. Kennington III (6): build: Install dbus policy in datadir build: Don't build tests by default in submodules build: Remove deprecated get_pkgconfig_variable method extensions: Deterministic global construction ordering sdjournal: Migrate code into cpp file build: Use global variables instead of macros for test features Change-Id: I7e8412dd429e024bbc15ca79367472f4cb5b0ab8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index d93a85a3e..c21fb1ebe 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -42,7 +42,7 @@ USERADD_PACKAGES = "${PN}-base"
GROUPADD_PARAM_${PN}-base = "-r phosphor-logging"
FILES_${PN}-base += " \
- ${sysconfdir}/dbus-1 \
+ ${datadir}/dbus-1 \
${bindir}/phosphor-log-manager \
${libdir}/libphosphor_logging.so.* \
"
@@ -54,7 +54,7 @@ FILES_phosphor-rsyslog-config += " \
"
SRC_URI += "git://github.com/openbmc/phosphor-logging"
-SRCREV = "3025d0b5631130355ad560d040843226a48888c1"
+SRCREV = "b6b255755561d39780b65fa945ec43fd81319a9f"
S = "${WORKDIR}/git"