diff options
author | Andrew Geissler <geissonator@yahoo.com> | 2017-12-04 21:50:07 +0000 |
---|---|---|
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-12-05 04:33:54 +0000 |
commit | 1b3652114670cf86f2d7666ccbbf3f121db7ea95 (patch) | |
tree | bafb568460bd54b30741d5f7ce63a73df80504aa /meta-phosphor | |
parent | bb58933bf7f3a91e0c9afdb02dcc3f6b6c52609d (diff) | |
download | talos-openbmc-1b3652114670cf86f2d7666ccbbf3f121db7ea95.tar.gz talos-openbmc-1b3652114670cf86f2d7666ccbbf3f121db7ea95.zip |
phosphor-time-manager.bb: bump version
Change-Id: I258a08085cc254b22c6acd4b652ab9708655d3ad
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb b/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb index 6a70f16fb..06dcee796 100644 --- a/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb +++ b/meta-phosphor/common/recipes-phosphor/datetime/phosphor-time-manager.bb @@ -23,7 +23,7 @@ RDEPENDS_${PN} += "sdbusplus" RDEPENDS_${PN} += "phosphor-dbus-interfaces" SRC_URI += "git://github.com/openbmc/phosphor-time-manager" -SRCREV = "7f25c53fa79f71a12b11593ac7eda23a9b8d3e1a" +SRCREV = "fa0248805651d63d7975147c821ad288fa03f3d5" S = "${WORKDIR}/git" DBUS_SERVICE_${PN} += "xyz.openbmc_project.Time.Manager.service" |