summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb
index a138f7a378..7689fa60c9 100644
--- a/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb
+++ b/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb
@@ -1,15 +1,14 @@
SUMMARY = "OpenBMC fan control"
DESCRIPTION = "OpenBMC fan control."
-PR = "r1"
+DEPENDS = "systemd"
PV = "1.0+git${SRCPV}"
+PR = "r1"
+
+SKELETON_DIR = "fanctl"
+SYSTEMD_SERVICE:${PN} += "obmc-max-fans.service"
inherit skeleton-sdbus
inherit obmc-phosphor-dbus-service
inherit pkgconfig
-DEPENDS = "systemd"
-
-SKELETON_DIR = "fanctl"
-
DBUS_SERVICE:${PN} += "org.openbmc.control.Fans.service"
-SYSTEMD_SERVICE:${PN} += "obmc-max-fans.service"