summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/interfaces/rest-dbus.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/interfaces/rest-dbus.bb')
-rw-r--r--meta-phosphor/common/recipes-phosphor/interfaces/rest-dbus.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/interfaces/rest-dbus.bb b/meta-phosphor/common/recipes-phosphor/interfaces/rest-dbus.bb
deleted file mode 100644
index 9d4217b7a..000000000
--- a/meta-phosphor/common/recipes-phosphor/interfaces/rest-dbus.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Phosphor OpenBMC REST framework"
-DESCRIPTION = "Phosphor OpenBMC REST to DBUS daemon."
-HOMEPAGE = "http://github.com/openbmc/rest-dbus"
-PR = "r1"
-
-inherit allarch
-inherit obmc-phosphor-license
-inherit obmc-phosphor-systemd
-inherit setuptools
-
-RDEPENDS_${PN} += " \
- python-netserver \
- python-json \
- python-dbus \
- python-xml \
- pyphosphor-dbus \
- "
-
-SYSTEMD_SERVICE_${PN} += "rest-dbus.service rest-dbus.socket"
-
-SRC_URI += "git://github.com/openbmc/rest-dbus.git"
-
-SRCREV = "3084b80c489c10b03207c8fb97d4437fd760f30d"
-
-S = "${WORKDIR}/git"
OpenPOWER on IntegriCloud