From d28402de009b53fa89630eecf098de06e67cdff9 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Tue, 9 Oct 2018 20:17:18 -0700 Subject: meta-phosphor: fans: obmc-control-fan: rename as git obmc-control-fan.bb inherits skeleton-gdbus, which is git-based. (From meta-phosphor rev: d5f744ef3a13a91c119d5c891c7648134664aedf) Change-Id: I8d8f9d67b4196e5034966d7f25efe642836391f6 Signed-off-by: Patrick Venture Signed-off-by: Brad Bishop --- meta-phosphor/recipes-phosphor/fans/obmc-control-fan.bb | 13 ------------- .../recipes-phosphor/fans/obmc-control-fan_git.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 meta-phosphor/recipes-phosphor/fans/obmc-control-fan.bb create mode 100644 meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb (limited to 'meta-phosphor/recipes-phosphor/fans') diff --git a/meta-phosphor/recipes-phosphor/fans/obmc-control-fan.bb b/meta-phosphor/recipes-phosphor/fans/obmc-control-fan.bb deleted file mode 100644 index 60bc87616..000000000 --- a/meta-phosphor/recipes-phosphor/fans/obmc-control-fan.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "OpenBMC fan control" -DESCRIPTION = "OpenBMC fan control." -PR = "r1" - -inherit skeleton-sdbus -inherit obmc-phosphor-dbus-service -inherit pkgconfig - -RDEPENDS_${PN} += "libsystemd" -SKELETON_DIR = "fanctl" - -DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service" -SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service" diff --git a/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb b/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb new file mode 100644 index 000000000..ef49a4346 --- /dev/null +++ b/meta-phosphor/recipes-phosphor/fans/obmc-control-fan_git.bb @@ -0,0 +1,14 @@ +SUMMARY = "OpenBMC fan control" +DESCRIPTION = "OpenBMC fan control." +PR = "r1" +PV = "1.0+git${SRCPV}" + +inherit skeleton-sdbus +inherit obmc-phosphor-dbus-service +inherit pkgconfig + +RDEPENDS_${PN} += "libsystemd" +SKELETON_DIR = "fanctl" + +DBUS_SERVICE_${PN} += "org.openbmc.control.Fans.service" +SYSTEMD_SERVICE_${PN} += "obmc-max-fans.service" -- cgit v1.2.3