From 6f286af2d6e137498c87933445dbe512bb21bc00 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 28 Jun 2016 18:54:16 -0400 Subject: host-ipmi-hw-example: use skeleton class Use the new skeleton classes. This has the side effect of a version bump. Added a couple missing dependencies. Signed-off-by: Brad Bishop --- .../recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'meta-phosphor/common') diff --git a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb index 13b07ad92..3c4766e68 100644 --- a/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb +++ b/meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb @@ -2,16 +2,11 @@ SUMMARY = "Phosphor OpenBMC host IPMI to DBUS Example" DESCRIPTION = "Phosphor OpenBMC host IPMI to DBUS example implementation." PR = "r1" -RDEPENDS_${PN} += "python-subprocess" +RDEPENDS_${PN} += "python-subprocess python-dbus python-pygobject" SYSTEMD_SERVICE_${PN} = "host-ipmi-hw.service" -inherit obmc-phosphor-pydbus-service inherit obmc-phosphor-host-ipmi-hw +inherit skeleton-python -S = "${WORKDIR}/git" -SRC_URI += "git://github.com/openbmc/skeleton.git;subpath=bin;destsuffix=git" -SRCREV="2f9ee83356fba3f6f843bf2584f3e7e95763ec98" - -SCRIPT_NAME = "ipmi_debug.py" -INSTALL_NAME = "host-ipmi-hw" +SKELETON_DIR = "pyipmitest" -- cgit v1.2.1