From 3f2554c55a3d76da1447f433f8021fc0870a8fcb Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 15 Apr 2019 14:22:02 +0000 Subject: phosphor-pid-control: srcrev bump 5782ab8136..ce6a3f36ce James Feist (1): Remove threads Also add boost depends, as asio is now being used. (From meta-phosphor rev: 7c617d052bcff00996eba227c2af230ea498f63b) Change-Id: I23f090e9f010856441f56fa21604ae250a71ba3a Signed-off-by: Andrew Geissler Signed-off-by: James Feist Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 8e2630ac5..12aacdf4c 100644 --- a/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb +++ b/meta-phosphor/recipes-phosphor/fans/phosphor-pid-control_git.bb @@ -13,7 +13,7 @@ inherit obmc-phosphor-ipmiprovider-symlink S = "${WORKDIR}/git" SRC_URI = "git://github.com/openbmc/phosphor-pid-control" -SRCREV = "5782ab81367e22e87d719c9fef6e85ecdc6cf95e" +SRCREV = "ce6a3f36cedc2f822fb446bc5094eaeab47eb4af" # Each platform will need a service file that starts # at an appropriate time per system. For instance, if @@ -28,6 +28,7 @@ DEPENDS += "phosphor-dbus-interfaces" DEPENDS += "libevdev" DEPENDS += "nlohmann-json" DEPENDS += "cli11" +DEPENDS += "boost" # We depend on this to be built first so we can build our providers. DEPENDS += "phosphor-ipmi-host" -- cgit v1.2.3