diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2017-03-27 12:30:12 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-03-27 20:58:33 +0000 |
commit | 49fe17d8d219ae08cfe287a7f32455910245fb96 (patch) | |
tree | bf3a5f89433009b6076eda16ace91785b4af0ea6 /meta-phosphor/common | |
parent | 57e100b5e73774b6d6bd897aa159ae282aae1aef (diff) | |
download | talos-openbmc-49fe17d8d219ae08cfe287a7f32455910245fb96.tar.gz talos-openbmc-49fe17d8d219ae08cfe287a7f32455910245fb96.zip |
phosphor-fan-presence.bb: bump version
Change-Id: I8aec1d5fe8319eb2b77cdbab56870bc986c6c599
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r-- | meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb index 65f08320b..ec17267f9 100644 --- a/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb +++ b/meta-phosphor/common/recipes-phosphor/fans/phosphor-fan-presence.bb @@ -35,6 +35,6 @@ SYSTEMD_SERVICE_${PN}-tach += "${TMPL}" SYSTEMD_LINK_${PN} += "${@compose_list(d, 'FMT', 'OBMC_CHASSIS_INSTANCES')}" SRC_URI += "git://github.com/openbmc/phosphor-fan-presence" -SRCREV = "14476ae2e627fcc5fe8390db08b957bcfc16b912" +SRCREV = "2b44a6c0b282cf50c563a175535c4c32f55a81dc" S = "${WORKDIR}/git" |