summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-04 14:49:25 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-12 11:51:43 -0400
commitcb51ccb60370c95c740f7744405b213694069c53 (patch)
treeceabd57ff53c95319d68dc6d6368982d7375cd7e
parent6ba8156264fa9c106de103a6266a6452082e4f0e (diff)
downloadtalos-openbmc-cb51ccb60370c95c740f7744405b213694069c53.tar.gz
talos-openbmc-cb51ccb60370c95c740f7744405b213694069c53.zip
meta-phosphor: logging: point at bin
The components of phosphor-logging are now installed into bin instead of sbin. phosphor-logging: srcrev bump e5e3a9ccd0..e731044c79 Patrick Venture (1): build: install into bin instead of sbin (From meta-phosphor rev: 0cf4e35422b0add6afcbe9fe8162d02f0e5975ff) Change-Id: I378f1272cf362143e95d1456c27cc45abb8de090 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
index 9ee46fc78..f8f5a4a3d 100644
--- a/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
+++ b/meta-phosphor/recipes-phosphor/logging/phosphor-logging_git.bb
@@ -42,18 +42,18 @@ SYSTEMD_PACKAGES = "${LOGGING_PACKAGES}"
DBUS_PACKAGES = "${LOGGING_PACKAGES}"
FILES_${PN}-base += " \
- ${sbindir}/phosphor-log-manager \
+ ${bindir}/phosphor-log-manager \
${libdir}/libphosphor_logging.so.* \
"
DBUS_SERVICE_${PN}-base += "xyz.openbmc_project.Logging.service"
DBUS_SERVICE_phosphor-rsyslog-config += "xyz.openbmc_project.Syslog.Config.service"
FILES_phosphor-rsyslog-config += " \
- ${sbindir}/phosphor-rsyslog-conf \
+ ${bindir}/phosphor-rsyslog-conf \
"
SRC_URI += "git://github.com/openbmc/phosphor-logging"
-SRCREV = "e5e3a9ccd0c3d13f63e9e1a730bd3a8cb66b48dd"
+SRCREV = "e731044c79968eb867368ef9064c34c98c50872f"
S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud