summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-07-14 19:00:17 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-07-14 22:27:07 +0300
commitea15a975b384e18dd2c8b5dbc3a7f384be00f1e0 (patch)
tree9ada761163bb027ca392e1211cbf67e5dfc261c2 /meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
parent7f7656f19defb0241bcf52654746f90620e9ef19 (diff)
downloadopenbmc-ea15a975b384e18dd2c8b5dbc3a7f384be00f1e0.tar.xz
phosphor-pid-control: srcrev bump 57a7af6a4f..796f06dc6f
Patrick Williams (5): build: upgrade to C++23 meson: add necessary subprojects meson: enable tests by default dbuspassive: drop needless c_str dbusutil: use sdbusplus match rules Zev Weiss (1): sysfs: Unconditionally replace '**' in FixupPath() Change-Id: I80f625053611b4e796abcd7bec28df33aa1387af Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
index 1e00bddb55..bbdfe291ea 100644
--- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb
@@ -17,7 +17,7 @@ DEPENDS += "cli11"
DEPENDS += "boost"
# We depend on this to be built first so we can build our providers.
DEPENDS += "phosphor-ipmi-host"
-SRCREV = "57a7af6a4f7ca9ce0be7e5d4a4f9b561d9c4fd57"
+SRCREV = "796f06dc6f0e8161ee9ecf085443c1ae0dc45216"
PV = "0.1+git${SRCPV}"
PR = "r1"