summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-28 18:54:16 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-30 13:41:14 -0400
commit6f286af2d6e137498c87933445dbe512bb21bc00 (patch)
tree3a3f40f843d3fb5daf95466dbc4a22759cb89e3b /meta-phosphor/common
parentde2a6ace8ce6b9791824a63d762507ce6faaef7c (diff)
downloadtalos-openbmc-6f286af2d6e137498c87933445dbe512bb21bc00.tar.gz
talos-openbmc-6f286af2d6e137498c87933445dbe512bb21bc00.zip
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 <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common')
-rw-r--r--meta-phosphor/common/recipes-phosphor/host-ipmid/host-ipmi-hw-example.bb11
1 files changed, 3 insertions, 8 deletions
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"
OpenPOWER on IntegriCloud